1.2.0 • Published 13 days ago

@wharfkit/transact-plugin-autocorrect v1.2.0

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
13 days ago

@wharfkit/transact-plugin-autocorrect

A plugin to correct common issues users experience while performing transactions.

Usage

Install plugin.

yarn add @wharfkit/transact-plugin-autocorrect

Include when configuring the Session Kit:

import {TransactPluginAutoCorrect} from '@wharfkit/transact-plugin-autocorrect'

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

Or when you are manually configuring a Session:

import {TransactPluginAutoCorrect} from '@wharfkit/transact-plugin-autocorrect'

const session = new Session({
    // ... your other options
    transactPlugins: [new TransactPluginAutoCorrect()],
})

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.2.0

13 days ago

1.1.1

2 months ago

1.1.0

6 months ago

1.0.0

9 months ago

1.0.0-beta1

9 months ago

0.3.0

1 year ago

0.3.0-ui-16

1 year ago

0.3.2-1

1 year ago

0.3.2

1 year ago

0.3.4

1 year ago

0.3.3

1 year ago

0.3.0-ui-13

1 year ago