open-web3-stack / parachain-launch

Tool to generate docker-compose.yml to launch a full relaychain - parachain testnet.
Apache License 2.0
72 stars 36 forks source link

trying to interact with polkadot.js #25

Closed mostimasblunderbuss closed 2 years ago

mostimasblunderbuss commented 2 years ago

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 2 years ago

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

mostimasblunderbuss commented 2 years ago

thank you!