New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@requestnetwork/payment-processor

Package Overview
Dependencies
Maintainers
6
Versions
709
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@requestnetwork/payment-processor

Payment processing using ethers.

latest
Source
npmnpm
Version
0.60.0
Version published
Weekly downloads
124
8.77%
Maintainers
6
Weekly downloads
 
Created
Source

@requestnetwork/payment-processor

@requestnetwork/payment-processor is a typescript library part of the Request Network protocol. It contains client-side payment methods for:

  • ERC20 proxy contract
  • ETH input data

Test

To run the payment-processor tests we need a local running ganache with all our smart contracts deployed. Do not define "NETWORK" variable in the smart-contracts .env file. You can open two terminals and do:

# Terminal 1
cd ../smart-contracts/
yarn ganache

# Terminal 2
cd ../smart-contracts/
yarn deploy
cd ../payment-processor
yarn test

Basic Usage

see ERC20 and ETH usage examples.

Keywords

requestnetwork

FAQs

Package last updated on 16 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts