2024-01-02 13:13:43 -08:00
2023-07-18 11:36:25 -07:00
2023-07-18 11:36:25 -07:00
2023-07-18 11:36:25 -07:00
2023-07-18 11:36:25 -07:00
2024-01-02 13:13:43 -08:00
2023-07-31 11:01:51 -07:00
2023-11-30 11:56:10 -08:00

@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


Made with & ❤️ by Greymass.

S
Description
ABI Caching Mechanism for use in Session and Contract Kits
Readme BSD-3-Clause 263 KiB
Languages
TypeScript 49.4%
JavaScript 30.3%
Makefile 20.3%