alymurtazamemon / erc20-based-on-chain-dao-solidity

This is the basic implementation of an On-Chain DAO using Openzepplin contracts.

Repository from Github https://github.comalymurtazamemon/erc20-based-on-chain-dao-solidityRepository from Github https://github.comalymurtazamemon/erc20-based-on-chain-dao-solidity

ERC20 based On-Chain DAO - Solidity

Install Dependencies

npm install

or

yarn install

Compile Contracts

npx hardhat compile

Deploy on Hardhat Network

npx hardhat deploy

Run Hardhat Node

npx hardhat node

Run Scripts on Hardhat Localhost/Node

npx hardhat run scripts/1.\ create-a-proposal --network localhost