What problem does it solve?
This Skill eliminates the need for AI agents to manually configure native Vara Network tooling to perform on-chain actions like deploying Sails programs, calling on-chain methods, managing wallets, transferring tokens, and monitoring events, reducing setup friction and implementation errors for dApp development and testing workflows.
Core Features & Use Cases
- On-chain program management: Deploy Sails programs, upload code blobs, query program state, metadata, and raw storage for deployed contracts.
- Wallet and token operations: Create encrypted non-custodial wallets, transfer VARA and fungible tokens, manage token allowances, interact with DEX pools for swapping and liquidity provision.
- Event and message monitoring: Stream program events, track mailbox messages, wait for transaction replies, and query historical event data for debugging and auditing.
- Use Case: An agent building a Sails-based token dApp can use this Skill to deploy the compiled program to testnet, initialize it with token name and decimal parameters, transfer test tokens to user wallets, and monitor Transfer events to confirm successful transactions.
Quick Start
Use the vara-wallet skill to deploy your compiled Sails program to the Vara Network testnet, call its initialization method with your desired token parameters, and transfer test VARA tokens to a recipient wallet.