> 让用户通过Telegram控制加密货币钱包 / Telegram wallet control for Kite AI
这是一个让用户通过Telegram管理Kite AI链上钱包的协议。
A protocol for users to manage Kite AI wallet via Telegram.
/newbotgit clone <repo>
cd kite-wallet
npm install
PRIVATE_KEY=你的私钥
TELEGRAM_BOT_TOKEN=你的Token
node telegram-bot.js
| 中文 | English | 功能 Function |
|---|---|---|
| ------ | --------- | --------------- |
| /create | /create | 创建钱包 |
| /wallet | /wallet | 查看地址 |
| /balance | /balance | 查看余额 |
| /session add | /session add | 添加授权 |
| /limit set | /limit set | 设置限额 |
| /send | /send | 转账 |
| 网络 Network | Chain ID | RPC |
|---|---|---|
| ------------- | ---------- | ----- |
| Testnet | 2368 | https://rpc-testnet.gokite.ai |
| 合约 Contract | 地址 Address |
|---|---|
| -------------- | ------------- |
| AgentSmartWalletFactory | 0x0fa9F878B038DE435b1EFaDA3eed1859a6Dc098a |
作者 / Author: VandNi
许可证 / License: MIT
共 1 个版本