1.1.3 • Published 12 months ago

@fruitsjs/contracts v1.1.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
12 months ago

@fruitsjs/contracts

Utility functions to interact with smart contract of the Fruits blockchain platform

Installation

@fruitsjs/contracts can be used with NodeJS or Web. Two formats are available

Using with NodeJS and/or modern web frameworks

Install using npm:

npm install @fruitsjs/contracts

or using yarn:

yarn add @fruitsjs/contracts

Example

// TO DO