Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 260 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 260 Bytes

SSV Network contractor

Get started

  1. Copy .env file from example
cp .env-example .env
  1. Put private key of key registerer into .env
  2. Install dependencies, download ABIs
yarn
  1. Run the service
npm run start:dev