Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.05 KB

File metadata and controls

17 lines (12 loc) · 1.05 KB

Bundlr Network Browser Client Demo

This app demonstrates usage of the bundlr-client to upload data to the Bundlr Network using any web3provider exposed by the Ethers library, including Metamask or WalletConnect.

Usage

  1. Connect Metamask or WalletConnect (ensure your wallet is connected to Polygon)
  2. Provide address of the bundlr network node to connect to and sign the requested message to initiate bundlr network connection
  3. Click "Get Matic Balance" to view your current balance with the selected bundlr network node
  4. Enter an amount (in MATIC) to fund the bundlr with
  5. Select any file from your device to upload to the network
  6. Click "Upload to Bundlr Network" and sign the requested message to initiate an upload.

Notes

This app uses web3-react to connect with Metamask and WalletConnect. A full explanation of integrating any specific web3 wallet provider can be found there.