Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
@mikelockzrimble/utils
Advanced tools
Rimble Utils is part of an array of tools to help web3 dApp developers launch products faster and with better UX.
Rimble Utils is part of an array of tools to help web3 dApp developers launch products faster and with better UX.
Clone this repository and install its dependencies:
// with npm
npm install @rimble/utils --save
// with yarn
yarn add @rimble/utils
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
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 |
Open an issue for any bugs or feature requests
We are open source and welcome your contributions !
MIT © ConsenSys
FAQs
Rimble Utils is part of an array of tools to help web3 dApp developers launch products faster and with better UX.
We found that @mikelockzrimble/utils demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.