feat: my wallet

- transaction list
- primary address and qr code
- generate sub address
- send and receive xmr

---

Reviewed-by: @schowdhuri
This commit is contained in:
Ahmed Bouhuolia 2022-05-27 22:34:22 +02:00 committed by GitHub
parent 500be9a7fd
commit b40fe25930
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
101 changed files with 4328 additions and 50 deletions

View file

@ -25,6 +25,7 @@ import viteConfig from "./vite.config";
*/
const config = mergeConfig(viteConfig, {
test: {
globalSetup: ["./tests/global-setup.ts"],
setupFiles: ["../../tests/setup-tests.ts"],
environment: "jsdom",
include: ["./src/**/*.{test,spec}.{ts,tsx}"],