To further protect our users, we have created an open source verifier for the transactions. This provides an extra layer of security for users and enables the protocol to remain permissionless and decentralized by design. It allows a user to ensure all interactions only occur with trusted and audited bridges. An online version of the checker is available at https://defibasket.github.io/checker/, but it is recommended to run it locally for maximum protection.
Run:
git clone https://github.com/defibasket/defibasket-transaction-checker.git
yarn
yarn build
yarn start
- Paste your transaction data in the input box.
- All valid transactions to trusted bridged will be shown with a check icon
- In case a transaction is not valid , please contact us in Discord immediately.