Connect an existing wallet
Import an existing hardware or software wallet
@model WalletSetupViewModel @inject Microsoft.Extensions.Localization.IStringLocalizer StringLocalizer @{ Layout = "_LayoutWalletSetup"; ViewData.SetTitle(StringLocalizer["Setup {0} Wallet", Model.CryptoCode]); }