npm install
or
yarn install
npx hardhat compile
npx hardhat deploy
npx hardhat node
npx hardhat run scripts/1.\ create-a-proposal --network localhost
This is the basic implementation of an On-Chain DAO using Openzepplin contracts.
Repository from Github https://github.comalymurtazamemon/erc20-based-on-chain-dao-solidity
npm install
or
yarn install
npx hardhat compile
npx hardhat deploy
npx hardhat node
npx hardhat run scripts/1.\ create-a-proposal --network localhost
This is the basic implementation of an On-Chain DAO using Openzepplin contracts.