1.1.5 • Published 3 months ago

@wharfkit/contract v1.1.5

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
3 months ago

Contract Kit

A library to simplify interactions with Antelope-based smart contracts.

Features:

  • Instantiate instances of a Contract in your frontend application
  • Retrieve smart contract data with Table instances.
  • Create action data by accessing actions directly through the .action method of a Contract
  • Retrieve Ricardian Contracts for specific actions through the .ricardian method of a Contract
  • Cache and optimize ABI call patterns automatically in your application.

Installation

The @wharfkit/contract package is distributed as a module on npm.

yarn add @wharfkit/contract
# or
npm install --save @wharfkit/contract

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

3 months ago

1.1.4

4 months ago

1.1.3

4 months ago

1.1.2

4 months ago

1.1.1

6 months ago

1.1.0

6 months ago

1.1.0-rc1

6 months ago

1.0.0

6 months ago

0.4.3

8 months ago

0.4.2

9 months ago

0.4.1

9 months ago

0.4.0

9 months ago

0.4.0-beta1

9 months ago

0.3.4

9 months ago

0.3.3

9 months ago

0.3.2

9 months ago

0.3.1

10 months ago

0.3.0

10 months ago

0.2.1

10 months ago

0.2.0

10 months ago

0.1.0

10 months ago

0.1.0-beta1

10 months ago