VoR0220 / EtherSim

EtherSim is a Limited Ethereum RPC simulator for testing and development purposes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disclaimer: EtherSim is beta and is currently under development.

What is EtherSim

Join the chat at https://gitter.im/iurimatias/embark-framework

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

About

EtherSim is a Limited Ethereum RPC simulator for testing and development purposes

License:MIT License


Languages

Language:JavaScript 100.0%