Wallet Adapter for Aleo Apps

Modular TypeScript wallet adapters and components for Aleo applications.

This is a quick setup guide with examples of how to add Wallet Adapter to a React-based Aleo app.

license

Quick Setup (using React UI)

📲Install

Install these dependencies:

npm install --save \
    @demox-labs/aleo-wallet-adapter-base \
    @demox-labs/aleo-wallet-adapter-react \
    @demox-labs/aleo-wallet-adapter-reactui \
    @demox-labs/aleo-wallet-adapter-leo \
    react

🛠️Setup

✍🏻Signing

🔓Decrypting

🗂️Requesting Records

📡Requesting Transactions

💻Deploying Programs

🗂️Requesting Record Plaintexts

This requires the OnChainHistory permission

🗂️Requesting Transaction History

This requires the OnChainHistory permission

Subscribing to Events

Last updated

Was this helpful?