Skip to content

v0.5.1

Latest
Compare
Choose a tag to compare
@qywang2012 qywang2012 released this 13 Jun 08:23
· 25 commits to master since this release

neb.js is a useful library for nebulas developers. It provides rich underlying support in web and node.js's dapp. It implements the following functions.

  • The RPC interface for the nebulas node is encapsulated;
  • Create and manage the private key and address of the nebulas;
  • Generate the transaction object and sign the transaction.
  • Deploy/call smart contract, breakpoint debugging support.