Minty
Learn how to configure Minty for use with Filebase.
Last updated
Was this helpful?
Learn how to configure Minty for use with Filebase.
Last updated
Was this helpful?
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
$PATH
:npm link
Click the drop-down menu for 'Choose Bucket to Generate Token', then choose the IPFS Filebase Bucket you want to use.
./config/.env
file to configure Minty to use Filebase:./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.