Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sg-milad/ton-payment-system
Ton (The Open Network) payment system
https://github.com/sg-milad/ton-payment-system
blockchain toncoin
Last synced: about 2 months ago
JSON representation
Ton (The Open Network) payment system
- Host: GitHub
- URL: https://github.com/sg-milad/ton-payment-system
- Owner: sg-milad
- Created: 2024-08-09T09:48:08.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-11-02T10:03:46.000Z (2 months ago)
- Last Synced: 2024-11-02T11:17:05.340Z (2 months ago)
- Topics: blockchain, toncoin
- Language: TypeScript
- Homepage:
- Size: 443 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
- Roadmap: roadmap.md
Awesome Lists containing this project
README
# ![nestjs32x32](https://github.com/imanhpr/nest-assignment/assets/56130647/facef099-7c17-4d9c-ae36-84265b05e31a) ![toncoin](https://raw.githubusercontent.com/ErikThiart/cryptocurrency-icons/master/16/toncoin.png) Ton (The Open Network) payment system
### The TON Crypto Payment System is a flexible solution that allows users to make payments using the TON (The Open Network) cryptocurrency. Key features of this project include:
- Customizable Deposits: Users can deposit any desired amount for their transactions.
- Dynamic Wallet Generation: A new wallet address is randomly generated for each user.
- Automatic Fund Consolidation: Funds are automatically transferred to a main wallet.## How To Run The Project ?
please copy and past these commands
```
~ cp .env.dev .env
~ docker compose up
```## Documentation
after build please open [localhost](http://localhost:3000/docs).
## tests
```
~ pnpm test
```## Todo
- add more tests
## More information
- [working with Ton wallets](https://tonhelloworld.com/01-wallet/)
- [type of messages in Ton](https://docs.ton.org/develop/smart-contracts/messages)
- [Payments processing in Ton](https://docs.ton.org/develop/dapps/asset-processing/)