mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Updates wallets' management documentation
This commit removes ordering instruction, as wallets are stored in individual files. Adds Level property description section to the "Adding a wallet" section.
This commit is contained in:
parent
87c970c738
commit
2d52c622b4
1 changed files with 12 additions and 7 deletions
|
@ -87,14 +87,11 @@ to request an exemption or policy change. Feel free to email Will Binns
|
||||||
([will@bitcoin.org](mailto:will@bitcoin.org)) or Dave Harding ([dave@dtrt.org](mailto:dave@dtrt.org))
|
([will@bitcoin.org](mailto:will@bitcoin.org)) or Dave Harding ([dave@dtrt.org](mailto:dave@dtrt.org))
|
||||||
if you have any questions.
|
if you have any questions.
|
||||||
|
|
||||||
Wallets can be added in `_wallets/[wallet_name].md`. Entries are
|
Wallets can be added by creating a Markdown file with a wallet name
|
||||||
ordered by levels and new wallets must be added after the last wallet on the
|
in a `_wallets` folder, like this: `_wallets/[wallet_name].md`.
|
||||||
same level.
|
|
||||||
|
|
||||||
* Level 1 - Full nodes
|
For examples refer to the existing wallet files or check
|
||||||
* Level 2 - SPV, Random servers
|
`quality-assurance/schemas/wallets.yaml` schema.
|
||||||
* Level 3 - Hybrid, Multisig wallets
|
|
||||||
* Level 4 - Web wallets
|
|
||||||
|
|
||||||
**Screenshot**: The png files must go in `/img/screenshots`, be 250 X 350 px and
|
**Screenshot**: The png files must go in `/img/screenshots`, be 250 X 350 px and
|
||||||
optimized with `optipng -o7 file.png`.
|
optimized with `optipng -o7 file.png`.
|
||||||
|
@ -106,6 +103,14 @@ or 85 X 85 px for square icons.
|
||||||
**Description**: The text must go in `_translations/en.yml` alongside other
|
**Description**: The text must go in `_translations/en.yml` alongside other
|
||||||
wallets' descriptions.
|
wallets' descriptions.
|
||||||
|
|
||||||
|
**Level**: Each wallet must have a level property assigned. A value must be in a range
|
||||||
|
between 1 and 4. Level represents a category of a wallet:
|
||||||
|
|
||||||
|
* Level 1 - Full nodes
|
||||||
|
* Level 2 - SPV, Random servers
|
||||||
|
* Level 3 - Hybrid, Multisig wallets
|
||||||
|
* Level 4 - Web wallets
|
||||||
|
|
||||||
### Score
|
### Score
|
||||||
|
|
||||||
Each wallet is assigned a score for five criteria. For each of them, the
|
Each wallet is assigned a score for five criteria. For each of them, the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue