Connect an existing wallet
Import an existing hardware or software wallet
@model WalletSetupViewModel
@{
Layout = "_LayoutWalletSetup";
ViewData["Title"] = $"Setup {Model.CryptoCode} Wallet";
}
@section Navbar {
@if (string.IsNullOrWhiteSpace(Model.DerivationScheme)) {