PVM Debugging
Tools to help test PolkaVM blobs (custom format) and JAM services (GP format).
PVM blobs:
- polkatool: Must have for disassembling and inspecting blobs.
- fluffy labs/pvm-debugger: Interactive online debugger.
PolkaVM blobs:
- JamBrains/PolkaVm-examples: Universal PVM executor with hostcall mocking. Only good for smokescreen testing.
Host calls:
- JIP-1: Optional host call that can be used to log messages.
JAM services:
- CoreVM
- CoreChains
- CorePlay