Package Exports
- @rarimo/react-provider
Readme
@rarimo/react-provider
Features of the Rarimo SDK that provide access to users' wallets and map extensions for multiple types of wallets (EVM and non-EVM) to a common wallet interface.
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/provider'
const { provider, ...rest } = useProvider(MetamaskProvider)
console.log({ provider, ...rest })
Changelog
For the change log, see CHANGELOG.md.