Files
darkfi/doc
y 0397caff17 [book] Wasm interactions (exit codes, types)
Add documentation about how DarkFi interfaces with Wasm in the context
of smart contracts and SDKs
Note how type converions and error-parsing works and note potential
bugs and security issues.
2023-11-29 13:53:48 -05:00
..
2023-09-17 14:25:22 +02:00
2023-04-15 09:29:18 +02:00
2023-10-26 23:53:43 +03:00

The DarkFi book

This directory contains the sources for the book that can be read on https://darkrenaissance.github.io/darkfi

When adding or removing a section of the book, make sure to update the SUMMARY.md file to actually list the contents.

For the mdbook-katex backend run:

cargo install --git "https://github.com/lzanini/mdbook-katex"
cargo install --git "https://github.com/badboy/mdbook-toc"
cargo install --git "https://github.com/badboy/mdbook-mermaid"