import React, {Component} from "react"; export default class ViewWallet extends Component { constructor(props) { super(props) } render() { return (
{/*+-*/}

View Wallet Info

This allows you to download different versions of private keys and re-print your paper wallet. You may want to do this in order to import your account into Geth/Mist. If you want to check your balance, we recommend using a blockchain explorer like etherscan.io.

{/*
*/}

How would you like to access your wallet?

) } }