Skip to content

v0.5rc

Pre-release
Pre-release
Compare
Choose a tag to compare
@qywang2012 qywang2012 released this 11 Apr 10:06
· 62 commits to master since this release

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

Nebulas already have 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;
  • send offine transaction;
  • view address/keystore info;
  • view transaction status & info;
  • deploy/call smart contract;
  • choose nebulas network(Mainnet, Testnet etc.).