Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 885 Bytes

README.md

File metadata and controls

31 lines (26 loc) · 885 Bytes


Build status
A javascript library for the Metaverse blockchain

Installation

Install using npm:

npm install mvs-blockchain

Setup

NodeJS

let Blockchain = require('mvs-blockchain')();

Browser

For use in webapps the npm package contains a dist/index.min.js. You can generate this file from source using grunt.

Usage

Please check the examples folder.