The KILT demo client demonstrates the functionality of the KILT SDK and acts as a playground for KILT use cases.
docker run -p 80:80 kiltprotocol/demo-client
The client can now be accessed with a browser on http://localhost:80
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
Please refer to the README for further documentation.
Content type
Image
Digest
Size
14.1 MB
Last updated
over 5 years ago
docker pull kiltprotocol/demo-client