Skip to content

Latest commit

 

History

History
77 lines (60 loc) · 1.55 KB

README.md

File metadata and controls

77 lines (60 loc) · 1.55 KB

Logo

crowdfunds

Web3 Crowdfunding Platform


View Demo · Report Bug

(back to top)

Prerequisites

You will need a few things set up before you can play around.

  • npm
    npm install npm@latest -g
  • rust
    curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  • solana
    sh -c "$(curl -sSfL https://release.solana.com/v1.14.11/install)"
  • anchor
    cargo install --git https://github.com/project-serum/anchor anchor-cli --locked
  • [Phantom Wallet][phantom-url]

Installation

  1. Clone the repo
    git clone https://github.com/SG-733/crowdfunds
  2. Install NPM packages
    cd /app && npm install
  3. Start the NextJS app
    npm run dev

(back to top)

Usage

In the DEVNET environment, use the app to create your own crowd funding project, where you can set a goal and people can donate SOL to the project, which you can then withdraw to your own wallet.

Contact

Sarthak G - [email protected]

(back to top)