scdo-sdk-javascript
v1.0.0
Published
scdo's javascript sdk
Downloads
2
Readme
Install
npm i seele-sdk-javascriptTest
npm test
# for individual test
# npm test test/key.test
# npm test test/keystore.testDev
- 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 sphinx
sphinx-build --version
conda install -c anaconda sphinx_rtd_theme
conda install -c anaconda sphinx- Generate.
npm run docs- Generate.
npm run docj- more related to mac
brew install pyenv
