Skip to content

Wallets

The app at note.systems/app is a standard EVM dapp. Any wallet that can sign on Robinhood Chain works; nothing is stored in your browser and there is no account to create.

WalletHow it connects
Browser extensions: MetaMask, Rabby, Coinbase Wallet extension, Phantom (EVM)Detected automatically (EIP-6963). Each installed wallet appears as its own row in the connect dialog.
Coinbase Wallet (mobile app, extension, Smart Wallet)Coinbase Wallet SDK. Choose “Coinbase Wallet” and approve in the app or extension.
Robinhood WalletOpen the app inside the Robinhood Wallet in-app browser, or use WalletConnect when it is enabled.
Any WalletConnect v2 walletScan the QR code with the wallet app. Shown as “Coming soon” until WalletConnect is enabled on a release.
Safe (multisig)Open the app as a Safe App inside Safe{Wallet}; the Safe row becomes active.

The connect dialog never asks for a signature just to connect. Signatures are only requested when you submit a transaction, and every transaction is simulated first so a failing call is reported before your wallet opens.

  1. Select Connect wallet in the header.
  2. Pick your wallet. Extensions open a pop-up; WalletConnect shows a QR code.
  3. If your wallet is on another network the dialog offers Switch to Robinhood Chain. One tap sends wallet_switchEthereumChain, and wallet_addEthereumChain first if the wallet does not know the chain yet.

Mobile browsers such as Safari and Chrome have no wallet extension, so the app must run inside your wallet’s browser.

  1. Open the app on your phone. The connect sheet shows Open in wallet browser links for MetaMask, Phantom, Coinbase Wallet and Trust Wallet. Tap the one you use; it re-opens note.systems/app inside that wallet.
  2. Wallets without a documented deep link (Rainbow, Robinhood Wallet): open the wallet, find its browser or dapp tab and type note.systems/app.
  3. Connect from inside the wallet browser as on desktop. The connect dialog appears as a bottom sheet.

If you already see your address in the header, you are connected. Disconnect from the account menu at any time; the app forgets the session immediately because it keeps no local storage.

The app adds these for you when you accept the network switch. To add them by hand:

Robinhood Chain testnet (current builds)Robinhood Chain mainnet
Chain id466304663
RPChttps://rpc.testnet.chain.robinhood.comhttps://rpc.mainnet.chain.robinhood.com
CurrencyETHETH
Explorerhttps://explorer.testnet.chain.robinhood.comhttps://robinhoodchain.blockscout.com

Official network parameters: docs.robinhood.com/chain.

  • “No browser wallet detected”: you are in a plain mobile browser or an extension is disabled. Use a deep link above or enable the extension.
  • Wrong network banner: accept the switch prompt, or switch inside the wallet and reload.
  • Nothing happens after choosing a wallet: the wallet pop-up may be behind the browser window, or a previous request is still pending inside the wallet.
  • Transactions are greyed out: the header shows “Preview” when contracts are not deployed on the selected network; reads are illustrative and writes are disabled.