Skip to content

ihamzapped/crowdfunding-foundry-hardhat

Repository files navigation

Crowd Funding

A crowd funding solidity project I did as part of this course. The course covers base contract while I set up this foundry-hardhat project to unit test and deploy the contract

Setup

Recommended

  1. Create .env from example file
  2. Install pnpm and foundry.
  3. Run the following command in project root:
 pnpm deps

Deploy

 pnpm deploy:<mumbai | fuji>

Test Crowd Funding Contract

 pnpm test:cf

Compile

 npx hardhat compile | forge compile

P.S: This code is un-audited and not to be used in production

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published