Skip to content

History / Testnet Testing

Revisions

  • docs: wiki restructuring (#3026) * docs: restructure * Add steps for private key export under troubleshooting * fix language switching

    @bochinchero bochinchero committed Jan 30, 2025
  • bisonw: brand wallet (#2778) * rebrand everything

    @buck54321 buck54321 committed May 22, 2024
  • use bison.exchange for testnet (#2760)

    @buck54321 buck54321 committed May 10, 2024
  • wiki: Update wiki to reflect current DEX client account creation flow (#2538) * Update wiki - Move DEX Account creation guide from Client-Installation-and-Configuration.md to DEX-Trading-Account-Management.md - Update several old wiki images and add new ones. - Update Testnet-Testing.md, Client-Installation-and-Configuration.md, and DEX-Trading-Account-Management.md

    @ukane-philemon ukane-philemon committed Oct 28, 2023
  • fix typos (#2533)

    @omahs omahs committed Sep 29, 2023
  • fix wiki lint errors

    @ukane-philemon ukane-philemon committed Aug 22, 2022
  • 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.

    @JoeGruffins JoeGruffins committed Aug 1, 2022