docs.apexwallet.xyz
Open in
urlscan Pro
2606:4700::6812:d238
Public Scan
Submitted URL: https://docs.apexwallet.xyz/
Effective URL: https://docs.apexwallet.xyz/docs
Submission: On August 08 via automatic, source certstream-suspicious — Scanned from DE
Effective URL: https://docs.apexwallet.xyz/docs
Submission: On August 08 via automatic, source certstream-suspicious — Scanned from DE
Form analysis
0 forms found in the DOMText Content
Jump to Content GuidesChangelogDiscussions v1.0 -------------------------------------------------------------------------------- Log In Guides Log In v1.0GuidesChangelogDiscussions Search CTRL-K DocumentationGetting Started with Apex WalletOverviewWhy Use Apex WalletHow to Create an Apex WalletImporting an accountVision & FAQsIntegrate Apexwagmi (Recommended)RainbowKitweb3modalBest PracticesDefining Your App's IconTechnicalsOverviewKey GenerationConnection approvalsHow to add RPC endpointsAuxiliaryApex Branding GuideApexUI.tsx All Guides Changelog Discussions START TYPING TO SEARCH… DOCUMENTATION * Getting Started with Apex Wallet OVERVIEW * Why Use Apex Wallet * How to Create an Apex Wallet * Importing an account * Vision & FAQs INTEGRATE APEX * wagmi (Recommended) * RainbowKit * web3modal BEST PRACTICES * Defining Your App's Icon TECHNICALS * Overview * Key Generation * Connection approvals * How to add RPC endpoints AUXILIARY * Apex Branding Guide * ApexUI.tsx Powered by GETTING STARTED WITH APEX WALLET The following guides will help you set up your DApp with Apex Wallet. You'll be up and running in a jiffy! Suggest Edits ⚡️INTRODUCTION Welcome to Apex Developer Documentation! Apex is the world’s best Web3 Wallet, where users manage tokens & NFTs, earn in DeFi, participate in DAOs, and message with other wallets. Apex is currently available as a Chrome Browser Extension. This documentation will illustrate how to integrate your existing dapp with Apex. You can find the latest version of Apex on the Chrome Webstore or visit our official site. 🏁 GETTING STARTED 🔎 BROWSER DETECTION To verify if the current browser is running Apex, copy and paste the code snippet below into the developer console of your web browser: JavaScript if ( window && window.ethereum && ( window.ethereum?.isApexWallet || (window.ethereum.providers ?? []).find((p)=>p.isApexWallet) ) ) { console.log('Apex is installed!'); } > 📘 > > See the full API > > > > You can review the full API for (EIP-1193) window.ethereum object here. INTEGRATE APEX WITH LIBRARIES * wagmi (Recommended) * Rainbowkit * web3modal * ⚠️ Onboard.js (In Progress) * ⚠️ Web3-React (In Progress) COMMON TERMS If you are new to web3, please reference this article for standard Web3 terms. BEST PRACTICES * Defining Your App's Icon > 🚧 > > Have a Question or Feedback? > > > > Post in our discussion page! Updated 11 months ago -------------------------------------------------------------------------------- Why Use Apex Wallet Did this page help you? Yes No * Table of Contents * * ⚡️Introduction * 🏁 Getting Started * 🔎 Browser Detection * Integrate Apex with Libraries * Common Terms * Best Practices