A javascript library for the Metaverse blockchain
Install using npm:
npm install mvs-blockchain
let Blockchain = require('mvs-blockchain')();
For use in webapps the npm package contains a dist/index.min.js. You can generate this file from source using grunt.
Please check the examples folder.