Skip to content

Get Starknet: Wallet Standard & Discovery

This is the documentation for Get Starknet: the Wallet Standard and discovery package for Starknet.

Motivation

For App Developers

  • An easy and robust way to discover injected Starknet wallets.
  • An higher-level API for interacting with wallets.
  • Target one wallet API for all wallets: injected, mobile, web wallets, etc.
  • A ready-to-use wallet modal with a customizable UI.

For Wallet Developers

  • Implement Wallet Standard and discovery in a single line of code. See this section for more information.
  • Make your wallet available to a wider audience.
  • Support injected and non-injected wallets.
  • Extensible API.

Next Steps

The best place to start is the Getting Started guide. This guide shows you how to integrate the wallet modal and provider into your application.

Learn how to use the wallet API in the Wallet Standard section.

If you want to customize the look and feel of the wallet modal, you should read the customization guide.

For Wallet Developers

We provide a guide on how to integrate your wallet with Get Starknet.

API Reference