This repository was archived by the owner on Feb 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ function App() {
4444 < header className = 'p-8' >
4545 < img src = { logo } className = "App-logo" alt = "logo" />
4646 < h2 > You're probably looking for < a href = "/tests" > the tests</ a > </ h2 >
47+ < p > View the < a href = "https://github.com/BitcoinDevShop/mutiny-web-poc" > source</ a > </ p >
4748 { wasmSupported ? < p > WASM works!</ p > :
4849 < p >
4950 WASM does not seem supported in your browser, this might not work for you!
Original file line number Diff line number Diff line change @@ -196,6 +196,7 @@ function App() {
196196 { newPubkey &&
197197 < form onSubmit = { connect_peer } className = "flex flex-col items-start gap-4 my-4" >
198198 < h2 > Connect Peer:</ h2 >
199+ < p > You may want to use "wss://websocket-tcp-proxy-fywbx.ondigitalocean.app" as the example websocket proxy</ p >
199200 < input type = "text" placeholder = 'Websocket Proxy Address' onChange = { handleProxyAddressChange } > </ input >
200201 < input type = "text" placeholder = 'Peer Connection String' onChange = { handleConnectPeerChange } > </ input >
201202 < input type = "submit" value = "Connect" />
You can’t perform that action at this time.
0 commit comments