ethbox

1.0.4 • Public • Published

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) => {})

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.4
    3
    • latest

Version History

Package Sidebar

Install

npm i ethbox

Weekly Downloads

3

Version

1.0.4

License

MIT

Last publish

Collaborators

  • aakilfernandes