Skip to content

logrus-dev/ton-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic operations with TON wallet.

  • Create a TON account
  • Send TON transactions

Application is 100% stateless - keys are not stored nor logged anywhere. You only enter and see them in the console. Using community TON js client and TON Center public API. Unlike other wallets, it provides you with raw private key which gives you real ownership over your TON account.

⚠️ You need an API key to use this tool. Obtain one at https://t.me/tonapibot and set it either to TON_CLI_API_KEY environment variable or as --api-key *** CLI argument.

toncenter.com is the only public API node I could find. It requires an API key but it is free (up to some limits) and does not require any personal data (except for the fact you chat with their bot using a Telegram account). 5-minutes deal.

npx @logrus/ton-cli

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published