Description
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.
- Automated tests covering most possible scenarios.
- Detailed documentation of the RPC.