Skip to main content

Introduction

Core is a non-custodial crypto wallet that can be used to manage digital assets and access decentralized applications. Core supports Avalanche, Ethereum, Bitcoin, and any custom network operating the Ethereum Virutal Machine (EVM).

Core is currently available as:

Core works by creating and managing private keys on behalf of its users. These keys can then be used within Core to store funds and sign transactions.

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

To interact with web applications, the Core extension injects an object into the javascript context of every site the user visits. A given web app may then interact with Core, and ask for the user's permission to perform transactions, through this injected provider.

Core mobile interacts with web applications via Wallet Connect. Unlike Core extension, Core mobile is not an injected wallet.

This documentation is intended for developers who are building applications with Core. If you are a developer looking for help with an integration, please investigate the content of this site. For other support requests, please visit our Help Center.

Was this page helpful?