Skip to content

Commit

Permalink
added Database section to README.md
Browse files Browse the repository at this point in the history
Signed-off-by: muraca <mmuraca247@gmail.com>
  • Loading branch information
muraca committed Nov 9, 2023
1 parent aeb166d commit 30bcb7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ The best way to explore this runtime is by browsing its [code](./tuxedo-template

There is an example node built with the Tuxedo template runtime. Because Tuxedo is primarily a runtime development framework, there is not much interesting or unique to Tuxedo to see in this crate. It is mostly a copy from the popular [Substrate node template](https://github.com/substrate-developer-hub/substrate-node-template/tree/main/node).

#### Database

PR [#136](https://github.com/Off-Narrative-Labs/Tuxedo/pull/136) removed RocksDB for ParityDB. This choice is unopinionated, it was made simply because RocksDB takes longer time to compile and adds unnecessary dependencies for our current use case. Developers are free to use any database they want.

### Wallet

The repo contains a CLI cryptocurrency wallet that works with the template node in the `wallet` directory.
Expand Down

0 comments on commit 30bcb7a

Please sign in to comment.