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
- Install Foundry
cd packages/contracts
foundry install # Install dependencies as git submodules
foundry build # Build smart contracts
foundry test # Run tests
cd packages/frontend
yarn install # Install dependencies
yarn dev # Start development server