import React from 'react'; import { NameInput, NameResolve } from './components'; import TabSection from 'containers/TabSection'; import { NewTabLink } from 'components/ui'; import { donationAddressMap } from 'config'; import './index.scss'; const ENSDocsLink = () => ( ); export default class ENSClass extends React.Component<{}> { public render() { return (

Ethereum Name Service

The is a distributed, open, and extensible naming system based on the Ethereum blockchain. Once you have a name, you can tell your friends to send ETH to ensdomain.eth instead of {donationAddressMap.ETH.substr(0, 12)}...

); } }