1.0.0-dev-998a4b7-202312151810 • Published 5 months ago

@consensys/get-starknet v1.0.0-dev-998a4b7-202312151810

Weekly downloads
-
License
(Apache-2.0 OR MI...
Repository
github
Last release
5 months ago

MetaMask Get Starknet

This repository contains a node module that makes it easy to integrate the Starknet Snap through the generic IStarknetWindowObject.

Usage

import { MetaMaskSnapWallet } from '@consensys/get-starknet';

const walletInstance = new MetaMaskSnapWallet(
  provider, snapVersion
);

provider refer to the instance from window.ethereum snapVersion refer to the version of the snap that is interacting with