Setting Up Polkadot-js-apps use docker image
An alternative to building locally is to use docker to run a pre-build binary. The only requirement is to have Docker installed.
You can run a docker container via -
docker run --rm -it --name shadows-polkadot-ui -e WS_URL=ws://127.0.0.1:9944 -p 80:80 shadowsnetwork/polkadot-js-apps
Last updated
Was this helpful?