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

# Problem We don't publish the minified JavaScript files *.min.js # Solution Change package.json main property. Use exports property instead to define the exports for each supported environment. browser, default...

# Use case User requests an NFT (ERC721). NFT is transferred via an `ERC721FeeProxy` that emits `paymentReference` derived from the Request ID. (Similar to the ERC20FeeProxy). Could be useful for...

# Problem 1. Users must manually manage keys to create and retrieve encrypted requests. 2. We want to provide a good UX (low number of clicks). We DON'T want users...

# Problem Today, there's no SDK function for subscribing to events on Request Network (unrelated to a specific action). The SDK is the end-users primary entry point for interacting with...

# Definition of Done - [x] RequestNetwork/requestNetwork#1394 - [ ] RequestNetwork/requestNetwork#1395 - [ ] RequestNetwork/private-issues#135 - [ ] RequestNetwork/requestNetwork#1396 - [x] RequestNetwork/payments-subgraph#94 - [ ] RequestNetwork/requestNetwork#1458 - [ ] RequestNetwork/docs.request.network#50...

# Problem Some builders already have their own payment infrastructure and don't want to switch to using Request Network's payment proxy smart contracts. # Possible Solutions - [ ] RN...

## Context As seen in https://github.com/RequestNetwork/requestNetwork/pull/1268, the default currency manager is pretty heavy. Originally, the RequestNetwork library knew about all currencies it could support, but since the introduction of CurrencyManager,...

# Problem Today, it's impossible to know which builder (platform, project, etc.) creates an encrypted Request. For cleartext requests, we ask our builders to include a `builderId` in their `contentData`....

# Description Document Request’s 3 subgraphs with information, links, entities, and subgraph query examples. * [payments-subgraph](https://github.com/RequestNetwork/payments-subgraph) * [storage-subgraph](https://github.com/RequestNetwork/storage-subgraph) * [price-aggregator-subgraph](https://github.com/RequestNetwork/price-aggregators-subgraph) # Details In order to allow supporting and scaling of...

enhancement
good first issue

Towards #1202 # Problem The `payment-detection` package is large and takes a long time to download. This is because it includes logic for all payment networks. # Proposed solution 1....