Anvil API
Simplify your Cardano integration with a powerful, developer-friendly API
Key Benefits
Reduced Complexity
// Instead of complex manual transaction assembly,
// Anvil API lets you create transactions with a clean, simple interface
// The following example shows how to send ADA and assets to a single participant easily.
{
outputs: [
{
address: "addr...", // Destination address
lovelace: 10000000, // Send 10 ADA
assets: [ // Assets to send
{
policyId: "policy_id_here",
assetName: "asset_name",
quantity: 1
}
]
}
],
changeAddress: "addr..." // Sender Address
}Faster Wallet Integration
Streamlined NFT Minting
Smart Contract Simplification
Automatic Protocol Updates
Features
Next Steps
Cardano BasicsCreate Basic TransactionFeesLast updated
Was this helpful?

