Crates.io | kythera-actors |
lib.rs | kythera-actors |
version | 0.2.0 |
source | src |
created_at | 2023-05-29 08:22:27.747429 |
updated_at | 2023-05-29 19:19:35.832831 |
description | Kythera FVM WASM actor builder |
homepage | https://polyphene.github.io/kythera/ |
repository | https://github.com/polyphene/kythera |
max_upload_size | |
id | 877001 |
size | 124,124 |
kythera-actors
kythera-actors
is a crate that contains all necessary actors for Kythera to run and be tested.
🗒️ Note
Not directly because of the project structure but because of Rust itself,
build.rs
will only run if a source file changes.
The only actor that is currently used for utilities by Kythera is the Cheatcodes actor.
This actor will always be deployed at ID 98
Those actors will only be built and made available if kythera-actors
is used along its testing
feature. This should only
happen when contributing to Kythera development.
The code to build and use Wasm bytecodes is heavily inspired and copied from the implementation over the ref-fvm
done by @fridrik01.