Logo

Everscale types   ![everscale-types: rustc 1.65+] ![Workflow badge]

Status: WIP

About

A set of primitive types and utilities for the Everscale blockchain.

Heavily inspired by ton-labs-types, but with much more emphasis on speed.

Usage

How to miri check

```bash

Add Miri component

rustup +nightly component add miri

Run all tests with Miri

cargo +nightly miri test ```

How to fuzz

```bash

Install fuzzer

cargo install cargo-fuzz

Run any of the fuzzer targets

cargo +nightly fuzz run bocarcdecodepair -j 12 cargo +nightly fuzz run bocarcdecode -j 12 cargo +nightly fuzz run bocrcdecodepair -j 12 cargo +nightly fuzz run bocrcdecode -j 12 ```

Contributing

We welcome contributions to the project! If you notice any issues or errors, feel free to open an issue or submit a pull request.

License

Licensed under either of

at your option.