Skip to content

WeAreNewt/RebaseNFTs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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