We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Update project readme and docs with `brew install` for Bison Wallet (#3274) * update project readme and docs with brew install Signed-off-by: Philemon Ukane <ukanephilemon@gmail.com> * docs: fix formatting issues with .md files Signed-off-by: Philemon Ukane <ukanephilemon@gmail.com> * docs/wiki: fix formatting in .md files Signed-off-by: Philemon Ukane <ukanephilemon@gmail.com> * docs/wiki: add language to fenced code blocks Signed-off-by: Philemon Ukane <ukanephilemon@gmail.com> --------- Signed-off-by: Philemon Ukane <ukanephilemon@gmail.com>
docs: wiki restructuring (#3026) * docs: restructure * Add steps for private key export under troubleshooting * fix language switching
bisonw: brand wallet (#2778) * rebrand everything
Localized strings in staking UI (#2544)
wiki: Update Native-BTC-Wallet-Recovery-and-Rescanning.md and Home.md (#2473) * wiki: update BTC Native wallet recovery/rescan wiki --------- Signed-off-by: Philemon Ukane <ukanephilemon@gmail.com>
add reporter for missing ntfn translations
client/webserver: translate on load
fix wiki lint errors
update README for 0.5 release
docs: Add the wiki to docs/wiki This imports the wiki contents at commit 3f0a68ea2897c54c64c9d859b7b7c5575fd4387e to the docs/wiki folder. Created with the command: git subtree add --prefix docs/wiki/ https://github.com/dcrdex/dcrdex.wiki.git master --squash After these changes, collaborators can update the wiki in the docs/wiki folder with normal pull requests to the dcrdex repository. Once PRs are merged, the updated docs/wiki folder can then be pushed to the actual wiki by a wiki admin with something like: git subtree push --prefix docs/wiki thewiki master or git push thewiki $(git subtree split --prefix docs/wiki):master --force where "thewiki" is a remote name for https://github.com/dcrdex/dcrdex.wiki.git.