Skip to content

brendangkchan/eth-address-input

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ethereum Address Input

This React TypeScript component validates Ethereum address with ENS support.

Features

  • ENS integration (can input ieither ETH addresses or ENS names)
  • Real time user feedback and validation
In development
  • Token balance checking

Screenshots

Imgur Imgur Imgur Imgur

Setup

Usage

<Input
    takerToken="ETH"
    callback={(value) => { console.log(value); }}
/>

Demo locally

To demo this component in your browser, go to http://localhost:3000/

# then run these commands
git clone git@github.com:brendangkchan/eth-address-input.git
cd eth-address-input/
npm i
npm start # be sure to be on Node v6 or above or this will error out on compiling ES6

Dev Notes

This project was bootstrapped with Create React App.

Below you will find some information on how to perform common tasks.
You can find the most recent version of this guide here.

About

Ethereum address input with ENS support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published