aayushmahapatra / CrowdCoin

Decentralized App based on Ethereum Blockchain that resolves the issue with centralized systems.

Home Page:https://crowd-coin-kappa.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a Next.js project bootstrapped with create-next-app.

CrowdCoin

Decentralized App based on Ethereum Blockchain that resolves the issue with centralized systems (eg: kickstarter).

  • The main benefit of moving to blockchain would be that no trust would be needed.
  • Everything would be managed automatically with smart contracts still retaining a level of authority to sign off to ensure that the kickstarter projects being real.
  • The platform can then be handed over to a DAO, which would allow the community to control it and ensure everything is always running smoothly.

Languages: JavaScript and Solidity
Framework: React and Nextjs
Library: Web3.js and Mocha
Cloud Services: Infura

Try the live demo!

To Run Locally:

Clone the repository and perform the following command line actions in the root directory:

npm install
# and then
npm run dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

About

Decentralized App based on Ethereum Blockchain that resolves the issue with centralized systems.

https://crowd-coin-kappa.vercel.app/


Languages

Language:JavaScript 99.4%Language:Solidity 0.6%