Payment processing using ethers.
npm install @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
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