Files
hpcore/examples/js_client/client-start.sh
Ravin Perera f2ed9040c0 User protocol upgrade and js client lib. (#191)
* Unified js client lib for browser and nodejs.
* Client lib multiple connections support.
* Implemented server challenge response.
* Contract guid and version validation.
* Server key validation.
* User json message encoding improvements.
2020-12-11 11:02:58 +05:30

8 lines
190 B
Bash
Executable File

#!/bin/bash
# To connect to docker cluster node.
docker run -i -t --rm --network=hpnet hp:text_client
# To connect to localhost node.
# docker run -i -t --rm --network=host hp:text_client