import * as React from 'react'; import { Container } from 'ts/components/ui/container'; import { Text } from 'ts/components/ui/text'; export interface AddEthOnboardingStepProps {} export const AddEthOnboardingStep: React.StatelessComponent = () => (
Before you begin you will need to send some ETH to your metamask wallet. Click on the metamask extension in your browser and click either BUY or DEPOSIT.
);