0.1.2 • Published 3 years ago

ethentication v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

EthLogin Component V1

This project was bootstrapped with Create React App.

Using the Component

Example Usage:

import * as React from "react";
import EthLogin from "ethentication";

function App() {
  const [currAccount, setCurrAcount] = React.useState("");
  const [error, setError] = React.useState("");
  return (
    <EthLogin
      message="Login with Eth"
      setAccount={setCurrAcount}
      setError={setError}
    />
  );
}

export default App;

Run this project locally

Run the following commands:

yarn install
yarn start

Learn More

This open source project is a work in progress. Any questions contact Rahat on twitter: https://twitter.com/Rahatcodes