import * as React from 'react'; import { Container } from 'ts/components/ui/container'; import { Text } from 'ts/components/ui/text'; export interface IntroOnboardingStepProps {} export const IntroOnboardingStep: React.StatelessComponent = () => (
In order to start trading on any 0x relayer in the 0x ecosystem, you need to complete two simple steps.
Wrap ETH
Unlock tokens
);