kythera-actors

Crates.iokythera-actors
lib.rskythera-actors
version0.2.0
sourcesrc
created_at2023-05-29 08:22:27.747429
updated_at2023-05-29 19:19:35.832831
descriptionKythera FVM WASM actor builder
homepagehttps://polyphene.github.io/kythera/
repositoryhttps://github.com/polyphene/kythera
max_upload_size
id877001
size124,124
Polyphene (CiPoly)

documentation

https://polyphene.github.io/kythera/

README

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.

Actors

The only actor that is currently used for utilities by Kythera is the Cheatcodes actor. This actor will always be deployed at ID 98

Test Actors

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.

Acknowledgements

The code to build and use Wasm bytecodes is heavily inspired and copied from the implementation over the ref-fvm done by @fridrik01.

Commit count: 153

cargo fmt