mirror of
https://github.com/wharfkit/abicache.git
synced 2026-07-21 17:43:33 +00:00
master
@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.
Description
Languages
TypeScript
49.4%
JavaScript
30.3%
Makefile
20.3%