Skip to content

aakilfernandes/ethbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#EthBox

Launch a Ethereum development sandbox in 10 seconds

EthBox in action

npm install -g ethbox
ethbox -s path/to/solidity/contracts/

To create a contract

web3.eth.contract(contracts.MyContract.abi).new({ data: contracts.MyContract.abi }), (err, myContract) => {})

About

Launch an Ethereum sandbox from the command line

Resources

Stars

Watchers

Forks

Packages

No packages published