Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 878 Bytes

setup.md

File metadata and controls

34 lines (22 loc) · 878 Bytes

SSV Network

Developer Setup

The stack is a simple one:

  • Solidity
  • JavaScript
  • Node/NPM
  • HardHat
  • Ethers

Install Node (also installs NPM)

Install required Node modules

All NPM resources are project local. No global installs are required.

cd path/to/ssv-network
npm install

Configure Environment

  • 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.