https://github.com/xelis-project/xelis-tip-bot
XELIS Tip Bot for Telegram and Discord!
https://github.com/xelis-project/xelis-tip-bot
bot discord telegram tip-bot xelis
Last synced: 10 months ago
JSON representation
XELIS Tip Bot for Telegram and Discord!
- Host: GitHub
- URL: https://github.com/xelis-project/xelis-tip-bot
- Owner: xelis-project
- Created: 2023-12-09T13:40:15.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-30T18:56:56.000Z (over 1 year ago)
- Last Synced: 2024-12-30T19:36:24.520Z (over 1 year ago)
- Topics: bot, discord, telegram, tip-bot, xelis
- Language: Rust
- Homepage:
- Size: 383 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# XELIS Tip Bot
XELIS Tip Bot lets you to send/receive and withdraw/deposit XELIS coins across Discord and Telegram.
This support Slash Commands from Discord.
You also get notified in DM for each deposit confirmed.
Wallet Service is a wrapper around the Wallet to allows easy interactions with it.
Supported commands are:
- `/balance` Show your current balance.
- `/deposit` Show your deposit address.
- `/withdraw` Withdraw XELIS to a wallet on chain.
- `/tip` transfer XELIS to a Discord user.
- `/status` show current wallet service status.
There is no specific requirements like Database setup because it is directly using the Services capabilities from XELIS wallet.
A task in `WalletService` is running and wait on wallet events to handle new incoming transactions.