From 135c68e61924207c7b42967968735d5a769c3240 Mon Sep 17 00:00:00 2001 From: Aaron Cox Date: Thu, 19 Oct 2023 15:17:07 -0700 Subject: [PATCH] Update README.md --- README.md | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/README.md b/README.md index 944ac92..c98d9c7 100644 --- a/README.md +++ b/README.md @@ -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