Daltonic / genesis

A full-stack blockchain app developed for decentralized crowd-funding. It uses React, Solidity, and CometChat

Home Page:https://genesis-45443.web.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to Build an Awesome Web3 Crowd-Funding Platform with React, Solidity, and CometChat

Read the full tutorial here: >> How to Build an Awesome Web3 Crowd-Funding Platform with React, Solidity, and CometChat

This example shows How to Build an Awesome Web3 Crowd-Funding Platform with React, Solidity, and CometChat:

Genesis Project

Genesis Project

Genesis Project

Back Project

Technology

This demo uses:

  • Metamask
  • Hardhat
  • Infuria
  • ReactJs
  • Tailwind CSS
  • CometChat
  • Solidity
  • EthersJs
  • Faucet

Running the demo

To run the demo follow these steps:

  1. Clone the project with the code below.
    # Make sure you have the above prerequisites installed already!
    git clone https://github.com/Daltonic/genesis PROJECT_NAME
    cd PROJECT_NAME # Navigate to the new folder.
    yarn install # Installs all the dependencies.
  2. Create an Infuria project, copy and paste your key in the spaces below.
  3. Update the .env file with the following details.
    ENDPOINT_URL=<RPC_URL>
    SECRET_KEY=<SECRET_PHRASE>
    DEPLOYER_KEY=<YOUR_PRIVATE_KEY>
  4. Create a CometChat project, copy and paste your key in the spaces below.
  5. Run the app using yarn start

If your confuse about the installation, check out this TUTORIAL to see how you should run it.

Questions about running the demo? Open an issue. We're here to help ✌️

Useful links

About

A full-stack blockchain app developed for decentralized crowd-funding. It uses React, Solidity, and CometChat

https://genesis-45443.web.app/


Languages

Language:JavaScript 81.1%Language:Solidity 12.7%Language:HTML 5.5%Language:CSS 0.7%