@neon-exchange/neon-js
TypeScript icon, indicating that this package has built-in type declarations

4.5.2 • Public • Published

neon-js

Constructed package using:

  • neon-core
  • neon-api
  • neon-nep5

In addition, this package exposes a high level semantic API binding for beginner usage. The semantic API can be found in the default export of the package.

const Neon = require("cityofzion/neon-js");

console.log(Neon); // {wallet, tx, api, nep5, etc...}

const NeonJs = neon.default;

console.log(NeonJs); // {create, get, sign, verify,...}

The semantic API follows a convention of Verb-Noun. Any extra words beyond the first 2 is collapsed into the Noun and camelcased.

NeonJs.create.stringStream("1234");
NeonJs.encrypt.privateKey("key");

The exceptions to this rule are the managed methods provided by api:

NeonJs.sendAsset
NeonJs.claimGas
NeonJs.doInvoke
NeonJs.setupVote

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 4.5.2
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 4.5.2
    3

Package Sidebar

Install

npm i @neon-exchange/neon-js

Weekly Downloads

3

Version

4.5.2

License

MIT

Unpacked Size

3.11 MB

Total Files

12

Last publish

Collaborators

  • ethanfast
  • localhuman
  • keyrock-ninjas
  • jankj
  • romulo.nash
  • canesin