Getting Started

Seele's API is comprised of remote and local functions:

Remote

Local

  • Executed locally, implemented by language specific SDK's.

  • references:

  • examples: signTx, decryptKeyfile, ...

Javascript SDK

Seele currently has two javascript SDKs: seeleteam.js and seele-sdk-javascript. SeeleWallet will switch to seele-sdk-javascript, SeeleAnchor(subchain gui) will be developed with seele-sdk-javascript, seeleteam.js will probably be deprecated but not in near future. Here's a comparison:

* Update to the latest npm and node.js versions to use seele-sdk-javascript.

Last updated