🧰 [Plugin] Web3 manager (frontend & backend) by NovaBloq

Web3 Wallet Manager

Run key Web3 features programatically in the backend or frontend.

Key features:

  • Run actions programatically in frontend and backend
  • Sign messages
  • Send tokens
  • Generate a new wallet
  • Import a wallet from Private Key or Mnemonic Phrase
  • Read/Write Smart Contract functions
  • Deploy Contract
  • Backend: Read and Write contract functions
  • Backend: Send token
  • Backend: Sign data
  • Backend: Send Transaction
  • Backend: Deploy contract

Utils:

  • To/From Wei converter
  • Get UNIX timestamp

Supports any chain (Polygon, Ethereum, BSC, Fantom etc.)
Works in any modern browser including the mobile ones.

The plugin can be used in frontend and in backend.

How to use it in Frontend?

Add the plugin element “Web3 Manager” on the page. Make sure it is not located in a hidden element or popup.

How to use it in Backend?

All backend actions are available with the prefix “Web3 Backend” in the actions name.

Where to find backend actions?

To use backend actions, you don’t need to add the plugin element on the page.

Find them in Plugins sections when adding a new action in the workflow:

Some actions like Send token are in Payment category:

Where are the results of the backend actions?

Find them in Result of previous step, example:


Main Demo: Web3 Manager
Rinkeby faucet Demo: Your Bubble app
Marketplace: Web3 Manager - Backend Private keys Plugin | Bubble


Related plugins:
Web3 & Metamask
Pinata IPFS Manager
Rarible SDK


Feel free to contact us for any inquiries and we’ll be happy to find a solution for your ideas.

10 Likes

Andrew, you are always crushing it with crypto plugins​:raised_hands::raised_hands:

5 Likes

Thank you! Doing my best!

1 Like

Update 1.3

Added Write and Read actions for the backend

Where to find backend actions?

To use backend actions, you don’t need to add the plugin element on the page.

Find them in Plugins sections when adding a new action in the workflow:

Some actions like Send tokens are in Payment category:

Where are the results of the backend actions?

Find them in Result of previous step, example:

Its Amazing work, Andrew! you are the best! :clap: :clap:

is posible does the function “to wei” and “from wei” in this plugin?

1 Like

Yes definitely, we are adding new features with each update, we will include this in the next one.

Update v.1.5

  • Added support for more chains:
    KuCoin, Fantom Opera, Harmony, Heco, Cronos, Avalanche.
  • Added Utils element with new actions:
    To Wei, From Wei, Get Unix Timestamp
  • New features for Backend:
    Sign data, Send transaction

More features will be added with each new update.

2 Likes

Hello, Adrew
I can’t use the function “send token” with a specifc token on address field, can you chek this issues please?

The return repsonse is “Error: Signer Error: Signer Error: gasLimit is too low. given 21000, need at least 21632.”

Hi, thanks for the feedback. I will check it, seems like something is wrong with the gas estimation, will try to fix it until tomorrow.

Andrew, i use the TO WEI convert for call a transfer function in my contract, but return error, can you check this fix to?

Before, the error return was GOT 1, EXPECTED 2, but now the erro is "gas"is missing.

Captura de Tela 2022-01-04 às 14.44.15

Captura de Tela 2022-01-04 às 14.45.08

Hew Andrew, how are you? :slight_smile:

Look, Im trying a write a transaction in “Write Smart Contract - Backend” function but return this error “Error: Signer Error: Signer Error: gasLimit is too low. given 0, need at least 22488.”

Help me, please! jajaj

Thanks for you work!

Hey, it is the same error that you reported above, I’m on it, will fix it asap. Also, make sure the gas limit field is empty! Do not set it to 0 if you don’t want to indicate it.

Fixed, please update to the version 1.5.1

Try to add a small pause between the two actions, a small one like 200 milliseconds.

Hello Andrew, how are you?

Where is this field for indicate the gas limit? I updated the plugin but this error stiil continues =/

Can you add “Transfer NFT to another wallet” feature in this plugin, please :pray:t3::pray:t3:

Can you please send a link to your app in PM? Could be that some given parameters are wrong.

Andrew, i sent a message on your patreon :slight_smile:

1 Like

Would love to see a send token backend option!

Is this feature in the pipeline, if so, when will it come out?

It is already there :wink:
Use the Web3 Backend: Send token function.