https://github.com/everx-labs/ever-block
Blockсhain-specific data types for Everscale/Venom nodes in Rust
https://github.com/everx-labs/ever-block
blockchain everscale rust venom-blockchain venom-developer-program
Last synced: 5 months ago
JSON representation
Blockсhain-specific data types for Everscale/Venom nodes in Rust
- Host: GitHub
- URL: https://github.com/everx-labs/ever-block
- Owner: everx-labs
- License: gpl-3.0
- Created: 2019-11-27T14:59:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-06T08:39:07.000Z (about 1 year ago)
- Last Synced: 2025-10-13T07:03:58.648Z (5 months ago)
- Topics: blockchain, everscale, rust, venom-blockchain, venom-developer-program
- Language: Rust
- Homepage:
- Size: 16.5 MB
- Stars: 14
- Watchers: 11
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ever-block
Data types for Everscale/Venom nodes
## Table of Contents
- [About](#about)
- [Getting Started](#getting-started)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
## About
Safe Rust implementation of operations with data types for Everscale/Venom nodes.
## Getting Started
### Prerequisites
Rust complier v1.65+.
### Installing
```
git clone --recurse-submodules https://github.com/tonlabs/ever-block.git
cd ever-block
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`