Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 400 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 400 Bytes

Decentralized Crowd funding platform for helping NGOs

How to run :

  • Run hardhat node
    npx hardhat node
    
  • Run test cases
    npx hardhat test
    
  • Deploy contract in local hardhat node
    npx hardhat run scripts/deploy.js --network localhost
    
  • Connect hardhat with metamask
  • Run Next.js frontend
    cd client
    npm run dev