From 296b45118dba03e91b29fb1f74d125cd51cc9df5 Mon Sep 17 00:00:00 2001 From: Dayvvo Date: Thu, 7 Mar 2024 21:57:18 +0100 Subject: [PATCH 1/3] Chore: add dev setup information in contributing.md doc --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7fdce187c..1f1261df4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -105,6 +105,12 @@ npm run dev:start Enjoy the test drive! +## Dev Setup + +When running Jam in dev mode, Additional Jam instances are provided by default. These instances can be used to set up different wallets and simulate collaborative transactions between themselves as though between different identities. A block explorer and RPC terminal are also available for directly interacting with the regtest node that Jam uses. + +Information on how to access these development features can be found on the _/dev-setup_ route at port 3000 + ## Reporting Issues Reporting an issue is as easy as [opening one on GitHub](https://github.com/joinmarket-webui/jam/issues/new). From 97b1d6155ae22c7da735dadeb725de8fae0052d0 Mon Sep 17 00:00:00 2001 From: Adeyemi David Date: Fri, 8 Mar 2024 13:50:10 +0100 Subject: [PATCH 2/3] Update CONTRIBUTING.md: Rephrase text in dev-setup section Co-authored-by: Thebora Kompanioni --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1f1261df4..fc925d7fc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -107,7 +107,7 @@ Enjoy the test drive! ## Dev Setup -When running Jam in dev mode, Additional Jam instances are provided by default. These instances can be used to set up different wallets and simulate collaborative transactions between themselves as though between different identities. A block explorer and RPC terminal are also available for directly interacting with the regtest node that Jam uses. +When running Jam in dev mode, additional Jam instances are provided by default. These instances can be used to set up different wallets and simulate collaborative transactions. A block explorer and RPC terminal are also available for directly interacting with the regtest node. Information on how to access these development features can be found on the _/dev-setup_ route at port 3000 From ab5f9fe755f2ed789e29658853defa8ee61837b7 Mon Sep 17 00:00:00 2001 From: Adeyemi David Date: Fri, 8 Mar 2024 13:52:08 +0100 Subject: [PATCH 3/3] Update CONTRIBUTING.md: include http link to dev-setup page Co-authored-by: Thebora Kompanioni --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fc925d7fc..123ca5bef 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -109,7 +109,7 @@ Enjoy the test drive! When running Jam in dev mode, additional Jam instances are provided by default. These instances can be used to set up different wallets and simulate collaborative transactions. A block explorer and RPC terminal are also available for directly interacting with the regtest node. -Information on how to access these development features can be found on the _/dev-setup_ route at port 3000 +Information on how to access these development features can be found at [http://localhost:3000/dev-setup](http://localhost:3000/dev-setup). ## Reporting Issues