mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-10 07:08:05 -05:00
updated readme
This commit is contained in:
62
README.md
62
README.md
@@ -1,13 +1,37 @@
|
||||
Not even an alpha product. Just a mere prototype(s).
|
||||
|
||||
# darkfid usage
|
||||
# First time running the demo:
|
||||
|
||||
Perform the trusted setup:
|
||||
1. Perform the trusted setup:
|
||||
|
||||
```console
|
||||
$ cargo build --release
|
||||
```
|
||||
|
||||
2. Set a wallet password. Note: you must set a password before using the wallet.
|
||||
|
||||
Open .config/darkfi/darkfid.toml and add a password to the 'Password' section.
|
||||
|
||||
3. Run the gateway daemon:
|
||||
|
||||
```console
|
||||
$ cargo run --bin gatewayd -- -v
|
||||
```
|
||||
|
||||
4. Run darkfid:
|
||||
|
||||
```console
|
||||
$ cargo run --bin darkfid -- -v
|
||||
```
|
||||
|
||||
5. Initialize the wallet:
|
||||
|
||||
```console
|
||||
$ cargo run --bin drk -- --wallet
|
||||
```
|
||||
|
||||
# Every time running the demo:
|
||||
|
||||
Run gateway daemon:
|
||||
|
||||
```console
|
||||
@@ -20,38 +44,18 @@ Run darkfid:
|
||||
$ cargo run --bin darkfid -- -v
|
||||
```
|
||||
|
||||
Run drk:
|
||||
|
||||
```console
|
||||
$ cargo run --bin drk -- -v
|
||||
```
|
||||
|
||||
# darkfid & drk configurations:
|
||||
|
||||
Set wallet password:
|
||||
|
||||
```console
|
||||
$ cargo run --bin darkfid config set --password [password]
|
||||
```
|
||||
|
||||
Show usage manual:
|
||||
|
||||
```console
|
||||
$ cargo run --bin darkfid -- config --help
|
||||
```
|
||||
|
||||
```console
|
||||
$ cargo run --bin drk -- config --help
|
||||
```
|
||||
|
||||
# drk
|
||||
|
||||
Show usage manual:
|
||||
Show drk usage manual:
|
||||
|
||||
```console
|
||||
$ cargo run --bin drk -- -help
|
||||
```
|
||||
|
||||
# darkfid & drk configurations:
|
||||
|
||||
Darkfid and drk can be configured using the TOML files in the .config/darkfid directory. Make sure to recompile darkfid and drk after customizing the TOML.
|
||||
|
||||
# Go dark
|
||||
|
||||
Let's liberate people from the claws of big tech and create the democratic paradigm of technology.
|
||||
|
||||
Self-defense is integral to any organism's survival and growth.
|
||||
|
||||
Reference in New Issue
Block a user