cmjio / desk-wallet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

desk-wallet

Nebulas wallet for the pc client. Nebulas users can use it to send transactions and submit smart contracts. It also manages the local node of the nebulas.

Nebulas already has a JavaScript library neb.js that implements address generation, transaction signing, and submission. We will use the electron to implement our client.

TODO list

  • generate nebulas address/account
  • send transaction (NAS & NRC20)
  • send offine transaction
  • view address/account info
  • view transaction status & info
  • deploy/call smart contract
  • choose nebulas network(Testnet, Mainnet etc.)
  • manage nebulas node

Contribution

We are very glad that you are considering to help Nebulas Team, including but not limited to source code, documents or others.

If you'd like to contribute, please fork, fix, commit and send a pull request for the maintainers to review and merge into the main code base. If you wish to submit more complex changes though, please check up with the core devs first on our slack channel to ensure those changes are in line with the general philosophy of the project and/or get some early feedback which can make both your efforts much lighter as well as our review and merge procedures quick and simple.

Please refer to our contribution guideline for more information.

Thanks.

License

The go-nebulas project is licensed under the GNU Lesser General Public License Version 3.0 (“LGPL v3”).

For the more information about licensing, please refer to Licensing page.

About

License:GNU Lesser General Public License v3.0