3.2.1 • Published 4 months ago

@purser/metamask v3.2.1

Weekly downloads
9
License
MIT
Repository
github
Last release
4 months ago

@purser/metamask

A javascript library to interact with the a Metamask based Ethereum wallet. It extracts all the complexity from setting up, maintaining and interacting with it, while providing you with a predictable interface.

Installation

npm install ethers @purser/metamask

Quick Usage

import { open } from '@purser/metamask'

const wallet = await open();

console.log(wallet); // { address: '...', chainId: '...', publicKey: '...' }

Documentation

You can find more in-depth description for this module's API in the purser docs.

Contributing

This package is part of the purser monorepo package.

Please read our Contributing Guidelines for how to get started.

License

The @purser/metamask library along with the whole purser monorepo are MIT licensed.

3.2.1

4 months ago

3.2.0

2 years ago

3.1.2

3 years ago

3.1.2-alpha.0

3 years ago

3.1.1

3 years ago

3.0.0

4 years ago

3.0.0-alpha.3

4 years ago

3.0.0-alpha.2

4 years ago

3.0.0-alpha.1

4 years ago

3.0.0-alpha.0

4 years ago