@wharfkit/abicache
v1.2.2
Published
ABI Caching Mechanism for use in Session and Contract Kits
Downloads
6,479
Readme
@wharfkit/abicache
An ABI Caching mechanism for Wharf's Contract and Session Kits.
Installation
The @wharfkit/abicache
package is distributed as a module on npm.
yarn add @wharfkit/abicache
# or
npm install --save @wharfkit/abicache
Developing
You need Make, node.js and yarn installed.
All development should be done based on the dev branch.
Clone the repository and run make
to checkout all dependencies and build the project. The tests can be run using make test
and can be continously tested during development with make test/watch
.
See the Makefile for other useful targets.
Before submitting a pull request make sure to run make check
and make format
.
Dependencies
- @wharfkit/antelope: Core library to provide Antelope data types.
- @wharfkit/signing-request: Antelope Signing Request Protocol.
Made with ☕️ & ❤️ by Greymass.