You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a Core Lightning plugin in Rust which should have a BIP-353 lookup command and returns the results and the proof. It can utilise already existing crate bitcoin_payment_instructions. In future, xpay and other payment methods can use this feature to resolve BIP-353 addresses.
Acceptance Criteria:
BIP353 lookup RPC implemented.
RPC returns results and the proof.
RPC return appropriate message in case of failure.