Skip to content

Commit 1154039

Browse files
authored
Add Contracts UI to README (#128)
1 parent 773ea8e commit 1154039

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,7 @@ Important: Debug output is only printed for RPC calls or off-chain tests ‒ not
7878
See our FAQ for more details:
7979
[How do I print something to the console from the runtime?](https://paritytech.github.io/ink-docs/faq/#how-do-i-print-something-to-the-console-from-the-runtime).
8080

81-
## Connect with Polkadot-JS Apps Front-end
81+
## Connect with frontend
82+
83+
Once the node template is running locally, you can connect to it with frontends like [Contracts UI](https://contracts-ui.substrate.io/#/?rpc=ws://127.0.0.1:9944) or [Polkadot-JS Apps](https://polkadot.js.org/apps/#/explorer?rpc=ws://localhost:9944) and interact with your chain.
8284

83-
Once the node template is running locally, you can connect to it with the **Polkadot-JS Apps**
84-
frontend to interact with your chain.
85-
[Click here](https://polkadot.js.org/apps/#/explorer?rpc=ws://localhost:9944) to connect the frontend
86-
to your local node.

0 commit comments

Comments
 (0)