requestNetwork
requestNetwork copied to clipboard
A JavaScript library for interacting with the Request Network protocol
Request is a decentralized network built on top of Ethereum, which allows anyone, anywhere to request a payment. A full description of the protocol may be found in our whitepaper.
This repository contains all the Request Network developer tools written in TypeScript.
Join the Request Hub to get in touch with us.
Published Packages
Private Packages
| Package | Description |
|---|---|
@requestnetwork/integration-test |
Integration test for the Request system |
@requestnetwork/prototype-estimator |
Give estimates of size and throughput of the Request system |
@requestnetwork/toolbox |
Toolbox for Request Network |
@requestnetwork/usage-example |
Usage examples of Request Network |
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Read the contributing guide
Install
Install all the packages in the monorepo.
yarn install
Build
Build all the packages in the monorepo.
yarn run build
Lint
Lint all the packages in the monorepo.
yarn run lint
Test
Test all the packages in the monorepo.
yarn run test
License
V1 packages
This repository hosts the packages for the second version of Request. The v1 packages are deprecated and can be found on requestNetwork-v1-archive.