NFT marketplace smart contracts. Built for demonstration purposes. Use it as a starting point for your own NFT marketplace.
Getting Started
Make sure you have Foundry installed and updated, which can be done here.
Building
Install Foundry dependencies and build the project.
npm run build
Testing
Run tests with Foundry:
npm run test