- wallets.js: WalletManager state management with chain validation - verifier.js: WalletVerifier EIP-712 signing via window.ethereum - stream.js: WalletStreamManager with BroadcastChannel leader election, backoff + jitter - AGENTS.md: updated with coding guidelines
5 lines
73 B
JavaScript
5 lines
73 B
JavaScript
globalThis.location = {
|
|
protocol: 'http:',
|
|
host: 'localhost:8080'
|
|
};
|