<< Click to Display Table of Contents >> Blockchain |
The Blockchain connector for Bizagi is available for download at Bizagi Connectors Xchange.
Through this connector, you will be able to connect your Bizagi processes to your Blockchain wallet (https://www.blockchain.com/) and manage your bitcoins in it.
For more information about this connector's capabilities, visit Bizagi Connectors Xchange.
In order to test and use this connector, you will need:
1.Bizagi Studio previously installed.
2.This connector previously installed, via the Connectors Xchange as described at https://help.bizagi.com/platform/en/index.html?Connectors_Xchange.htm, or through a manual installation as described at https://help.bizagi.com/platform/en/index.html?connectors_setup.htm.
3.An account at Blockchain so that you have a registered wallet.
4.A server of your own, installed with NodeJS and the blockchain-wallet service to process and send out requests.
This basically means following the instructions provided at https://blockchain.info/es/api/blockchain_wallet_api.
In order to use this connector, you need to make sure you are familiar with the bitcoin concept and that you acknowledge that you are using it accordingly to your country's regulation regarding legality of bitcoin. |
In order to configure the connector (i.e its authentication parameters), follow the steps presented at the Configuration chapter in https://help.bizagi.com/platform/en/index.html?connectors_setup.htm
For this configuration, consider the following connection parameters:
•HOST: The server's name which is hosting your service (e.g localhost).
•Port: The port number under which the service is hosted (e.g, 3000, 9000, 443).
For this configuration, consider the following authentication parameters:
•Authentication method: Custom.
•Wallet_Id: The id of your wallet.
•Password: The password kept secret for your wallet.
This connector features two available methods of Blockchain services regarding wallet and transfers.
To learn overall how/where to configure the use of a connector, refer to https://help.bizagi.com/platform/en/index.html?Connectors_Studio.htm.
When using the connector, make sure you consider the following detail for these 2 listed methods.
1. Get balance
This action allows you to obtain the current balance in your wallet.
To configure its inputs, no mapping of data is needed.
To configure its outputs, map the resulting balance.
2. Make payment
This action allows you to transfer credit from your wallet to another one.
To configure its inputs, map the bitcoin_address representing the target wallet, and the amount you want to transfer.
Consider that the minimum amount you may transfer in bitcoins (BTC), is .00000547 (equivalent to 547 Satoshis as described at https://support.blockchain.com/hc/en-us/articles/210354003-What-is-the-minimum-amount-I-can-send-).
To configure its outputs, map the success parameter that indicates the final state of the payment.
Last Updated 10/27/2022 10:04:16 AM