Deploy an NFT sale that has a mechanism where whales can yolo ETH to the NFT contract to raise the floor!
required: Node plus Yarn and Git
- Clone the repo first
git clone -b nft-retroactive-funding https://github.com/austintgriffith/scaffold-eth.git nft-retroactive-funding
cd nft-retroactive-funding
- Install dependencies
yarn install
- Spin up local chain
yarn chain
- Deploy Contracts
yarn deploy
- Start React frontend
yarn start
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.
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.
The second screen is intended for whales who can "raise the floor" by depositing some ETH into the contract.
Join the telegram support chat 💬 to ask questions and find others building with 🏗 scaffold-eth!