https://github.com/cardano-forge/anvil-api-examples
Many examples using the anvil-api and Weld
https://github.com/cardano-forge/anvil-api-examples
airdrop api bash cardano cip deno example htmx mint nextjs nft nodejs vanillajs web3
Last synced: about 1 month ago
JSON representation
Many examples using the anvil-api and Weld
- Host: GitHub
- URL: https://github.com/cardano-forge/anvil-api-examples
- Owner: Cardano-Forge
- Created: 2025-03-13T14:02:59.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-19T15:47:49.000Z (11 months ago)
- Last Synced: 2025-03-19T16:39:03.613Z (11 months ago)
- Topics: airdrop, api, bash, cardano, cip, deno, example, htmx, mint, nextjs, nft, nodejs, vanillajs, web3
- Language: TypeScript
- Homepage: https://dev.ada-anvil.io
- Size: 65.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](./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](./nextjs-minting-platform-cip25) |
| "Full Code" examples for the Anvil API documentation website | [./documentation-references](./documentation-references) |
| Airdrop example using the Anvil API | [./airdrop](./airdrop) |
| Util functions that are to be transformed into Anvil API Endpoints | [./utils](./utils) |
| Simple Web3 Wallet Authentication using Weld, Deno/Hono | [./web3-auth](./web3-auth) |
---