diff --git a/examples/users_devicehub.json b/examples/users_devicehub.json new file mode 100644 index 00000000..1af82c3e --- /dev/null +++ b/examples/users_devicehub.json @@ -0,0 +1,8 @@ +[ + { + "email": "user@example.org", + "password": "1234", + "eth_pub_key": "0x0000000000000000000000000000000000000000", + "eth_priv_key":"0x0000000000000000000000000000000000000000000000000000000000000000" + } +]