Sign inSign up

kiltprotocol/demo-client

By kiltprotocol

•Updated over 5 years ago

Image
0

1.4K

kiltprotocol/demo-client repository overview

⁠KILT client

The KILT demo client demonstrates the functionality of the KILT SDK and acts as a playground for KILT use cases.

⁠Run docker image
docker run -p 80:80 kiltprotocol/demo-client   

The client can now be accessed with a browser on http://localhost:80⁠

⁠Configuring endpoints

Out of the box, the demo-client will try to connect to a development node and to an instance of the demo services⁠ running on your local machine. These defaults are set on .env⁠ and can be overwritten using the docker CLI's -e option. For example, to connect to KILT's testnet, you can run

docker run -p 80:80 -e REACT_APP_SERVICE_HOST=https://services.kilt.io -e REACT_APP_NODE_HOST=wss://full-nodes.kilt.io -e REACT_APP_FAUCET_URL=https://faucet.kilt.io  kiltprotocol/demo-client   
⁠Additional information

Please refer to the README⁠ for further documentation.

Tag summary

Content type

Image

Digest

Size

14.1 MB

Last updated

over 5 years ago

docker pull kiltprotocol/demo-client