mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-25 06:39:53 -04:00
docs: generally improve docs and add maker page (#242)
* improve introduction and installation docs * add some maker documentation * improve maker docs * Add network section, explain multiaddr, move docker commands into table * Finally fix src-gui/.gitignore * Fix .env.development * Refine cancel, refund, punish explanation * Add to changelog * Make donation addresses copyable * Apply suggestions
This commit is contained in:
parent
29da23ea60
commit
9e27c6548b
13 changed files with 408 additions and 29 deletions
|
@ -1,2 +1,2 @@
|
|||
# You can configure the address of a locally running testnet asb. It'll displayed in the GUI. This is useful for testing
|
||||
# VITE_TESTNET_STUB_PROVIDER_ADDRESS=/ip4/127.0.0.1/tcp/9939/p2p/12D3KooWLaHSfwTW99GpqBZntLodmrFyzockGSVbL6grbN7HXo8x
|
||||
VITE_TESTNET_STUB_PROVIDER_ADDRESS=/onion3/clztcslas7hlfrprevcdo3l6bczwa3cumr2b5up5nsumsj7sqgd3p2qd:9939/p2p/12D3KooWS1DtT4JmZoAS6m4wZcxXnUB3eVFNvW8hSPrAyCtVSSYm
|
1
src-gui/.gitignore
vendored
1
src-gui/.gitignore
vendored
|
@ -29,3 +29,4 @@ src/models/tauriModel.ts
|
|||
|
||||
# Env files
|
||||
.env*
|
||||
.env.*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue