dcrdex icon indicating copy to clipboard operation
dcrdex copied to clipboard

admin: add gui

Open buck54321 opened this issue 1 year ago • 4 comments

Adds a rudimentary GUI for interacting with the server admin API. Test against the simnet harness by running ./dexadm --harness in server/cmd/dexadm. image

buck54321 avatar Apr 12 '24 21:04 buck54321

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?

JoeGruffins avatar Apr 15 '24 04:04 JoeGruffins

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.

JoeGruffins avatar Apr 15 '24 05:04 JoeGruffins

I just changed the ip to 127.0.0.1 in the code.

You added the IP to this line?

ListenAddrs: []string{":" + cfg.Port},

buck54321 avatar Apr 23 '24 13:04 buck54321

You a the IP to this line?

Yeah there. I've enabled ipv6 now, but thanks for changing it for me.

JoeGruffins avatar Apr 24 '24 07:04 JoeGruffins