This repository contains a go-service for running perun-channel-service. To run this service add your details in the config.json, compile and execute.
config.json
contains all the config. Modify it to suit your needs:
Key | Description |
---|---|
host |
Host address on which channel-service will run |
ws_url |
URL of your wallet |
network |
Choose either "devnet" , "testnet" or "mainnet" |
public_key |
Public key of the user (wallet) |
database |
Path for database |
logfile |
Path for logfile |