@model WalletSetupViewModel
@addTagHelper *, BundlerMinifier.TagHelpers
@{
Layout = "_LayoutWalletSetup";
ViewData.SetActivePageAndTitle(StoreNavPages.PaymentMethods, "Enter the wallet seed", Context.GetStoreData().StoreName);
}
@section Navbar {
Manually enter your 12 or 24 word recovery seed.@ViewData["Title"]
Please note that creating a wallet is not supported by your instance.
}