Enkrypt
The Enkrypt wallet is a multichain non-custodial wallet allowing users to easily manage tokens and access web3 application across multiple blockchains, like SKALE Network.
Features
- Custom Network Configuration: Enables users to add and switch between custom blockchain networks.
- dApp and DeFi Access: Allows users to explore dApps and participate in DeFi directly from the wallet.
Quickstart
-
Install the package:
Terminal window npm i @enkryptcom/connector-wagmiTerminal window yarn add @enkryptcom/connector-wagmi -
Import the library and start using it:
import { EnkryptConnector } from "@enkryptcom/connector-wagmi";import { skaleNebulaTestnet , skaleCalypsoTestnet , skaleTitanTestnet , skaleEuropaTestnet } from "wagmi/chains";