MetaMask
Metamask is a Chromium (Chrome, Brave, and Edge) and Firefox browser add-on that provides a non-custodial Ethereum wallet. An end-user’s private key is stored in an encrypted Vault data stored in the browser. Metamask allows you to integrate your dApp with SKALE by setting the Network RPC endpoint for your users.
Features
- Browser Extension and Mobile App: Provides easy access to Ethereum and other EVM-compatible networks.
- dApp and Token Interaction: Seamlessly connects with dApps and supports token management.
- Custom Network Configuration: Enables users to add and switch between custom blockchain networks.
Quickstart
-
Install the package:
Terminal window npm i @metamask/sdk-reactTerminal window yarn add @metamask/sdk-react -
Import the library and start using it:
import { MetaMaskProvider } from "@metamask/sdk-react" -
Wrap your project with MetaMaskProvider