-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
milestone: template contracts compiling successfully with this develo…
…pment environment (truffle version)
- Loading branch information
Showing
6 changed files
with
42 additions
and
25 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,4 +17,8 @@ ENV PATH="/usr/local/bin/node-v14.15.1-linux-x64/bin:${PATH}" | |
|
||
RUN npm install -g truffle --unsafe-perm | ||
|
||
RUN npm install -g ganache-cli --unsafe-perm | ||
RUN npm install -g ganache-cli --unsafe-perm | ||
|
||
# RUN npm install --save [email protected] | ||
# RUN npm install --save [email protected] | ||
# RUN npm audit fix |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
### Setup | ||
|
||
``` | ||
Commands: | ||
Reference Commands: | ||
Compile: truffle compile | ||
Migrate: truffle migrate | ||
|
@@ -12,3 +12,21 @@ Commands: | |
Build for production: cd app && npm run build | ||
``` | ||
|
||
# Openzeppelin and hdwallet versions | ||
|
||
```bash | ||
npm install --save [email protected] | ||
npm install --save [email protected] | ||
``` | ||
|
||
```bash | ||
|
||
$ truffle version | ||
|
||
Truffle v5.4.9 (core: 5.4.9) | ||
Solidity v0.5.16 (solc-js) | ||
Node v14.15.1 | ||
Web3.js v1.5.2 | ||
|
||
``` |
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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