Minty
Learn how to configure Minty for use with Filebase.
What is Minty?
1. Clone the Github repository:
2. Install the project’s dependencies:
3. Link the project to your $PATH:
$PATH:4. Navigate to the Filebase Access Keys page, then view the IPFS Pinning Service API Endpoint.

5. Then copy the generated Secret Access Token:

6. Edit the ./config/.env file to configure Minty to use Filebase:
./config/.env file to configure Minty to use Filebase:7. Start Minty in your local environment:
8. Mint an NFT with the following command:
9. Then, pin your NFT’s data to Filebase with the command:
Last updated