Skip to content

Thirumurugan7/crowd_Funding_dapp_js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

npx thirdweb@latest create --contract

Enter the project name as well as contract name

TO create the client side project

npx thirdweb create --app


After cloning the repo:

To deploy the smart contract


cd web3
Run:

npm i

  • Create a .env file and Enter your Private key of mumbai testnet account as follows:
    PRIVATE_KEY=

  • run the following command in the terminal:

    npx thirdweb@latest deploy

    Then deploy the Smart contract in the link appear in the terminal and copy the contract address and paste it in the context file

    To run the client app

    cd client yarn add
    yarn run dev

    Stacks used in this project

    • ReactJS
    • Thirdweb
    • Solidity
    • TailwindCSS

    image

    image

    image image

    Releases

    No releases published

    Packages

    No packages published