https://github.com/everx-labs/ever-tl
Serialization/deserialization of TL-based data types
https://github.com/everx-labs/ever-tl
blockchain everscale rust venom-blockchain venom-developer-program
Last synced: about 1 month ago
JSON representation
Serialization/deserialization of TL-based data types
- Host: GitHub
- URL: https://github.com/everx-labs/ever-tl
- Owner: everx-labs
- License: gpl-3.0
- Created: 2020-05-06T13:59:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T14:59:11.000Z (about 1 year ago)
- Last Synced: 2024-04-20T18:32:35.156Z (about 1 year ago)
- Topics: blockchain, everscale, rust, venom-blockchain, venom-developer-program
- Language: Rust
- Homepage:
- Size: 522 KB
- Stars: 10
- Watchers: 10
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ever-tl
Serialization/deserialization of TL-based data types
## Table of Contents
- [About](#about)
- [Getting Started](#getting-started)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)## About
Serialization/deserialization of data types used in Everscale/Venom nodes and descibed using TL language.
## Getting Started
### Prerequisites
Rust complier v1.65+.
### Installing
```
git clone --recurse-submodules https://github.com/tonlabs/ever-tl.git
cd ever-tl
cargo build --release
```## Usage
This project output is the library which is used as a part of Everscale/Venom node. Also it can be used in standalone tools.
## Contributing
Contribution to the project is expected to be done via pull requests submission.
## License
See the [LICENSE](LICENSE) file for details.
## Tags
`blockchain` `everscale` `rust` `venom-blockchain` `venom-developer-program`