IncognitoHand : Crowdfunding Platform Powered by Ethereum Blockchain
- Next JS
- Chakra UI
- Solidity
- Web3.js
- Fork the Project
- run
yarn install
to install all the dependencies - run
yarn dev
to run the application locally
- Install Metamask as Google Chrome Extension and Create an account.
- Request Ether from
(https://sepoliafaucet.com)
-
Create an account in [https://alchemy.com]
-
Create .env file in Ethereum directory and add these line to it.
mnemonic = 'Your mnemonic code'
link = 'Your infura end point link ' -
Do the Changes that you want to do inside the Solidity File
-
Compile the Contract
node compile.js
-
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.
-
Replace your "infura end point link" in web3.js file, and app.js