Widget integration
This documentation gives developers access to methods for purchasing policy and investing in coverage pools on the Bridge Mutual protocol.
Last updated
This documentation gives developers access to methods for purchasing policy and investing in coverage pools on the Bridge Mutual protocol.
Last updated
Partner who wants to install Bridge Mutual SDK has to embed this code in their HTML :
<iframe src="http://65.108.64.161:8080" frameborder="0"></iframe>
If the partner wants to receive a commission for each policy bought thought his site, he can define the ref as followed :
<iframe src="http://65.108.64.161:8080/?ref=REF_ADDRESS" frameborder="0"></iframe>
Where REF_ADDRESS
is the address of the partnerβs wallet which has previously been whitelisted by BM administration with a particular fee amount (that cannot exceed 20%).
For testing purposes, the widget can be used on the Rinkeby network.