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();
const currentNetworkName = RimbleUtils.getEthNetworkNameById(4);
const isMobile = RimbleUtils.isMobileDevice();
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 |
isMobileBrowser | none | boolean | Examines browser's UserAgent and determines if the current device is a mobile platform |
Documentation
Documentation
Issues
Open an issue for any bugs or feature requests
Contributing
We are open source and welcome your contributions !
License
MIT © ConsenSys