tvm-contest / tonix

Tonix provides basic file system functionality, as well as an interactive shell with a Unix-style command line interface.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tonix

  • A set of libraries with assorted helper functions for system smart-contract development

Pre-requisites

make: GNU make 4.2.1 or newer
jq 1.6 or newer
wget (for "tools" target)

Installation steps

make tools: installs TON Solidity compiler and associated binaries

Components

  • opt: optional packages
  • opt/core: PoC coreutils
  • opt/dev: disassembly
  • opt/shell: PoC shell
  • usr: user utilities and libraries
  • usr/include: header files
  • usr/src/lib: libraries

To build an optional component:

cd opt/<component>
make

opt/mesh example user interface for smart contract

cd opt/mesh
make
bash me.sh

About

Tonix provides basic file system functionality, as well as an interactive shell with a Unix-style command line interface.


Languages

Language:Solidity 89.9%Language:Roff 4.5%Language:C 3.0%Language:Makefile 2.3%Language:Shell 0.4%