seele-sdk-javascript

2.1.4 • Public • Published

Install

npm i seele-sdk-javascript

Test

npm test
# for individual test 
# npm test test/key.test 
# npm test test/keystore.test 

Dev

  1. code changes
  2. test
  3. document changes
  4. generate document
  5. update npm version
  6. git commit
  7. npm publish

Doc

Full API reference and more tutorials are linked here.

Doc generation

There are two html documentation styles:

  1. sphinx with Read the Docs theme.
  • Install sphinx packages.
brew install sphinx
sphinx-build --version
conda install -c anaconda sphinx_rtd_theme
conda install -c anaconda sphinx
  • Generate.
npm run docs
  1. jsdoc with minami theme.
  • Generate.
npm run docj
  1. more related to mac
brew install pyenv
 

/seele-sdk-javascript/

    Package Sidebar

    Install

    npm i seele-sdk-javascript

    Weekly Downloads

    1

    Version

    2.1.4

    License

    ISC

    Unpacked Size

    39.7 kB

    Total Files

    11

    Last publish

    Collaborators

    • muyiyang