substrate-front-end-template

node版本为14.2.0

git clone https://github.com/substrate-developer-hub/substrate-front-end-template
cd substrate-front-end-template
yarn start

polkadot区块链浏览器_docker

polkadot-js

docker run --rm -it --name polkadot-ui \
-e WS_URL=ws://yourip:9944 \
-p 80:80 jacogr/polkadot-js-apps:latest

polkadot区块链浏览器_github_02