Skip to content

Commit

Permalink
feat: decode address
Browse files Browse the repository at this point in the history
  • Loading branch information
AxyLm committed May 4, 2024
1 parent 2f62277 commit a180d22
Show file tree
Hide file tree
Showing 11 changed files with 565 additions and 190 deletions.
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
Expand All @@ -23,9 +25,11 @@
"clsx": "^2.1.0",
"ethers": "5.7.2",
"lucide-react": "^0.372.0",
"next-themes": "^0.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.3",
"sonner": "^1.4.41",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"unplugin-auto-import": "^0.17.5",
Expand All @@ -43,7 +47,9 @@
"@types/react-dom": "^18.2.21",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.18",
"bip32": "^4.0.0",
"bip39": "^3.1.0",
"bitcoinjs-lib": "^6.1.5",
"copy-to-clipboard": "^3.3.3",
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.10.0",
Expand All @@ -57,7 +63,10 @@
"postcss": "^8.4.35",
"prettier": "2.8.3",
"tailwindcss": "^3.4.3",
"tiny-secp256k1": "^2.2.3",
"typescript": "5.4.2",
"vite": "^5.0.12"
"vite": "^5.0.12",
"vite-plugin-top-level-await": "^1.4.1",
"vite-plugin-wasm": "^3.3.0"
}
}
Loading

0 comments on commit a180d22

Please sign in to comment.