https://github.com/everx-labs/ever-block-json
https://github.com/everx-labs/ever-block-json
everscale
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/everx-labs/ever-block-json
- Owner: everx-labs
- License: gpl-3.0
- Created: 2020-05-06T14:07:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T14:58:25.000Z (about 1 year ago)
- Last Synced: 2024-04-20T18:32:34.562Z (about 1 year ago)
- Topics: everscale
- Language: Rust
- Homepage:
- Size: 774 KB
- Stars: 4
- Watchers: 10
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ever-block-json
JSON-representation of blockchain-specific 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 blockchain-specific data types JSON-representation for Everscale/Venom nodes.
## Getting Started
### Prerequisites
Rust complier v1.65+.
### Installing
```
git clone --recurse-submodules https://github.com/tonlabs/ever-block-json.git
cd ever-block-json
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`