You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -78,9 +78,7 @@ Important: Debug output is only printed for RPC calls or off-chain tests ‒ not
78
78
See our FAQ for more details:
79
79
[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).
80
80
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.
82
84
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
0 commit comments