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.
- Connect Metamask or WalletConnect (ensure your wallet is connected to Polygon)
- Provide address of the bundlr network node to connect to and sign the requested message to initiate bundlr network connection
- Click "Get Matic Balance" to view your current balance with the selected bundlr network node
- Enter an amount (in MATIC) to fund the bundlr with
- Select any file from your device to upload to the network
- Click "Upload to Bundlr Network" and sign the requested message to initiate an upload.
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.