JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 288
  • Score
    100M100P100Q79534F
  • License LGPL-3.0

QRL JavaScript API

Package Exports

  • @theqrl/web3

Readme

@theqrl/web3

ES Version Node Version NPM Package Downloads

This is the main package of QRL Web3.js.

@theqrl/web3 contains the ideal setup for a QRL Web3.js package.

Installation

Published releases will be available from npm. After the first audited release:

npm install @theqrl/web3
pnpm add @theqrl/web3

Getting Started

Prerequisites

Package.json Scripts

Script Description
clean Uses rimraf to remove dist/
build Uses tsc to build package and dependent packages
lint Uses eslint to lint package
lint:fix Uses eslint to check and fix any warnings
format Uses prettier to format the code
test Uses jest to run unit tests
test:integration Uses jest to run tests under /test/integration
test:unit Uses jest to run tests under /test/unit

QRL Web3.js Packages

Use individual @theqrl/* packages where possible to keep applications lightweight. The full package list is maintained in the repository README.