Demo to preview the plugin:
Live Demo: https://rapidevplugins2.bubbleapps.io/crypto
Introduction
The Validate BTC/ETH Wallet Adresses plugin allows you to quickly verify whether a wallet address is properly formatted as a Bitcoin or Ethereum address. It helps ensure data accuracy and prevents invalid input before processing transactions or storing wallet details.
This plugin performs format validation only, it does not confirm whether the wallet actually exists or is active.
When triggered, the plugin checks if a given wallet string matches the correct BTC or ETH address pattern. It runs entirely on the server, making it secure and reliable, and can be easily integrated into any Bubble workflow.
This is especially useful for apps handling crypto payments, wallet registrations, or user-submitted addresses, allowing you to detect entry errors before executing sensitive actions.
Key Features
Prerequisites
Before using this plugin:
- Make sure the plugin is installed in your Bubble app.
- Have a workflow or event where the wallet validation will be triggered (for example, when a user submits a form or payment request).
- Ensure that the input field for the wallet address is properly configured to pass its value to the plugin action.