0.20.3 • Published 3 days ago

@metamask/sdk v0.20.3

Weekly downloads
-
License
-
Repository
github
Last release
3 days ago

MetaMask SDK

The MetaMask SDK enables developers to easily connect their dapps with a MetaMask wallet (Extension or Mobile) no matter the dapp environment or platform.

The MetaMask SDK is a library that can be installed by developers on their projects and will automatically guide their users to easily connect with a MetaMask wallet client. For instance, for dapps running on a desktop browser, the SDK will check if Extension is installed and if not it will prompt the user to install it or to connect via QR code with their MetaMask Mobile wallet. Another example, for native mobile applications, the SDK will automatically deeplink into MetaMask Mobile wallet to make the connection.

The MetaMask SDK instance returns a provider, this provider is the ethereum object that developers are already used to which is here. This provider will now be available for:

Getting Started

The following code examplifies importing the SDK into a javascript-based app. For other languages, check the sections bellow.

Install the SDK:

yarn add @metamask/sdk
or
npm i @metamask/sdk

Import the SDK (for possible parameters check this):

import MetaMaskSDK from '@metamask/sdk'
const ethereum = new MetaMaskSDK({})

Use the SDK:

ethereum.request({method: 'eth_requestAccounts', params: []})

Follow the full documentation

Please access this to read the MetaMask SDK full documentation

0.20.3

3 days ago

0.20.2

3 days ago

0.19.0

4 days ago

0.18.6

24 days ago

0.18.5

26 days ago

0.18.4

1 month ago

0.18.3

1 month ago

0.18.2

1 month ago

0.18.1

2 months ago

0.18.0

2 months ago

0.17.2

2 months ago

0.17.0

2 months ago

0.17.1

2 months ago

0.16.0

2 months ago

0.15.0

3 months ago

0.14.3

3 months ago

0.14.2

4 months ago

0.11.0

6 months ago

0.10.1

7 months ago

0.12.0

6 months ago

0.11.1

6 months ago

0.13.0

6 months ago

0.12.1

6 months ago

0.11.2

6 months ago

0.14.0

6 months ago

0.12.2

6 months ago

0.14.1

5 months ago

0.12.3

6 months ago

0.12.4

6 months ago

0.10.0

7 months ago

0.9.0

7 months ago

0.5.4

10 months ago

0.8.0

7 months ago

0.7.1

8 months ago

0.6.2

8 months ago

0.5.3

10 months ago

0.5.6

10 months ago

0.5.5

10 months ago

0.5.0

10 months ago

0.4.1

10 months ago

0.4.0

10 months ago

0.7.0

8 months ago

0.6.1

8 months ago

0.5.2

10 months ago

0.6.0

9 months ago

0.5.1

10 months ago

0.4.2

10 months ago

0.3.3

11 months ago

0.3.0

12 months ago

0.3.2

11 months ago

0.2.3

1 year ago

0.3.1

11 months ago

0.2.4

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.2.2

1 year ago

0.1.0

1 year ago

0.0.1-beta.5

2 years ago

0.0.1-beta.4

2 years ago

0.0.1-beta.3

2 years ago