@mikelockzrimble/utils

0.0.11-alpha.0 • Public • Published

rimble-utils

Rimble Utils is part of an array of tools to help web3 dApp developers launch products faster and with better UX.

Getting started

Clone this repository and install its dependencies:

// with npm
npm install @rimble/utils --save

// with yarn
yarn add @rimble/utils

Usage Example

Import RimbleUtils library and call functions.

import RimbleUtils from '@rimble/utils';

const canDoWeb3 = RimbleUtils.browserIsWeb3Compatible(); // returns true or false boolean
const currentNetworkName = RimbleUtils.getEthNetworkNameById(4); // returns "Rinkeby" string

Methods of RimbleUtils

Name Parameters Returns Description
browserIsWeb3Capable none boolean Examines brower's UserAgent and determines if browser is recent Chrome, FireFox, Brave, or Opera
getEthNetworkNameById Ethereum network ID string Converts an Ethereum network ID into a network name

Documentation

Documentation

Issues

Open an issue for any bugs or feature requests

Contributing

We are open source and welcome your contributions !

License

MIT © ConsenSys

Readme

Keywords

none

Package Sidebar

Install

npm i @mikelockzrimble/utils

Weekly Downloads

0

Version

0.0.11-alpha.0

License

none

Unpacked Size

7.19 kB

Total Files

5

Last publish

Collaborators

  • mikelockz