Skip to main content
For the complete documentation index, see llms.txt

DApp Connector API

DApp Connector API allows decentralized applications (DApps) to request wallet access, verify authorization, and retrieve service URIs for interacting with the Midnight network.

Link to related documentation

To download the component, click the appropriate link under Artifacts.


Release 4.0.1LATEST

17 February 2026

Artifacts

Summary

  • All transacting methods now accept the payFees option that was previously only available on makeIntent.
  • Disabling fee payment supports sponsored-fee flows where a separate wallet pays transaction fees.
  • Backwards-compatible: omitting the option keeps the existing fee payment behavior.
  • The motivation for the option is documented in the API specification.