On-Chain Functions and Examples
This page provides examples and demonstrations of how the AI Agent SDK interacts with the blockchain to perform on-chain actions:
Clone and run a local signer app for processing signature requests. The Magic Link will redirect to this app, allowing you to sign transactions or token swaps when interacting with the AI agent SDK.
The Crypto.com AI Agent Chatbot guide demonstrates how to build a chatbot app that allows users to interact with blockchain services through natural language.
The Cronos BigQuery Integration example uses Google BigQuery to fetch and count the number of unique active wallets (UAW) that have interacted with one or more smart contracts on a blockchain over configurable time windows (daily, weekly, monthly, yearly).
The Crypto.com AI Agent SDK BigQuery Integration example provides a BigQuery integration for the Crypto.com AI Agent Client, enabling natural language queries against blockchain data stored in Google Cloud BigQuery. The integration allows users to query blockchain information using conversational language, which is then converted to SQL and executed against BigQuery datasets.
The Wallet Playground example demonstrates the front-end interface for Crypto.com Wallet Playground, built using React, Vite, and TypeScript. It provides a simple UI to create wallets using the official Crypto.com Developer Platform SDK.
The Transaction Example demonstrates how to use the
@crypto.com/developer-platform-client
Transaction module to interact with blockchain transactions.
The Token Example demonstrates how to use the
@crypto.com/developer-platform-client
Token module to interact with blockchain tokens.
Stay tuned for more examples on our Crypto.com AI Agent SDK Updates.
Last updated
Was this helpful?