Skip to content

Commit

Permalink
feat: connect a kmd wallet on localnet (#88)
Browse files Browse the repository at this point in the history
* chore: refactor provider setup to correctly support the wallet provider
* feat: kmd wallet support in localnet
* feat: prevent dialog animation when open on mount
  • Loading branch information
neilcampbell authored Jun 10, 2024
1 parent 5a876d2 commit 6fec50a
Show file tree
Hide file tree
Showing 29 changed files with 816 additions and 265 deletions.
213 changes: 209 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"audit": "better-npm-audit audit",
"check-types": "tsc --noEmit && npx --yes madge src/App.tsx --circular",
"tauri": "tauri",
"pre-commit": "run-s check-types lint:fix audit test"
"pre-commit": "run-s check-types lint:fix audit test",
"postinstall": "patch-package"
},
"dependencies": {
"@algorandfoundation/algokit-subscriber": "^1.3.0",
Expand All @@ -39,7 +40,7 @@
"@radix-ui/react-tooltip": "^1.0.7",
"@tanstack/react-table": "^8.16.0",
"@tauri-apps/api": "^1.5.3",
"@txnlab/use-wallet": "^2.8.2",
"@txnlab/use-wallet": "2.8.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^1.0.0",
Expand Down Expand Up @@ -85,6 +86,7 @@
"eslint-plugin-tailwindcss": "^3.15.1",
"happy-dom": "^14.4.0",
"npm-run-all": "^4.1.5",
"patch-package": "^8.0.0",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.12",
Expand Down
Loading

0 comments on commit 6fec50a

Please sign in to comment.