Connecting QNEKT to regtest
Last updated
Last updated
Due to browser security settings, Qnekt needs to connect to Janus over https
With the Janus docker image there is a script that will auto generate self signed ssl keys
This will drop two files in ./https/
and we need to configure Janus to read them.
Now, you need to allow self-signed cerficiates for localhost in your browser.
For Chrome, you can do this by setting a flag chrome://flags/#allow-insecure-localhost
You can switch networks from the top right drop down menu
After selecting regtest, you shold be good to go, you can monitor Janus logs for RPC requests
See Seeding regtest with Qtum on how to mine blocks to your regtest account.