feat: shared @harb/web3 package + landing wallet connect (#157) (#159)

This commit is contained in:
johba 2026-02-19 20:18:27 +01:00
parent 66106077ba
commit db3633425a
17 changed files with 18548 additions and 199 deletions

View file

@ -9,5 +9,10 @@
"prepare": "husky",
"test:e2e": "playwright test"
},
"type": "module"
"type": "module",
"workspaces": [
"packages/*",
"landing",
"web-app"
]
}