๐Ÿ“‚
Bridge Mutual
Bridge Mutual WebsiteTelegram GroupTwitter
  • Etherscan interaction guides
    • BMI tokens
      • Old (v1) BMI staking
    • USDT tokens
  • Bridge Mutual: Overview
    • Understanding the Dashboard
  • Glossary
  • Staking
    • Native BMI staking
    • Native BMI staking update
  • Policies
  • Buying coverage
    • Buying Coverage Policies
  • Types of coverage
    • ๐Ÿ“„Smart Contract
    • ๐Ÿ“ŒDe-pegging
    • ๐ŸŽฉCustodian
  • Making a claim
  • Claim voting process
    • How to Vote
  • Reputation and reward system
    • How to receive rewards
  • Coverage
    • Coverage pools
      • Making a Coverage Pool
    • Providing coverage
      • Providing Coverage Liquidity
    • Withdrawing coverage
    • Rewards for coverage providers
    • SushiSwap Liquidity & Staking
  • V2
    • Overview
    • Leveraged Portfolios
      • Providing Leveraged Coverage
    • Capital & Reinsurance Pools
    • Shield Mining
      • Participating in Shield Mining
    • Bridge Mutual Widget
      • Widget integration
        • SDK integration
        • Solidity contract integration
        • Javascript integration
    • Migration to V2 Notes
    • BMI Bridge
      • How to use the Bridge
  • Other
    • Media Kit
    • Links
    • FAQ
    • Governance
    • Roadmap
    • Allowance
  • Legacy events and info
    • Claiming rewards and the inflation mitigation mechanism
    • Coverage Mining Event: 09.07.2021 - 23.07.2021
Powered by GitBook
On this page

Was this helpful?

  1. V2
  2. Bridge Mutual Widget

Widget integration

This documentation gives developers access to methods for purchasing policy and investing in coverage pools on the Bridge Mutual protocol.

PreviousBridge Mutual WidgetNextSDK integration

Last updated 2 years ago

Was this helpful?

Widget installation on partner site

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.

SDK integration
Solidity contract integration
Javascript integration