Package Exports
- @theqrl/web3
Readme
@theqrl/web3
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/web3pnpm add @theqrl/web3Getting Started
- If you have questions submit an issue or join us on Discord.
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.