https://github.com/everx-labs/ever-vm
Everscale/Venom Virtual Machine implementation in Rust
https://github.com/everx-labs/ever-vm
blockchain everscale rust venom-blockchain venom-developer-program venom-tvm virtual-machine
Last synced: about 1 month ago
JSON representation
Everscale/Venom Virtual Machine implementation in Rust
- Host: GitHub
- URL: https://github.com/everx-labs/ever-vm
- Owner: everx-labs
- License: gpl-3.0
- Created: 2019-11-28T16:54:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-22T19:49:55.000Z (3 months ago)
- Last Synced: 2025-04-09T23:51:02.126Z (about 1 month ago)
- Topics: blockchain, everscale, rust, venom-blockchain, venom-developer-program, venom-tvm, virtual-machine
- Language: Rust
- Homepage:
- Size: 80.9 MB
- Stars: 37
- Watchers: 15
- Forks: 36
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ever-vm
Everscale/Venom virtual machine implementation
## Table of Contents
- [About](#about)
- [Getting Started](#getting-started)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)## About
Implementation of virtual machine for Everscale/Venom nodes in safe Rust.
## Getting Started
### Prerequisites
Rust complier v1.65+.
### Installing
```
git clone --recurse-submodules https://github.com/tonlabs/ever-vm.git
cd ever-vm
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`