Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.04 KB

README.md

File metadata and controls

49 lines (29 loc) · 1.04 KB

WARNING! This repository is obsolete

Data types for Everscale/Venom blockchains were merged into the repository https://github.com/tonlabs/ever-block.git

ever-types

Fundamental data types for Everscale/Venom nodes

Table of Contents

About

Implementation of operations with fundamental data types used in Everscale/Venom nodes in safe Rust.

Getting Started

Prerequisites

Rust complier v1.65+.

Installing

git clone --recurse-submodules https://github.com/tonlabs/ever-types.git
cd ever-types
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 file for details.

Tags

blockchain everscale rust venom-blockchain venom-developer-program