Skip to content
forked from everx-labs/tonix

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

Notifications You must be signed in to change notification settings

ever-guild/tonix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/ make

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 91.0%
  • Roff 5.4%
  • C 2.5%
  • Other 1.1%