0.2.0 • Published 4 years ago

neopt-sdk v0.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

neopt-js-sdk

neopt-js SDK

instructions: make and make run (for very simple testing)

It will use emscripten (it can be from docker), output will be on build folder (a .js and .wasm).

How to use

Install on browser

<script src="https://unpkg.com/neopt-sdk/dist/neopt-sdk.js"></script>

Practical Development Workflow

Run tests

make test (instead of npm test)

Build Webpack

make dist (instead of npm run build)

Increase minor version (typically)

npm version minor

Push and Publish (with new version)

git push origin master --tags

npm publish

Versioning Logic

We adopt semantic versioning, but plan to keep alpha 0.x for a long time... when community feels it is somewhat complete, we may plan some 1.0.

License

This project is released under MIT License.

The neo3-cpp-core dependencies are all built into a single library (binary) to be merged with this project (connected via .wasm).

NeoResearch 2020