Skip to content

Latest commit

 

History

History
60 lines (38 loc) · 3.11 KB

File metadata and controls

60 lines (38 loc) · 3.11 KB
title Wallet Integration
description Explore a suite of developer tools for Stellar wallets.
sidebar_label Wallet Integration
sidebar_position 130

Wallet Integration

A simple-to-use wallet kit to manage integration to multiple Stellar ecosystem wallet. Learn more about how to integrate this library from the Stellar Wallets Kit Docs.

Stellar Wallets Kit

The Stellar Wallets Kit supports many wallets including:

  • Albedo
  • Freighter
  • Hana
  • Ledger Hardware Wallet
  • Trezor Handware Wallet
  • Lobstr
  • Rabet
  • WalletConnect
  • xBull
  • HOT Wallet

A stripped-down wallet where you can check an account’s XLM balance and send simple payments on Testnet and Mainnet. Account Viewer's source code is also useful and instructive for developers building wallet-related features into their applications.

SDF’s flagship non-custodial wallet extension that allows users to sign Stellar transactions via their browser. Freighter wallet's codebase is open sourced here: https://github.com/stellar/freighter.

NEAR Intents is a multichain transaction protocol for wallets that allows users or AI agents to simply state the outcome they want (like swapping Token A for Token B), and then lets a network of off‑chain market makers (called solvers) compete to fulfill that request; once the best solution is selected, it is sent to the user for approval, then execution is verified and executed through a Verifier smart contract on NEAR.

Read the docs.

Estimates the XLM requirements for wallets looking to use sponsored reserves and fee-bump transactions to cover account creation, transaction fees, trustlines, and more.

A wallet-as-a-service platform that streamlines digital asset operations, offering full wallet feature support, including automatic detection of asset and NFT balances (when applicable), on-chain transfer history, asset transfers, transaction broadcasting, and signature generation.

View the docs.

Wallet infrastructure that enables users to programmatically create a new wallet within their applications.

Follow this guide to create a Stellar wallet.