fredyteheranto / Crowd_funding_Dapp_js-

Home Page:https://crowd-funding-dapp-js.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

    About

    https://crowd-funding-dapp-js.vercel.app/


    Languages

    Language:JavaScript 92.5%Language:Solidity 5.7%Language:HTML 1.0%Language:CSS 0.8%