Tools to connect to wallets in React applications through the Rarimo SDK.
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 })
For the change log, see CHANGELOG.md.
Generated using TypeDoc