mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-11-16 15:58:14 +00:00
formatting
This commit is contained in:
parent
b4ce7e0b57
commit
aa8d48c306
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
@ -31,20 +31,20 @@ Cuprate is an effort to create an alternative [Monero](https://getmonero.org) no
|
|||
|
||||
It will be able to independently validate Monero consensus rules, providing a layer of security and redundancy for the Monero network.
|
||||
|
||||
<!-- TOOD: add some details about what Cuprate is and is not, goals, status -->
|
||||
<!-- TODO: add some details about what Cuprate is and is not, goals, status -->
|
||||
|
||||
## Documentation
|
||||
_Cuprate is currently a work-in-progress; documentation will be changing/unfinished._
|
||||
|
||||
Cuprate maintains various documentation books:
|
||||
|
||||
| Book | Description | Link |
|
||||
|-----------------------------|------------------------------------------------------------|------|
|
||||
| Cuprate's architecture book | Documents Cuprate's internal architecture & implementation | https://github.com/Cuprate/architecture-book
|
||||
| Cuprate's protocol book | Documents the Monero protocol | https://github.com/Cuprate/monero-book
|
||||
| Cuprate's user book | Practical user-guide for using `cuprated` | https://github.com/Cuprate/user-book
|
||||
| Book | Description |
|
||||
|-----------------------------------------------------------------|------------------------------------------------------------|
|
||||
| [Cuprate's architecture book](https://architecture.cuprate.org) | Documents Cuprate's internal architecture & implementation |
|
||||
| [Cuprate's protocol book](https://monero-book.cuprate.org) | Documents the Monero protocol |
|
||||
| [Cuprate's user book](https://user.cuprate.org) | Practical user-guide for using `cuprated` |
|
||||
|
||||
For crate documentation, see the `cargo doc`s of the crates inside the [workspace](Cargo.toml), and the `README.md` files inside the crate's directory if applicable, for example: [`storage/cuprate-blockchain/README.md`](storage/cuprate-blockchain/README.md).
|
||||
For crate (library) documentation, see the `Documentation` section in [`CONTRIBUTING.md`](CONTRIBUTING.md).
|
||||
|
||||
## Contributing
|
||||
See [`CONTRIBUTING.md`](CONTRIBUTING.md).
|
||||
|
|
Loading…
Reference in a new issue