exeth
v0.0.5
Published
Ethereum scripts executor, WIP
Downloads
26
Maintainers
Readme
Exeth
Ethereum script executor, WIP.
Installation
Via npm on Node:
npm install -g exethUsage
exeth <filename>Example
exeth counter.ethThe default JSON RPC host is http://localhost:8545. To specify the
host use the flag -h or --host:
exeth counter.eth -h mymachine.com:4444To enable logging to show additional message, use the flag -l or --logging:
exeth counter.eth -lReferences
Samples
TBD
Versions
- 0.0.1: Published, exeth global command
- 0.0.2: Published, async verb, rpc verb
- 0.0.3: Published, https support
- 0.0.4: Published, using solc 0.5.0
- 0.0.5: Published, updated samples
Contribution
Feel free to file issues and submit pull requests � contributions are welcome.
If you submit a pull request, please be sure to add or update corresponding
test cases, and ensure that npm test continues to pass.
