Skip to content

Commit

Permalink
update readme doc
Browse files Browse the repository at this point in the history
  • Loading branch information
qywang2012 committed Apr 11, 2018
1 parent eb1c2d2 commit c514ea8
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,21 @@

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](https://github.com/nebulasio/neb.js) that implements address generation, transaction signing, and submission. Web-wallet can be implemented using this library.
Nebulas already has a JavaScript library [neb.js](https://github.com/nebulasio/neb.js) that implements address generation, transaction signing, and submission. Web-wallet implemented using this library.

### TODO list
### 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.).

- generate nebulas address/account [done]
- send transaction (NAS & NRC20) [send NAS has done.]
- send offine transaction [done]
- view address/account info [done]
- view transaction status & info
- deploy/call smart contract
- choose nebulas network(Testnet, Mainnet etc.)
### TODO list
- Multiple wallet address import methods.
- Send transaction (NRC20) [send NAS has done.]


Thanks to @luoman for implementing a pre-version [naswallet](https://github.com/nebulasio/explorer/tree/master/nasWallet) for us.
Expand Down

0 comments on commit c514ea8

Please sign in to comment.