feat: haveno daemon integration

- create account
- login
- change password
- haveno hooks
- electron-store hooks
- haveno-ts

---

Authored-by: schowdhuri
Reviewed-by: localredhead
This commit is contained in:
Subir 2022-05-10 01:36:01 +05:30
parent 7bcf36d595
commit a0c7875391
No known key found for this signature in database
GPG key ID: 2D633D8047FD3FF0
109 changed files with 2276 additions and 573 deletions

2
types/env.d.ts vendored
View file

@ -30,6 +30,8 @@ interface ImportMetaEnv {
* The value of the variable is set in scripts/watch.js and depend on packages/main/vite.config.js
*/
readonly VITE_DEV_SERVER_URL: undefined | string;
readonly VITE_HAVENO_URL: undefined | string;
readonly VITE_HAVENO_PASSWORD: undefined | string;
}
interface ImportMeta {