Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 412 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 412 Bytes

CovenSwap

Smart Contract

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

App

The app/ directory is our Next.js Typescript app using styled-components and wagmi & ethers for web3

How to run

cd app/
npm run dev