Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/everx-labs/tonix
Tonix provides basic file system functionality, as well as an interactive shell with a Unix-style command line interface.
https://github.com/everx-labs/tonix
bash command-line everscale filesystem posix shell
Last synced: about 1 month ago
JSON representation
Tonix provides basic file system functionality, as well as an interactive shell with a Unix-style command line interface.
- Host: GitHub
- URL: https://github.com/everx-labs/tonix
- Owner: everx-labs
- Created: 2021-08-08T22:53:12.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-08T12:08:00.000Z (over 1 year ago)
- Last Synced: 2024-04-20T18:32:38.932Z (9 months ago)
- Topics: bash, command-line, everscale, filesystem, posix, shell
- Language: Solidity
- Homepage:
- Size: 1.94 MB
- Stars: 24
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **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: librariesTo build an optional component:
```shell
cd opt/
make
```### `opt/mesh` example user interface for smart contract
```shell
cd opt/mesh
make
bash me.sh
```