@model LightningWalletServices @{ ViewData.SetActivePageAndTitle(ServerNavPages.Services, Model.WalletName); }

@ViewData["PageTitle"]

@if (Model.ShowQR) { }
@if (!ViewContext.ModelState.IsValid) {
}

Full node connection

This page exposes information to connect remotely to your full node via the RPC protocol.

Compatible wallets

Fully Noded
Fully Noded
Specter Desktop
Specter Desktop

QR Code connection

You can use QR Code to connect to @Model.WalletName with compatible wallets.

@if (!Model.ShowQR) {
} else {

See QR Code information by clicking here

}
@section PageFootContent { @if (Model.ShowQR) { } }