🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@rarimo/react-provider

Package Overview
Dependencies
Maintainers
0
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rarimo/react-provider

Tools to connect to wallets in React applications through the Rarimo SDK.

latest
Source
npmnpm
Version
2.6.0
Version published
Maintainers
0
Created
Source

@rarimo/react-provider

Tools to connect to wallets in React applications through the Rarimo SDK.

version (scoped package) types tree-shaking checks

Example

For example applications, see rarimo/js-sdk-examples on GitHub.

Here is an example that creates a MetamaskProvider object for a MetaMask wallet and prints its address:

import { MetamaskProvider } from '@rarimo/providers-evm'
import { useProvider } from '@rarimo/react-provider'

const { provider, ...rest } = useProvider(MetamaskProvider)

console.log({ provider, ...rest })

Changelog

For the change log, see CHANGELOG.md.

Keywords

sdk

FAQs

Package last updated on 27 Jun 2024

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