Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit f8ed3db

Browse files
Add some additional info in the frontend
1 parent 058cdb2 commit f8ed3db

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

frontend/src/routes/App.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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!

frontend/src/routes/KitchenSink.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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" />

0 commit comments

Comments
 (0)