1.3.4 • Published 3 months ago

@wharfkit/wallet-plugin-anchor v1.3.4

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
3 months ago

@wharfkit/wallet-plugin-anchor

A Session Kit wallet plugin for the Anchor wallet.

Usage

Include this wallet plugin while initializing the SessionKit.

NOTE: This wallet plugin will only work with the SessionKit and requires a browser-based environment.

import {WalletPluginAnchor} from '@wharfkit/wallet-plugin-anchor'

const kit = new SessionKit({
    // ... your other options
    walletPlugins: [new WalletPluginAnchor()],
})

Custom buoy url and websocket class are supported.

import WebSocket from 'isomorphic-ws'
import {WalletPluginAnchor} from '@wharfkit/wallet-plugin-anchor'

const kit = new SessionKit({
    // ... your other options
    walletPlugins: [
        new WalletPluginAnchor({
            buoyUrl: 'https://cb.anchor.link',
            buoyWs: Websocket,
        }),
    ],
})

Developing

You need Make, node.js and yarn installed.

Clone the repository and run make to checkout all dependencies and build the project. See the Makefile for other useful targets. Before submitting a pull request make sure to run make lint.


Made with ☕️ & ❤️ by Greymass, if you find this useful please consider supporting us.

1.3.4

3 months ago

1.3.4-rc1

3 months ago

1.3.3

3 months ago

1.3.2

3 months ago

1.3.1-rc2

3 months ago

1.3.1-rc1

3 months ago

1.3.1

3 months ago

1.2.4

3 months ago

1.2.3

3 months ago

1.3.0

3 months ago

1.2.2

3 months ago

1.2.2-rc1

3 months ago

1.2.1

4 months ago

1.2.1-rc1

4 months ago

1.2.1-rc2

4 months ago

1.2.0

4 months ago

1.1.0

6 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

9 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.1.0-rc1

7 months ago

0.5.0

12 months ago

0.4.3

1 year ago

0.5.1

12 months ago

0.4.2

1 year ago

0.3.0-ui-14.1

1 year ago

0.3.0-ui-14.2

1 year ago

0.3.0-ui-14.3

1 year ago

0.3.0-ui-14.4

1 year ago

0.3.0

1 year ago

0.3.0-ui-16

1 year ago

0.3.0-ui-14

1 year ago

0.4.1

1 year ago

0.3.2

1 year ago

0.4.0

1 year ago

0.3.1

1 year ago

0.3.4

1 year ago

0.3.3

1 year ago

0.1.0

1 year ago