Intro | Architecture | Setup | Tasks | Local development | Roles | Publish | Operator owners
The stack is a simple one:
- Solidity
- JavaScript
- Node/NPM
- HardHat
- Ethers
- Use the latest LTS (long-term support) version.
All NPM resources are project local. No global installs are required.
cd path/to/ssv-network
npm install
- Copy .env.example to
.env
and edit to suit. - API keys are only needed for deploying to public networks.
.env
is included in.gitignore
and will not be committed to the repo.
At this moment you are ready to run tests, compile contracts and run coverage tests.