8000 GitHub - area/ganache-cli at develop
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

area/ganache-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Fast Ethereum RPC client for testing and development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.4%
  • Dockerfile 3.6%
0