logo
Ledger Swap documentation
First compilation with the standard SWAP
Initializing search
    • Introduction
    • Enabling the SWAP on your application
      • Prerequisite
      • Running an existing SWAP test
      • First compilation with the standard SWAP
        • For C applications
        • For Rust applications
      • Creating a basic SWAP test for you coin
      • Code the handlers
    • Technical Information
      • Sequence diagram
      • Exchange Protocol API
      • Transaction proposal (protobuf)
      • FUND and SELL flows
      • Crypto Asset List (CAL)
      • BSS safety in coin applications
      • Coin Application API
        • Coin application entry point
        • CHECK_ADDRESS
        • GET_PRINTABLE_AMOUNT
        • SIGN_TRANSACTION
          • Copy Transaction Parameters
          • UI bypass
          • Error codes
      • The DALE tool

    First compilation with the standard SWAP

    We are now going to add empty yesmen handlers for SWAP requests

    Made with Material for MkDocs