Rostra Contracts

Guide

  1. Config
mv .env.example .env

Change the config in .env file.

  1. Install dependencies
yarn
  1. Compile contracts
npx hardhat compile
  1. Test
yarn test
yarn testsvg
  1. Deploy
npx hardhat run scripts/deployCrowdfunding.js --network <network_name>