Releases: blockvigil/ethvigil-cli
Releases · blockvigil/ethvigil-cli
v0.3.1
Add helper texts for each command #20
Cleanup initialization process #21
v0.3
Changelog
- Added
verifycontract
command
deploy
command now prompts for constructor inputs if not passed as arguments
- Added another contract in example bundle,
ERC20MintablePresupplied.sol
- README updated to document above features
v0.2.1
- Inputs against constructor parameters are prompted for, if not passed as arguments to
ev-cli
. Implemented via Pull Request #14
v0.2
ev-cli
now accepts Solidity files that import other Solidity files containing smart contracts and library code, within the same directory. Implemented via pull request #9
v0.1.1
This is the first release of EthVigil CLI. Please refer to the docs for usage.
All binaries are publicly generated on Travis. Feel free to compile from source or use pip install -e .
to generate the binary for your respective platform.