Skip to content

Releases: nebulasio/neb.js

v0.5.1

13 Jun 08:23
Compare
Choose a tag to compare

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.