Skip to content

Commit

Permalink
Add specific version for npm install command
Browse files Browse the repository at this point in the history
  • Loading branch information
arhag committed Sep 15, 2023
1 parent ca814b1 commit cdd9139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The `erc20` contracts (both within `solidity_contracts` and `antelope_contracts`
+ Used to compile the .sol files.
+ We chose to use solcjs because it is more actively maintained than the solc available from the package manager.
* First install node.js and npm.
* Then install solcjs: `npm install -g solc`
* Then install solcjs: `npm install -g solc@0.8.21`
+ Make sure to install version 0.8.21.
* Confirm with `solcjs --version`. You should get `0.8.21+commit.d9974bed.Emscripten.clang`
- Install `jq` used to compile solidity contracts
Expand Down

0 comments on commit cdd9139

Please sign in to comment.