An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# TWallet

[![Bring Them Home](https://badge.yehoyada.com)](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
```