Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncox committed Oct 19, 2023
1 parent e360b6a commit 135c68e
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,6 @@
# @wharfkit/protocol-scatter

A Session Kit wallet plugin for the [Scatter](https://github.com/GetScatter/ScatterDesktop) 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.

```ts
import {WalletPluginScatter} from '@wharfkit/protocol-scatter'

const kit = new SessionKit({
// ... your other options
walletPlugins: [new WalletPluginScatter()],
})
```
Abstract functions for use by various Scatter-based wallet plugins.

## Developing

Expand Down

0 comments on commit 135c68e

Please sign in to comment.