@model WalletSetupViewModel
@{
Layout = "_LayoutWalletSetup";
ViewData.SetActivePage(StoreNavPages.OnchainSettings, "Enter the wallet seed", Context.GetStoreData().Id);
}
@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.
}