NewWallets, tokens, NFTs, and vaults are live. RPC nodes coming soon.

See the stack →

NFTs

Create collections, mint assets, manage metadata, and use Scalar for the generated NFT API contract.

What NFTs do

NFTs are the collection and asset layer. Use them when your product needs to create collections, prepare deployment calldata, mint assets, manage metadata, and verify ownership without writing contract glue for every flow.

When to use NFTs

  • Launch ERC-721 collections or membership assets.
  • Mint to user wallets created through FabricBloc.
  • Manage token metadata and collection state from backend workflows.
  • Connect creator, loyalty, gaming, or membership experiences to a generated service contract.

Build path

  1. Start with Quickstart to set up scoped access.
  2. Use SDKs for app integration and trusted backend flows.
  3. Pair with Wallets when minting to FabricBloc-managed wallets.
  4. Open the generated NFT API reference for exact endpoint behavior.

References