Skip to content
 
 

Repository files navigation

Developer guide

Mosaic = require('./index');
Mosaic.ValueChainId = '0x0000000000000000000000000000000000000001';

mosaic = new Mosaic("ws://localhost:8020");

mosaic.eth.getBlockNumber().then(console.log);


mosaic.aux('0x0000000000000000000000000000000000000002').getBlockNumber().then(console.log);

mosaic.aux('0x0000000000000000000000000000000000000001').getBlockNumber().then(console.log);

About

Mosaic.js provides a web3 interface to scale DApps on Ethereum

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages