Skip to content

Cardano-Forge/anvil-api-examples

Repository files navigation

Anvil API Examples

This repository provides examples for using the Anvil API. Below is an overview of the examples included:

  • Programming Languages: Deno, Bash
  • Note:
    • Users need to create their own Addresses, Wallets, and Policies.
    • The provided API Key in most examples is limited to only preprod environments and has a low request rate.

Examples

Description Location
Simple Minting platform using multi-signature with Redis and a function that generates random NFT. Built using VanillaJS (Deno/Hono/HTMX/Weld) ./minting-platform-cip25
Simple Next.js Minting platform using multi-signature that generates a random NFT. (Next.js/React/Redis/Weld) ./nextjs-minting-platform-cip25
"Full Code" examples for the Anvil API documentation website ./documentation-references
Airdrop example using the Anvil API ./airdrop
Util functions that are to be transformed into Anvil API Endpoints ./utils
Simple Web3 Wallet Authentication using Weld, Deno/Hono ./web3-auth