@beatoz/web3-contract
v1.0.1
Published
Web3.js
Downloads
43
Readme
Web3.js - web3-contract
Web3.js
Installation
Using NPM
npm install @beatoz/web3
Using Yarn
yarn add @beatoz/web3
Getting Started
Prerequisites
Package.json Scripts
| Script | Description |
|-------------| ------------------------------------------------------------------ |
| clean | Uses rimraf
to remove dist/
|
| build | Uses tsc
to build all packages |
| lint | Uses eslint
to lint all packages |
| lint:fix | Uses eslint
to check and fix any warnings |
| test | Uses jest
to run unit tests in each package |
| test:slient | Uses jest
to run tests under /test/integration
in each package |