Skip to content

Commit

Permalink
drop relay in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
capossele committed Jan 29, 2024
1 parent f19411d commit 5528a97
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion contracts/README.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
2 changes: 1 addition & 1 deletion methods/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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].

Expand Down

0 comments on commit 5528a97

Please sign in to comment.