0.1.0 • Published 1 year ago

@wharfkit/resource-provider-plugin v0.1.0

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
1 year ago

@wharfkit/resource-provider-plugin

A transactPlugin for use with the @wharfkit/session library that provides resources to perform transactions.

Caveats

  • Resource Provider API endpoint must conform to the Resource Provider API specification.
  • To enable fees, the allowFees parameter must be specified and set to true.
  • Any fees must be paid in the networks system token, deployed on the eosio.token account using the standard token contract.

Installation

The @wharfkit/resource-provider-plugin package is distributed as a module on npm.

yarn add @wharfkit/resource-provider-plugin
# or
npm install --save @wharfkit/resource-provider-plugin

Usage

TODO

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.