forked from risc0/risc0
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
book |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[book] | ||
title = "Building Apps with Bonsai and the RISC Zero zkVM" | ||
authors = [] | ||
language = "en" | ||
multilingual = false | ||
src = "src" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Summary | ||
|
||
- [Introduction](./intro.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Introduction | ||
|
||
Welcome to the RISC Zero mdBook! This is very much an early stage work in progress. If you have somehow found your way to this book looking for documentation, we strongly encourage you to check out our other documentation and resources, including: | ||
* our [main GitHub repo], including [links to our crates on docs.rs], | ||
* our [website], | ||
* our [Bonsai developer docs] (also a work in progress), | ||
* our [YouTube channel], and | ||
* our [Discord server]. | ||
|
||
Here is an example of code that will be tested: | ||
```rust | ||
assert_eq!(2+2, 4); | ||
``` | ||
|
||
[main GitHub repo]: https://github.com/risc0/risc0 | ||
[links to our crates on docs.rs]: https://github.com/risc0/risc0#rust-libraries | ||
[website]: https://www.risczero.com/ | ||
[Bonsai developer docs]: https://dev.bonsai.xyz/ | ||
[YouTube channel]: https://www.youtube.com/@risczero | ||
[Discord server]: https://discord.gg/risczero |