Git Product home page Git Product logo

react-web3-network-status's Introduction

React Web3 Network Status

A MetaMask inspired component to show users the status of their network connectivity.
Now officially endorsed!

Installation

Using npm:
$ npm install --save react-web3-network-status web3@^0.x.x babel-polyfill

Using yarn:
$ yarn add react-web3-network-status web3@^0.x.x babel-polyfill

Usage

import 'babel-polyfill'
import React from 'react'
import NetworkStatus from 'react-web3-network-status'

const MyApp = () => (
  <div>
    <NetworkStatus />
  </div>
)

export default MyApp

If you're already managing state and wish to explicitly pass a network id, try out the stateless version:

import React from 'react'
import NetworkStatus from 'react-web3-network-status/stateless'

const MyApp = () => (
  <div>
    <NetworkStatus
      networkId='1' // 1, 3, 4, 42, null, 'not-listening', or 'account-not-unlocked'
      address='0xe80C8E9ecB8e0F8CF75f4C5D1c15A065575a1cb9' // optional
    />
  </div>
)

export default MyApp

Demo

To run the demo app locally, clone this repo and run:

$ cd ../react-web3-network-status
$ npm install
$ npm run demo

Then visit localhost:3000 in your browser.

Contributing

To contribute effectively, follow these steps:

  1. Create a feature branch: git checkout -b my-new-feature
  2. Commit your changes: git commit -m 'add some feature'
  3. Push to the branch: git push origin my-new-feature
  4. Submit a pull request!

Inspiration

react-web3-network-status's People

Contributors

youfoundron avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.