Browser-based architecture (no install)

Opus runs entirely in the browser using:

  • EIP-1193-compatible wallet connections

  • Secure ephemeral key generation

  • IndexedDB/localStorage for encrypted session cache

Example of ephemeral key injection:

window.ethereum.request({
  method: "eth_requestAccounts",
  params: [{ eth_accounts: {} }]
});

No extensions required.

Last updated