open-web3-stack/parachain-launch

trying to interact with polkadot.js

mostimasblunderbuss opened this issue · 2 comments

When I start the relay chains & the parachains locally and tried to interact via polkadot.js through e.g. ws://0.0.0.0:30333, the UI is stuck at initialization. Is there additional configuration I should do to make this work? I'm using the default configuration with Acala. Thanks!

xlc commented

You are connecting to the wrong port. It will be 9944 or one of the 994x port.

thank you!