New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@mikelockzrimble/utils

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mikelockzrimble/utils

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

  • 0.0.11-alpha.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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

NameParametersReturnsDescription
browserIsWeb3CapablenonebooleanExamines brower's UserAgent and determines if browser is recent Chrome, FireFox, Brave, or Opera
getEthNetworkNameByIdEthereum network IDstringConverts 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

FAQs

Package last updated on 24 Apr 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc