| Crates.io | kythera-fvm |
| lib.rs | kythera-fvm |
| version | 0.2.0 |
| created_at | 2023-05-28 17:52:25.99171+00 |
| updated_at | 2023-05-29 19:25:47.085341+00 |
| description | Core implementation of the Kythera FVM |
| homepage | https://polyphene.github.io/kythera/ |
| repository | https://github.com/polyphene/kythera |
| max_upload_size | |
| id | 876631 |
| size | 40,507 |
kythera-fvmkythera-fvm is the core implementation for the Kythera FVM.
The implementation largely extends the ref-fvm implementation. It
has only been updated to allow for Cheatcodes implementation.
Cheatcodes are implemented by catching messages sent to a specific actor ID (98) and manipulating the machine when it happens.
For more information about Cheatcodes please refer to our documentation.