-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
mdBook is a nice way to write documentation that is also readable as markdown.
A lot of Rust projects are using it.
- Set up basic book.
- Document the basics of how the tests run directly on the parity virtual machine and what that means (fast tests, lots of introspection).
- How to call a function on a contract.
- How to call a fallback function.
- How and why to use a linker.
- How to test that events are emitted.
- How to debug a revert.
- How to do unit testing.
- How to do property testing.