https://github.com/hvuhsg/twallet
Telegram TON Wallet bot
https://github.com/hvuhsg/twallet
bot telegram toncoin wallet
Last synced: 11 months ago
JSON representation
Telegram TON Wallet bot
- Host: GitHub
- URL: https://github.com/hvuhsg/twallet
- Owner: hvuhsg
- Created: 2023-07-23T13:43:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T15:49:44.000Z (about 2 years ago)
- Last Synced: 2025-04-12T05:28:27.629Z (about 1 year ago)
- Topics: bot, telegram, toncoin, wallet
- Language: Python
- Homepage: https://t.me/TONPrivateWalletBot
- Size: 115 KB
- Stars: 7
- Watchers: 1
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TWallet
[](https://www.standwithus.com/)
Minimal TON wallet on Telegram (Official Bot https://t.me/TONPrivateWalletBot)
---
### Run
#### clone
```commandline
git clone https://github.com/hvuhsg/twallet
```
#### build docker image
```commandline
cd twallet
docker build -t twallet .
```
#### run docker container
```shell
docker run -it -e BOT_TOKEN='' -e TONCENTER_API_KEY='' -v ./data:/bot/data twallet:latest
```