node --version
# v16.16.0
Clone the repository:
git clone git@github.com:pablitxn/tally-dao.git
Install npm packages:
npm install
Set enviroment variables in .env
file
ROPSTEN_URL="https://ropsten.infura.io/v3/{INFURA_ID}"
ROPSTEN_PRIVATE_KEY="your-private-key"
npx hardhat compile
npx hardhat run scripts/deploy.ts --network ropsten