Skip to content

Can I create a request without using a Request Node? #1297

Discussion options

You must be logged in to vote

No. Today, a Request Node is required to interact with the Request Network IPFS Network. That said, it is possible to make the end-user pay the protocol fee when creating a request instead of the Request Node. To do this, inject an HttpMetaMaskDataAccess into the frontend RequestNetwork instance.

      const requestNetwork = new RequestNetworkBase({
        dataAccess: new HttpMetaMaskDataAccess({
          ethereumProviderUrl: 'https://eth-mainnet.g.alchemy.com/v2/demo',
        }),

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by MantisClone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant