0.2.1 • Published 5 months ago

@theqrl/web3-plugin-example v0.2.1

Weekly downloads
-
License
LGPL-3.0
Repository
github
Last release
5 months ago

Web3 Plugin Example

ES Version Node Version NPM Package Downloads

This is an example of a plugin implementation for web3.js.

Installation

You can install the package either using NPM or using Yarn

Using NPM

npm install web3-plugin-example

Using Yarn

yarn add web3-plugin-example

Getting Started

Prerequisites

Package.json Scripts

ScriptDescription
cleanUses rimraf to remove dist/
buildUses tsc to build package and dependent packages
lintUses eslint to lint package
lint:fixUses eslint to check and fix any warnings
formatUses prettier to format the code
testUses jest to run unit tests
test:integrationUses jest to run tests under /test/integration
test:unitUses jest to run tests under /test/unit
0.2.1

5 months ago

0.2.0

7 months ago