The developer tools you reach for every day, all in one place.

Converters, formatters, hashes, validators, and the small utilities you keep reopening stay together instead of getting lost across tabs.

GitHub

/ Tools

/ Tool Finder
109 tools
/ Token URI Generator
Storage Type
/ Selected Tool

Token URI Generator

Generate token URIs for IPFS, Arweave, and data URIs

01

What is a Token URI?

A Token URI is a string that points to the metadata for an NFT. It can use various protocols (IPFS, Arweave, HTTP, or data URIs) to store and retrieve the JSON metadata that describes the NFT's properties, image, and at…

02

How does it work?

IPFS URIs IPFS (InterPlanetary File System) is the most popular decentralized storage solution for NFTs. IPFS URIs follow the format 'ipfs://{CID}' where CID is a content identifier. The content is addressable by its ha…

03

Sample Cases

Covers BAYC Metadata URI (IPFS), CryptoPunks Metadata URI (IPFS), and Permanent Storage (Arweave) so you can compare common inputs and outputs quickly.

/ Code

/ Integration

Source code from the selected tool, shown here alongside the live version on the right.

/ Source Code
TypeScript
typescript
// Generate NFT metadata URIs for different storage solutions

interface NFTMetadata {
  name: string;
  description: string;
  image: string;
  attributes?: Array<{ trait_type: string; value: string | number }>;
}

function generateTokenURIs(metadata: NFTMetadata) {
Buidl Now icon

Keep every utility in one place and stay inside the build flow.

Pick a tool, finish the check, copy what you need, and get back to the actual product work.

Developer tools for builders who ship fast.© 2026 Buidl Now. All rights reserved.