dcrdex
dcrdex copied to clipboard
admin: add gui
Adds a rudimentary GUI for interacting with the server admin API. Test against the simnet harness by running ./dexadm --harness in server/cmd/dexadm.
I still have ipv6 disabled on my computer, so I will get:
$ ./dexadm --harness
cannot listen on :31043: listen tcp6 :31043: socket: address family not supported by protocol
Do I have to enable it?
I just changed the ip to 127.0.0.1 in the code.
Looks great, but nit, suspend market you can set a time to suspend.
I just changed the ip to 127.0.0.1 in the code.
You added the IP to this line?
ListenAddrs: []string{":" + cfg.Port},
You a the IP to this line?
Yeah there. I've enabled ipv6 now, but thanks for changing it for me.