Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Crowdfunding app, built with React, Next.js, TS, and Solidity

Notifications You must be signed in to change notification settings

OmarBasem/seed-coin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

4 Commits

Repository files navigation

Seed Coin

This is a small project of a crowdfunding platform, built using React, Next.js, TypeScript, and Solidity.

video.mp4

Setup

  1. Git clone: git clone git@github.com:OmarBasem/seed-coin.git && cd seed-coin
  2. Install dependencies: yarn
  3. Start server: yarn dev

Deploying your own contract

  1. Add .env file to the root directory with the following content:
MNEMONIC="your mnemonic"
INFURA_PROJECT_ID="your infura project id"
  1. Compile smart contract: cd ./src/ethereum && node compile.js
  2. Deploy smart contract: node deploy.js
  3. Use the deployed contract address in factory.js inside web3.eth.Contract function.

License

Licensed under the MIT License

About

Crowdfunding app, built with React, Next.js, TS, and Solidity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /