Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 915 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 915 Bytes

Rebasing NFTs

Monorepo of the Rebasing NFT experiment

NFTs that — as you stake them — give you more NFTs. Read more about the details of the project here

You can check the smart contracts at packages/contracts

You can check the frontend at packages/frontend

Local development

Contracts

  1. Install Foundry
cd packages/contracts

foundry install # Install dependencies as git submodules
foundry build # Build smart contracts
foundry test # Run tests

Front-end

  1. Install Node
  2. Install Yarn
cd packages/frontend

yarn install # Install dependencies
yarn dev # Start development server

License

Link to code license