https://github.com/cybervoid0/solidity-advanced-course
Solidity advanced course
https://github.com/cybervoid0/solidity-advanced-course
Last synced: 9 months ago
JSON representation
Solidity advanced course
- Host: GitHub
- URL: https://github.com/cybervoid0/solidity-advanced-course
- Owner: cybervoid0
- Created: 2022-08-07T20:30:58.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-16T20:56:57.000Z (over 3 years ago)
- Last Synced: 2025-06-22T23:05:57.462Z (12 months ago)
- Language: Solidity
- Size: 366 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Code snippents from the [YouTube blockchain course](https://www.youtube.com/playlist?list=PLWlFXymvoaJ_0ok740kLXTn5qn-i1UnYr)
## Installation
You need to have [NVM](https://github.com/nvm-sh/nvm) (Node Version Manager) istalled
```bash
nvm install 18.0.0
nvm use 18.0.0
npm install
```
Rename `.template.secret.json` to `.secret.json` and put there your test accounts mnemonic.