Skip to content

KTRDeveloper/charity-dao

Repository files navigation

Charity DAO

This is a basic project to demonstrate how to develop and deploy a DAO. For more details, head to this page.

Try running some of the following tasks after creating a .env file with the variables in the .env-example:

To generate an account to be used for deployment

node scripts/account.js

To clean and compile the contracts

npx hardhat clean
npx hardhat compile

To deploy the contracts on sepolia testnet

npx hardhat run --network sepolia scripts/deploy.js

To verify the contracts

npx hardhat verify --network sepolia DEPLOYED_CONTRACT_ADDRESS “Constructor arguments”

Releases

No releases published

Packages

No packages published