0.2.0 • Published 6 years ago

neovm v0.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

NeoVM.js

This is NeoVM.js project, a javascript implementation of Neo Virtual Machine (NeoVM).

How to use it

Install on web browser

<script src="https://unpkg.com/neovm/dist/bundle.js"></script>
Integer = neovm.Integer;

Install on npm

npm install neovm

const Integer = require('Integer').Integer;

For Developers

Tests

npm test

Build Webpack

npm run build

New minor version

npm version minor

Push and Publish

git push origin master --tags

npm publish

Final remarks

Main maintainer is @igormcoelho. Project is still experimental in early phases.

MIT License

Copyleft 2018