@rigochain/rweb3-rigo
v1.0.23
Published
RWeb3.js
Downloads
169
Readme
RWeb3.js - rweb3-rigo
RWeb3.js
Installation
Using NPM
npm install rweb3
Using Yarn
yarn add rweb3
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 |