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
).
<script src="https://unpkg.com/neopt-sdk/dist/src/neopt-sdk/Neo3.js"></script>
make test
(instead of npm test
)
make dist
(instead of npm run build
)
npm version minor
git push origin master --tags
npm publish
(requires npm login
before)
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
.
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