An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

[![Actions Status](https://github.com/ocamlpro/freeton_wallet/workflows/Main%20Workflow/badge.svg)](https://github.com/ocamlpro/freeton_wallet/actions)
[![Release](https://img.shields.io/github/release/ocamlpro/freeton_wallet.svg)](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