Skip to content

sarthakmishra459/IncognitoHand

Repository files navigation

IncognitoHand : Crowdfunding Platform Powered by Ethereum Blockchain

Tech Stack

  • Next JS
  • Chakra UI
  • Solidity
  • Web3.js

To run the application locally

  • Fork the Project
  • run yarn install to install all the dependencies
  • run yarn dev to run the application locally

Prerequisites to create Campaign and Contribute

  1. Install Metamask as Google Chrome Extension and Create an account.
  2. Request Ether from
    (https://sepoliafaucet.com)

To Deploy your own Contract

  1. Create an account in [https://alchemy.com]

  2. Create .env file in Ethereum directory and add these line to it.

    mnemonic = 'Your mnemonic code'
    link = 'Your infura end point link '

  3. Do the Changes that you want to do inside the Solidity File

  4. Compile the Contract node compile.js

  5. Deploy Contract by going into smart-contract Directory and run. node deploy.js

    Copy the contract deploy address and replace it in factory.js file.

  6. Replace your "infura end point link" in web3.js file, and app.js

About

This is a Crowdfunding Dapp using Next.js, web3.js and Chakra UI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published