Creditcoin-client // ./ccclient API Question

creditcoin-client // ./ccclient API Question

I want to use api
When can it be used?

You can try putting this section in a .yaml file. I haven’t worked much with ccclient, although I got the source code building with ‘.NET Core’ on Ubuntu 16 and 18. If desired, you can run ‘ccclient’ on another machine (with a C# debugger) and connect to REST-API port 8008 over TCP.

services:
client:
network_mode: “host”
image: gluwa/creditcoin-client:latest
container_name: creditcoin-client
tty: true
stdin_open: true
secrets:
- source: client_config
target: /home/Creditcoin/Client/appsettings.json

secrets:
client_config:
file: ./clientConfig.json

1 Like