indrajithvgp / eth-kickstartCampaign-updated

Kickstarter campaign dapp built on ethereum and solidity

Home Page:https://eth-kickstart-campaign-updated.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An Ethereum Dapp, inspired by Kickstarter web-app.

  • Contract initiator can request money for project initiation, material shipment transactions.

  • Money contributor has the functionality to approve or reject the payment requests

  • All transaction and it's related details are tightly coupled to blockchain and its immutable.

  • Details regarding the project and it's history is publicly accessible to everyone.

  • Written in Next.js, utilizing server-side rendering benefits

  • Used Semantic UI CSS library for user interface

  • Code experimented with fully functional components

  • Metamask Wallet used as wallet for integration with Ethereum Ropsten Network

  • contracts written in Solidity v0.7.0

Tools used:

  • NextJS, Semantic UI, Web3.js, Metamask, Solidity, Truffle

Getting Started

First, run the development server:

npm run dev
# or
yarn 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.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

Kickstarter campaign dapp built on ethereum and solidity

https://eth-kickstart-campaign-updated.vercel.app/


Languages

Language:JavaScript 82.4%Language:Solidity 9.5%Language:CSS 8.1%