High load handling capabilities Ability to send batches of up to 250 transactions per request.
- RESTful API for easy integration with other applications
- Clone the repository:
git clone https://github.com/your_username/your_repository.git
- Install dependencies:
go mod download
- Run the server on port 8888:
go run main.go
The server exposes a RESTful API with the following endpoint:
POST /sendTransactions
- Send transactions to other TON users
Query parameter:
send_mode
: string value representing the send mode. It can have the following values:0
- Ordinary message64
- Carry all the remaining value of the inbound message in addition to the value initially indicated in the new message128
- Carry all the remaining balance of the current smart contract instead of the value originally indicated in the message
- JSON serialized dictionary containing the address of the user as the key and amount in Tons as the value.
Example:
{
"address1": 10.5,
"address2": 777.7,
"address3": 1337.7
}
Pull requests and suggestions are welcome on @qpwedev telegram.
Thank you for using TONFT | NFT Bazaar!