Auro Wallet Docs
  • Getting Started
  • How to integrate
    • Connect Wallet
    • Add or Switch Chain
    • Create Nullifier
    • Send Transaction
    • Send zk Transaction
    • Sign Message
    • VerifyMessage in server-side
    • Anonymous Credentials
    • Building zkApp on Android
  • Wallet Basics
    • Submit token info
    • ​Pull Up Auro Wallet with DeepLink
    • Mina Providers
  • Reference
    • API Reference
      • Methods
        • mina_accounts
        • mina_requestAccounts
        • mina_requestNetwork
        • mina_sendPayment
        • mina_sendStakeDelegation
        • mina_sendTransaction
        • mina_addChain
        • mina_switchChain
        • mina_createNullifier
        • mina_signMessage
        • mina_sign_JsonMessage
        • mina_verifyMessage
        • mina_signFields
        • mina_verifyFields
        • mina_storePrivateCredential
        • mina_requestPresentation
      • Events
      • Error
      • Source
Powered by GitBook
On this page
  • How to integrate
  • API Reference
Edit on GitHub

Getting Started

Welcome to the Auro Wallet documentation!

NextHow to integrate

Last updated 7 months ago

is the middleware on the Mina Protocol used for interaction between zkApp and Auro Wallet. This document is mainly used to introduce the functions of Mina Provider and how to use the API.

How to integrate


Introduce all the methods provided by Mina Provider and how zkApp can better work with Auro Wallet.

API Reference


Dive a little deeper and start exploring our API reference to get an idea of everything that's possible with the API:

If you want to help us maintain the documentation. please refer to: .

@aurowallet/mina-provider
How to integrate
API Reference
Auro Wallet/docs