requestNetwork icon indicating copy to clipboard operation
requestNetwork copied to clipboard

A JavaScript library for interacting with the Request Network protocol

Results 193 requestNetwork issues
Sort by recently updated
recently updated
newest added

## Description of the changes Get rid of: - [`secp256k1`](https://www.npmjs.com/package/secp256k1) which uses C++ bindings on Node.js and [`elliptic`](https://www.npmjs.com/package/elliptic) in the browser. - [`@toruslabs/eccrypto`](https://www.npmjs.com/package/@toruslabs/eccrypto) (`eccrypto`'s fork) which is pure JS and...

Fixes #1148 ## Description of the changes * Make all packages output ES modules instead of CommonJS modules with exceptions: * `smart-contracts` must remain a CommonJS module because Hardhat uses...

## Description of the changes Give the opportunity to add topics when accepting a request. :warning: This is only for discussion purpose. :warning:

experiment to see the impact of the sf sdk

This is a follow-up to https://github.com/RequestNetwork/requestNetwork/pull/956

Fixes #1021 Task details: https://app.dework.xyz/request-network/development-56861?taskId=89bbca73-ea2b-4b63-ac25-c1d78ebe7869

# Problem We don't support creating requests from Safe Multisig Wallets or EIP-4337 Account Abstraction wallets # Possible Solution * @vrolland shared an image of old designs that were never...

Resolves https://github.com/RequestNetwork/requestNetwork/issues/1380 # Problem Today, the Request Network SDK `createRequest()` function performs all the steps to create a request. Notably it: 1. Signs the request 2. Sends the request to...