Argent
  • Build with Argent
  • Argent Wallets
    • Argent X
      • Adding Custom RPCs
      • Network Switcher for Dapps
      • Verify signature of undeployed account
      • WalletAccount
    • Argent Mobile
      • Argent Mobile for your web app
      • Argent Mobile for your react native app
    • Web Wallet
      • Set up guide
      • Web Wallet UX
      • API reference
      • Key Management
    • Argent Multisig
      • How multisig works
      • Create a multisig
        • With Argent signer
        • With Ledger signer
      • Join a multisig
        • With Argent signer
        • With Ledger signer
      • Replace a multisig signer
      • Airgap
    • Telegram wallet (DEPRECATED)
  • TOOLS
    • 🎨STARKNETKIT
    • ✨Invisible SDK
      • Implementation
      • Other useful endpoints
      • Types and interfaces
      • Gas abstraction
  • Example Dapps
    • StarknetKit + Session keys Demo dapp
  • AA Use Cases
    • Session Keys
      • Implement session keys
      • Session keys with outside execution
      • Demo App
      • FAQ
      • Types
    • Paymasters
    • Verifying signatures and cosigners
      • Identifying a smart account onchain
    • Multicalls
    • Outside Execution
    • Deploy accounts on behalf of users
  • Optimize your Dapp
    • Dappland
    • Known dapps
    • Transaction reviews
    • Brand your token
  • Other Products
    • Argent Card
    • Spoks
    • Perkz
    • Argent Vault on Ethereum L1
  • SUPPORT & RESSOURCES
    • Contracts and audits
    • Get in touch
Powered by GitBook
On this page

Was this helpful?

  1. Argent Wallets

Telegram wallet (DEPRECATED)

Connecting Telegram's users to Ethereum.

PreviousAirgapNextInvisible SDK

Last updated 3 months ago

Was this helpful?

🚨 UNFORTUNATELY, DUE TO NEW TELEGRAM RULES, IT IS NO LONGER POSSIBLE TO USE ARGENT TELEGRAM WALLET AND ARGENT TELEGRAM SDK.

The Argent Telegram Wallet is a self-custody, embedded wallet within Telegram. By leveraging account abstraction, users benefit from a best-in-class experience while retaining ownership of their assets. The goal here is to abstract away the concept of blockchain.

To set up and use the wallet, please follow this guide:

Talking about the Argent Telegram Wallet, we have to differentiate two features: the wallet and the SDK.

The wallet/bot enables end-users to:

  • Send (including Gifting)

  • Send with bot (including Gifting)

  • Add Funds

  • Unlock with biometrics

The SDK enables mini-app developers to:

  • Seamlessly establish connection between the dapp and the wallet (like )

  • Leverage to highly improve the user experience.

Under the hood, our Telegram wallet leverages the same smart-account technology that is used for other Argent wallets, like the Mobile wallet. Part of the signing process is handled by our backend. It is somewhat similar to a 2-2 multisig wallet. To make a transaction, both the Telegram wallet signature and the Argent backend signature are required. The private key of the Telegram wallet is stored on the user’s Telegram cloud space.

The private key is encrypted using your pin or secure enclave if your enable biometric.

How to use the Argent Telegram Wallet.
StarknetKit
session keys