ethentication

0.1.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i ethentication

Weekly Downloads

0

Version

0.1.2

License

MIT

Unpacked Size

6.09 kB

Total Files

5

Last publish

Collaborators

  • rahatcodes