Skip to content

Instantly share code, notes, and snippets.

@Saw-mon-and-Natalie
Created March 13, 2022 11:28
Show Gist options
  • Save Saw-mon-and-Natalie/d85dcbbd24b2da4ebbdd2b18bfe1cd51 to your computer and use it in GitHub Desktop.
Save Saw-mon-and-Natalie/d85dcbbd24b2da4ebbdd2b18bfe1cd51 to your computer and use it in GitHub Desktop.
Installing etk - evm toolkit from the source
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