NFT Marketplace built with the Flow blockchain, currently operating on Flow testnet.
Personal project for learning more about Flow blockchain and writing smart contracts with Cadence.
- NFTStore (Testnet): https://testnet.flowscan.org/contract/A.3acc4fa9e74dfa02.NFTStore
- NFTMarketplace (Testnet): https://testnet.flowscan.org/contract/A.3acc4fa9e74dfa02.NFTMarketplace
- React
- Cadence
- FCL
- Node, Express
- MongoDB
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Run the NodeJS server with Nodemon
Deploy the React app to Github Pages and NodeJS server to Heroku.