Developing New Local Burstcoin Wallet
-
@administrators @daWallet @Blago Hey this is a post for the developers in the community. I am really interested in designing a new Local Wallet for the community , I was wondering if someone could send me some documentation regarding this.
Thanks.
-
@AngryChicken Not sure what kind of documentation you are looking for, you can find the source code here:
https://github.com/burst-team/burstcoin
The NXT wiki may be helpful, too.
http://wiki.nxtcrypto.org/wiki/The_Nxt_API
If you are just looking for the Burst web API, it is here:
https://wallet.burst-team.us/testOn more info, please be more specific what you want to do and where you need a hint ...
-
@luxe Thanks I just wanted general documentation on burstcoin so I could start studying to find out how it works in detail. Making a wallet is going to be tough so I needed resources to understand in depth what is available and what is being used now. I'll contact if I start needing more info that I can't find.
Just needed somewhere to start.
-
@AngryChicken Basically, burst has two layers, the backend/server with a kind of REST API https://wallet.burst-team.us/test and the Client/Gui using it (located in html folder in sources). So it is easy possible writing a complete new GUI without even touching the existing one. A alternative ... that may just use the API ...
You may also check this for more info https://github.com/burst-team/burstcoin/blob/master/README.md