Minty
Learn how to configure Minty for use with Filebase.
Minty is a CLI tool that can be used to mint NFTs and pin their assets to an IPFS pinning provider such as Filebase.
Read below to learn how to use Minty with Filebase.
git clone https://github.com/yusefnapora/minty
cd minty
npm install
npm link
Click the drop-down menu for 'Choose Bucket to Generate Token', then choose the IPFS Filebase Bucket you want to use.


PINNING_SERVICE_KEY="Filebase API Key"
PINNING_SERVICE_NAME="Filebase"
PINNING_SERVICE_ENDPOINT="https://api.filebase.io/v1/ipfs/pins"
./start-local-environment.sh
minty mint ~/image.png --name "Filebase NFT #1" --description "This is an NFT minted using Minty and Filebase."
Take note of the Token ID that gets returned.
minty pin 1
Replace ‘1’ with the Token ID of your minted NFT.
If you have any questions, please join our Discord server, or send us an email at [email protected]
Last modified 8mo ago