https://github.com/everx-labs/ever-executor
Transaction executor for Everscale/Venom nodes in Rust
https://github.com/everx-labs/ever-executor
blockchain everscale rust venom-blockchain venom-developer-program venom-tvm
Last synced: about 1 month ago
JSON representation
Transaction executor for Everscale/Venom nodes in Rust
- Host: GitHub
- URL: https://github.com/everx-labs/ever-executor
- Owner: everx-labs
- License: gpl-3.0
- Created: 2020-04-01T13:15:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-24T04:43:15.000Z (3 months ago)
- Last Synced: 2025-04-09T23:51:15.768Z (about 1 month ago)
- Topics: blockchain, everscale, rust, venom-blockchain, venom-developer-program, venom-tvm
- Language: Rust
- Homepage:
- Size: 1.81 MB
- Stars: 11
- Watchers: 10
- Forks: 19
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ever-executor
Transaction executor for Everscale/Venom nodes
## Table of Contents
- [About](#about)
- [Getting Started](#getting-started)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)## About
Implementation of transaction executor for Everscale/Venom nodes in safe Rust.
## Getting Started
### Prerequisites
Rust complier v1.65+.
### Installing
```
git clone --recurse-submodules https://github.com/tonlabs/ever-executor.git
cd ever-executor
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` `venom-tvm`