Install
npm i seele-sdk-javascript
Test
npm test# for individual test # npm test test/key.test # npm test test/keystore.test
Dev
- code changes
- test
- document changes
- generate document
- update npm version
- git commit
- npm publish
Doc
Full API reference and more tutorials are linked here.
Doc generation
There are two html documentation styles:
- sphinx with Read the Docs theme.
- Install sphinx packages.
brew install sphinxsphinx-build --versionconda install -c anaconda sphinx_rtd_themeconda install -c anaconda sphinx
- Generate.
npm run docs
- Generate.
npm run docj
- more related to mac
brew install pyenv