1.1.1-custom2 • Published 6 years ago

web3-parity v1.1.1-custom2

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

web3-parity

Parity API support for web3 1.0

Usage

npm install web3-parity

Importing library

You can import the generated bundle to use the whole library generated:

import addParityAPI from 'web3-parity'

Additionally, you can import the transpiled modules from dist/lib in case you have a modular library:

import something from 'web3-parity/dist/lib/something'

NPM scripts

  • npm t: Run test suite
  • npm start: Run npm run build in watch mode
  • npm run test:watch: Run test suite in interactive watch mode
  • npm run test:prod: Run linting and generate coverage
  • npm run build: Generate bundles and typings, create docs
  • npm run lint: Lints code
  • npm run commit: Commit using conventional commit style (husky will tell you to use it if you haven't :wink:)
1.1.1-custom2

6 years ago

1.1.1-custom1

6 years ago

1.1.1

6 years ago

1.0.0

7 years ago