https://github.com/ocamlpro/freeton_wallet
The 'ft' tool is a multi-account terminal wallet for the Free TON blockchain. It is based on the freeton_ocaml_sdk.
https://github.com/ocamlpro/freeton_wallet
Last synced: about 1 year ago
JSON representation
The 'ft' tool is a multi-account terminal wallet for the Free TON blockchain. It is based on the freeton_ocaml_sdk.
- Host: GitHub
- URL: https://github.com/ocamlpro/freeton_wallet
- Owner: OCamlPro
- License: other
- Created: 2021-04-10T15:29:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-16T19:16:16.000Z (about 4 years ago)
- Last Synced: 2025-06-12T02:09:52.990Z (about 1 year ago)
- Language: OCaml
- Homepage: https://ocamlpro.github.io/freeton_wallet
- Size: 4.46 MB
- Stars: 14
- Watchers: 5
- Forks: 9
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://github.com/ocamlpro/freeton_wallet/actions)
[](https://github.com/ocamlpro/freeton_wallet/releases)
# freeton_wallet
The 'ft' tool is a multi-account terminal wallet for Free TON users and developers. It implements account creation/queries, contract deployments and calls, and inspection of blockchain state. It is the swissknife of Free TON.
The FreeTON blockchain is the open-source version of the Telegram Open
Network. FreeTON is one of the only blockchains with dynamic sharding
for unlimited scalability and immediate finality for real-time
applications. It also uses Proof-of-Stake with delegation through
smart contracts. Smart contracts are written in dialects of Solidity
and C++ with asynchonous external calls.
* Website: https://ocamlpro.github.io/freeton_wallet
* General Documentation: https://ocamlpro.github.io/freeton_wallet/sphinx
* API Documentation: https://ocamlpro.github.io/freeton_wallet/doc
* Sources: https://github.com/ocamlpro/freeton_wallet