The minty fresh way to launch an NFT project.


Keywords
nft, blockchain
License
Apache-2.0
Install
npm install freshmint@0.5.0

Documentation

Freshmint 🍃

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

Quick start

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!

Documentation

Acknowledgments

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.