@fruitsjs/contracts
v1.1.3
Published
Smart Contracts package for Fruits Eco-Blockchain
Maintainers
Readme
@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/contractsor using yarn:
yarn add @fruitsjs/contractsExample
// TO DO