mvs-org / mvs-blockchain-js

Library to interact with the Metaverse Blockchain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


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.

About

Library to interact with the Metaverse Blockchain

License:MIT License


Languages

Language:JavaScript 100.0%