🇺🇲
Broearn Wallet Documentation
  • 🧬OVERVIEW
    • 💡What is Broearn Wallet?
    • 🛡️Security
    • 📋Available Networks
      • Parallel Universe Chain
      • Bitcoin
      • Ethereum
      • BNB Chain
      • Tron
      • Solana
      • OKX Chain
      • Optimism
      • Fantom
      • Ethereum Classic
      • Polygon
      • Avalanche
  • 🛸PUT
    • Extension & in Broearn app
      • Events
        • Disconnect
        • Accounts Changed
    • Detecting the Provider
  • Establishing a Connection
  • PROVIDER METHODS
    • Connect
    • Disconnect
    • SignMessage
    • SignTransaction
    • SignAllTransactions
    • SignAndSendTransaction
  • 🔹ETHEREUM & EVM
    • Getting Started with Ethereum and EVM
    • Detecting the Provider
    • Establishing a Connection
    • Sending a Transaction
    • Signing a Message
    • Provider API Reference
      • Properties
        • eth_chainId
        • eth_networkVersion
        • eth_selectedAddress
        • _events
        • _eventsCount
      • Events
        • Connect
        • Accounts Changed
        • Disconnect
        • Chain Changed
      • Methods
        • isConnected
        • request
  • Demo Applications
  • 📜ERRORS
  • ADVANCED
    • Auth
      • Web Javascript demo
      • Web Java
      • Web Golang
      • Web PHP
  • COMMUNITY AND SUPPORT
    • 🐦Twitter
    • ✈️Telegram
    • 🎮Discord
Powered by GitBook
On this page
  1. OVERVIEW

What is Broearn Wallet?

PreviousOVERVIEWNextSecurity

Last updated 1 year ago

Broearn Wallet is a crypto wallet that can be used to manage digital assets and access decentralized applications on PUT, Solana, EVM series.

Broearn Wallet is currently available as:

At its core, Broearn Wallet works by creating and managing private keys on behalf of its users. These keys can then be used within the Broearn Wallet to store funds and sign transactions.

Developers can interact with Broearn Wallet via both web applications as well as iOS and Android applications.

To interact with web applications, the Broearn wallet mobile in-app browser injects a bw object into the javascript context of every site the user visits. A given web app may then interact with Broearn Wallet, and ask for the user's permission to perform transactions, through this injected provider.

It's also possible to interact with the Broearn mobile app through universal links and deeplinks. With deeplinks, mobile apps can prompt their users to connect, sign, and send with Broearn Wallet directly. Once complete, Broearn Wallet will redirect users back to their referring applications.

This documentation is intended for developers who are building applications with Broearn Wallet.

An IOS app
An Android app
A browser extension
🧬
💡
Page cover image