This is a no-build prototype inspired by the style of modern Web3 “experience hub” sites (without copying any proprietary design).
Because this uses ES Modules, you should serve it over HTTP (not file://).
Options:
- Use the VS Code Live Server extension
- Or any simple static server you already use
Then open:
http://localhost:<port>/index.html
Edit src/config.js:
- Band links
- Optional
ui.lottieJsonUrl - Enable token gating via
vault.enabled = trueand set:vault.chainIdvault.contractAddressvault.standard(ERC721|ERC1155|ERC20)
This uses MetaMask / injected wallets via window.ethereum.
If you want WalletConnect, we can add it next (it requires a WalletConnect Project ID).