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