Created
March 13, 2022 11:28
-
-
Save Saw-mon-and-Natalie/d85dcbbd24b2da4ebbdd2b18bfe1cd51 to your computer and use it in GitHub Desktop.
Installing etk - evm toolkit from the source
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone --recursive [email protected]:quilt/etk.git | |
cd etk | |
cargo install etk-asm --path etk-asm --version 0.2.0-dev --features cli | |
cargo install etk-dasm --path etk-dasm --version 0.2.0-dev --features cli | |
cargo install etk-analyze --path etk-analyze --version 0.2.0-dev --features cli |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment