Skip to content

Commit

Permalink
Add rustdoc output to Contribute to Sui (MystenLabs#1880)
Browse files Browse the repository at this point in the history
* Add rustdoc output to Contribute to Sui

* Update index.md

Add other rustdocs, describe them

* Update index.md

Fix inconsistent capitalization
  • Loading branch information
Clay-Mysten authored May 10, 2022
1 parent 559089e commit 57220b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/src/contribute/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ Simply edit the file in question and generate a pull request. We will get back t
In order to obtain the Sui source code, follow the steps to download (`git clone`) the `sui` repository
at [Install Sui](../build/install.md#source-code).

And see the Rust [Crates](https://doc.rust-lang.org/rust-by-example/crates.html) in use at:
* https://mystenlabs.github.io/sui/ - the Sui blockchain
* https://mystenlabs.github.io/narwhal/ - the Narwhal and Tusk consensus engine
* https://mystenlabs.github.io/mysten-infra/ - Mysten Labs infrastructure

## Send pull requests

Start by creating your own fork of the repo:
Expand Down

0 comments on commit 57220b2

Please sign in to comment.