From c22da502ef4d0fa1465fe2b1fa85b8b05d69c6c5 Mon Sep 17 00:00:00 2001
From: "github-merge-queue[bot]"
This chapter provides an overview of Fault Proof Program
development
-on top of the custom FPVM targets supported by Kona.Dependencies
Pull Request Process
-
justfile
s in the repository.The Kona Book
Fault Proof Program Development
At a high level, a Fault Proof Program is not much different from a regular no_std
Rust program. A custom entrypoint is provided, and the program
is compiled down to a custom target, which is then executed on the FPVM.
Fault Proof Programs are structured with 3 stages:
diff --git a/fpp-dev/targets.html b/fpp-dev/targets.html index e05091247..154ec4662 100644 --- a/fpp-dev/targets.html +++ b/fpp-dev/targets.html @@ -181,7 +181,7 @@asterisc
If there is a feature that you would like to see supported, please open an issue or consider contributing!
+If there is a feature that you would like to see supported, please open an issue or consider contributing!
Cannon is based off of the mips32r2
target architecture, supporting 55 instructions:
Category | Instruction | Description | asterisc | ✅ | ✅ | ✅ | ❌ |
---|
If there is a feature that you would like to see supported, please open an issue or consider contributing!
+If there is a feature that you would like to see supported, please open an issue or consider contributing!
Cannon is based off of the mips32r2
target architecture, supporting 55 instructions:
Category | Instruction | Description |
---|