diff --git a/README.md b/README.md index f2e397bc..27c6d97c 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,5 @@ Below are the primary files in the project directory [RISC-V]: https://www.risczero.com/docs/reference-docs/about-risc-v [https://book.getfoundry.sh/forge/tests]: https://book.getfoundry.sh/forge/tests [receipt]: https://dev.risczero.com/zkvm/developer-guide/receipts -[risc0/risc0]: https://github.com/risc0/risc0/tree/main/bonsai/ethereum-relay [zkVM guest program]: https://dev.risczero.com/zkvm/developer-guide/guest-code-101 [RISC Zero zkVM]: https://dev.risczero.com/zkvm diff --git a/contracts/README.md b/contracts/README.md index fc3f63a2..ca883838 100644 --- a/contracts/README.md +++ b/contracts/README.md @@ -1,6 +1,6 @@ # Bonsai Solidity Contracts -This directory contains the Solidity contract for deploying a [Bonsai] application through the Ethereum relay. +This directory contains the Solidity contract for deploying a [Bonsai] application. There are two primary starter template contracts included. The Solidity libraries for Bonsai can be found at [github.com/risc0/risc0](https://github.com/risc0/risc0/tree/main/bonsai/ethereum). diff --git a/methods/README.md b/methods/README.md index ade0a761..437c91a8 100644 --- a/methods/README.md +++ b/methods/README.md @@ -7,7 +7,7 @@ This is where you will define one or more [guest programs] to act as a coprocess ### Writing Guest Code To learn to write code for the zkVM, we recommend [Guest Code 101]. -Note that you don't need to write host code because the Bonsai Ethereum Relay acts as the zkVM host. +Note that you don't need to write host code because the CLI acts as the zkVM host. Examples of what you can do in the guest can be found in the [RISC Zero examples].