Skip to content

nebulasio/web-wallet

Repository files navigation

web-wallet

How to use the Web Wallet Part 1 - Create a NAS Wallet Part 2 - Sending NAS and ATP from your Wallet Part 3 - Signing a Transaction Offline Part 4 - View Wallet Information Part 5 - Check TX Status Part 6 - Deploy a Smart Contract Part 7 - Call a Smart Contract on Nebulas

Nebulas wallet for the web. Nebulas users can use it to send transactions and submit smart contracts.

Nebulas already has a JavaScript library neb.js that implements address generation, transaction signing, and submission. Web-wallet implemented using this library.

Feature list

  • generate nebulas address/keystore;
  • send transaction (support NAS,NAX,ATP,NAT);
  • send offline transaction;
  • view address/keystore info;
  • view transaction status & info;
  • deploy/call smart contract;
  • choose nebulas network(Mainnet, Testnet etc.).

TODO list

  • Multiple wallet address import methods.

Thanks to @luoman for implementing a pre-version naswallet for us.

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.