starknet-core

Crates.iostarknet-core
lib.rsstarknet-core
version0.11.1
sourcesrc
created_at2022-01-06 06:34:31.741621
updated_at2024-06-20 23:03:14.968968
descriptionCore structures for the starknet crate
homepagehttps://starknet.rs/
repositoryhttps://github.com/xJonathanLEI/starknet-rs
max_upload_size
id508805
size416,989
Jonathan LEI (xJonathanLEI)

documentation

README

Starknet data types

// TODO: add starknet-core documentation

Benchmark

These results were generated on the author's machine with Apple M3 Max running macOS 14.5.

For instructions on running the benchmarks yourself, check out this page.

Native

cairo0_class_hash       time:   [9.1665 ms 9.1690 ms 9.1718 ms]
sierra_class_hash       time:   [6.6931 ms 6.6944 ms 6.6958 ms]

WebAssembly

(Results are only provided for wasmtime here. Check out the benchmark page for running the benchmark on other runtimes).

Runtime version:

$ wasmtime --version
wasmtime-cli 21.0.1 (cedf9aa0f 2024-05-22)

wasmtime results:

cairo0_class_hash       time:   [36.515 ms 36.526 ms 36.538 ms]
sierra_class_hash       time:   [22.550 ms 22.557 ms 22.567 ms]
Commit count: 483

cargo fmt