Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Releases: blockvigil/ethvigil-cli

v0.3.1

23 Jul 18:17
22d7b3c
Compare
Choose a tag to compare

Add helper texts for each command #20
Cleanup initialization process #21

v0.3

22 Jul 10:14
ac79478
Compare
Choose a tag to compare

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

13 Jul 12:57
662b488
Compare
Choose a tag to compare
  • Inputs against constructor parameters are prompted for, if not passed as arguments to ev-cli. Implemented via Pull Request #14

v0.2

10 Jun 11:01
481bed0
Compare
Choose a tag to compare
  • 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

19 Aug 09:40
a8b2029
Compare
Choose a tag to compare

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.