Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/klntsky/ton_2x
Simple TON trading tools for everyone!
https://github.com/klntsky/ton_2x
telegram ton tonapi
Last synced: 29 days ago
JSON representation
Simple TON trading tools for everyone!
- Host: GitHub
- URL: https://github.com/klntsky/ton_2x
- Owner: klntsky
- Created: 2024-06-05T14:22:30.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-07-09T12:05:54.000Z (4 months ago)
- Last Synced: 2024-07-09T19:31:55.773Z (4 months ago)
- Topics: telegram, ton, tonapi
- Language: TypeScript
- Homepage: https://t.me/ton_2x_bot
- Size: 1.78 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [@ton_2x_bot](https://t.me/ton_2x_bot)
Twice as simple. Trading tools for everyone!## Description
Ton 2x Bot simplifies trading and helps users save money during the mass adoption era of cryptocurrency.
It proactively notifies users of their gains via Telegram, making it easy to manage owned tokens and seize good exit opportunities.## Features
- **Simplistic Mini App**: Designed for inexperienced users new to DeFi and those with limited capital who trade for fun.
- **Telegram Notifications**: Automatic setup for price alerts, ensuring users stay informed without needing complicated instruments.
- **Profit and Loss Tracker**: Tracks the price since the last purchase and notifies users when their tokens achieve a 2x gain or 0.5x loss, helping them make a profit and avoid losses.## How It Works
1. Link your wallet in the bot.
2. Receive proactive notifications in Telegram about your token gains and losses.
3. Make informed trading decisions with minimal effort.## Links
- [Telegram Bot](https://t.me/ton_2x_bot)
- [Announcements](https://t.me/ton_2x_en)
- [Announcements in Russian](https://t.me/ton_2x_ru)
- [DoraHack: Ton 2x Bot](https://dorahacks.io/buidl/13230)## Tests
All tests are located in the [tests](./tests) directory. Currently, there is one unit test (with 6 scenarios) for the main business function:
- [tests/getNotifications.test.ts](./tests/getNotifications.test.ts)