The contracts/
directory implements a minimal NFT swap platform locked to a single NFT contract for community use. Toolchain used for development and testing is Foundry, get it here: https://book.getfoundry.sh/index.html
The app/
directory is our Next.js Typescript app using styled-components and wagmi & ethers for web3
cd app/
npm run dev