Freshmint is a framework for building NFT-based applications on Flow.
⚠️ This project is still in alpha phase. Please expect breaking changes as it evolves!
- Create and deploy high-quality NFT contracts
- Mint NFTs with on-chain metadata backed by IPFS
- Use from the command-line or as a Node.js library
npm install -g freshmint@alpha
# Create a new Freshmint project in ./my-project
fresh start my-project
After creating a new project, follow the steps in your project README to get it up and running!
- TODO: Freshmint CLI user manual
- Node.js usage documentation
Freshmint owes its existence to Minty, an NFT minting tool developed by @yusefnapora. An early version of Freshmint borrowed much of its core logic from Minty.