mirror of
https://github.com/Cuprate/cuprate.git
synced 2025-04-22 05:48:10 +00:00
parent
1549a88618
commit
d5dd70a47b
1 changed files with 7 additions and 3 deletions
10
README.md
10
README.md
|
@ -12,7 +12,8 @@ _(work-in-progress)_
|
|||
## Contents
|
||||
|
||||
- [About](#about)
|
||||
- [Documentation](#documentation)
|
||||
- [Books](#books)
|
||||
- [Crates](#crates)
|
||||
- [Contributing](#contributing)
|
||||
- [Security](#security)
|
||||
- [License](#license)
|
||||
|
@ -37,7 +38,7 @@ Monero network.
|
|||
|
||||
<!-- TODO: add some details about what Cuprate is and is not, goals, status -->
|
||||
|
||||
## Documentation
|
||||
## Books
|
||||
|
||||
_Cuprate is currently a work-in-progress; documentation will be changing/unfinished._
|
||||
|
||||
|
@ -49,7 +50,10 @@ Cuprate maintains various documentation books:
|
|||
| [Monero'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 (library) documentation, see: https://doc.cuprate.org. This site holds documentation for Cuprate's crates and all dependencies. All Cuprate crates start with `cuprate_`, for example: [`cuprate_database`](https://doc.cuprate.org/cuprate_database).
|
||||
## Crates
|
||||
For a detailed list of all crates, see: <https://architecture.cuprate.org/appendix/crates.html>.
|
||||
|
||||
For crate (library) documentation, see: <https://doc.cuprate.org>. This site holds documentation for Cuprate's crates and all dependencies. All Cuprate crates start with `cuprate_`, for example: [`cuprate_database`](https://doc.cuprate.org/cuprate_database).
|
||||
|
||||
## Contributing
|
||||
|
||||
|
|
Loading…
Reference in a new issue