ezdev
December 29, 2021, 5:22pm
1
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:
5 Likes
ezdev
December 29, 2021, 5:37pm
3
Thank you! Doing my best!
1 Like
Its Amazing work, Andrew! you are the best!
is posible does the function âto weiâ and âfrom weiâ in this plugin?
1 Like
ezdev
January 3, 2022, 8:42am
6
Yes definitely, we are adding new features with each update, we will include this in the next one.
ezdev
January 3, 2022, 10:06am
7
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.â
ezdev
January 4, 2022, 5:13pm
9
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.
Hew Andrew, how are you?
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!
ezdev
January 5, 2022, 9:48am
12
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.
ezdev
January 5, 2022, 11:53am
13
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
ezdev
January 5, 2022, 3:09pm
16
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
1 Like
Would love to see a send token backend option!
Is this feature in the pipeline, if so, when will it come out?
ezdev
January 15, 2022, 8:19am
20
It is already there
Use the Web3 Backend: Send token function.