An open API service indexing awesome lists of open source software.

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

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) |

---