Package Exports
- ethersim
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ethersim) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Disclaimer: EtherSim is beta and is currently under development.
What is EtherSim
EtherSim is a Limited Ethereum RPC simulator for testing and development purposes. EtherSim is used by the Embark Framework
Installation
$ npm install -g ethersim
Usage - as a RPC Server
$ ethersim
Usage - as a Lib
var ethersim = require('ethersim');
var web3 = require('web3');
web3.setProvider(ethersim.web3Provider());
Caveats
Currently EtherSim does not support Events. If used as a lib, all calls must be done asynchronously