Chris-Kag / Giga-NFT-project

Giga NFT project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ— scaffold-eth - Retroactive Public Goods Funding Starter Kit

Deploy an NFT sale that has a mechanism where whales can yolo ETH to the NFT contract to raise the floor!

preview_rapgfsk

https://youtu.be/q0CBVeagpyg

πŸƒβ€β™€οΈ Quick Start

required: Node plus Yarn and Git

  1. Clone the repo first
git clone -b nft-retroactive-funding https://github.com/austintgriffith/scaffold-eth.git nft-retroactive-funding
cd nft-retroactive-funding
  1. Install dependencies
yarn install
  1. Spin up local chain
yarn chain
  1. Deploy Contracts
yarn deploy
  1. Start React frontend
yarn start

Introduction

Mint an NFT with a price curve to raise a small amount of funding to a multisig.

Then, a whale can yolo ETH to the NFT contract to allow NFT holders to redeem for a floor price.

The floor price is equal to the amount of ETH in the contract divided by the number of NFTs in circulation.

UI

The first screen allows the user to mint NFTs and burn them. Burning happens at the floor price and user gets some ETH for this.

Screenshot 2021-11-12 at 12 33 24 PM

The second screen is intended for whales who can "raise the floor" by depositing some ETH into the contract.

Contact

Join the telegram support chat πŸ’¬ to ask questions and find others building with πŸ— scaffold-eth!

About

Giga NFT project

License:MIT License


Languages

Language:CSS 85.5%Language:JavaScript 13.0%Language:Shell 0.8%Language:Solidity 0.2%Language:Dockerfile 0.2%Language:HTML 0.1%Language:TypeScript 0.1%Language:Less 0.1%