@fruitsjs/contracts
Version:
Smart Contracts package for Fruits Eco-Blockchain
28 lines (17 loc) • 488 B
Markdown
# @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](https://www.npmjs.org/):
```
npm install @fruitsjs/contracts
```
or using [yarn](https://yarnpkg.com/):
``` yarn
yarn add @fruitsjs/contracts
```
#### Example
```js
// TO DO
```