An open API service indexing awesome lists of open source software.

https://github.com/charles-dr/eth-bsc-bridge-example

Bridge example between ETH and BSC
https://github.com/charles-dr/eth-bsc-bridge-example

bridge bsc ethereum event-subscriptions smart-contracts solidity truffle-framework

Last synced: about 2 months ago
JSON representation

Bridge example between ETH and BSC

Awesome Lists containing this project

README

          

# Cross-chain bridge example

This example is based on the [youtube tutorial](https://www.youtube.com/watch?v=LFoTlG-4TmU).

## Deployment

|Contract | Address | Transaction Hash |
|:--- | :--- | :--- |
|TokenEth |[0x840cA982714de95f84Bd69294c7904bd797dBC21](https://rinkeby.etherscan.io/address/0x840ca982714de95f84bd69294c7904bd797dbc21) |[0x4950a18bbc462ecadb7feae255837ce7a33a88e1c0887bc48aa0e9efee3eaeb0](https://rinkeby.etherscan.io/tx/0x4950a18bbc462ecadb7feae255837ce7a33a88e1c0887bc48aa0e9efee3eaeb0) |
|BridgeEth |[0x6dE525C396A5871226Fc6d2C5d9F6e27cFfFdc5B](https://rinkeby.etherscan.io/address/0x6dE525C396A5871226Fc6d2C5d9F6e27cFfFdc5B) |[0xfbfd7c8c112c10e552b2590d752df02e26d5ea89e058021a7176d94f4c78f56d](https://rinkeby.etherscan.io/tx/0x4950a18bbc462ecadb7feae255837ce7a33a88e1c0887bc48aa0e9efee3eaeb0) |
|TokenBsc |[0x07E82e0FEC4A50D9db0A11905525e4165815a288](https://testnet.bscscan.com/address/0x07E82e0FEC4A50D9db0A11905525e4165815a288) |[0x732da812b22ed0d25b00c399a79cd163c0c252edb2b06cf5a959c6532e807824](https://testnet.bscscan.com/tx/0x732da812b22ed0d25b00c399a79cd163c0c252edb2b06cf5a959c6532e807824) |
|BridgeBsc |[0xEe80b67C7C2faA067F56B91d0e9633fA706c2E24](https://testnet.bscscan.com/address/0xEe80b67C7C2faA067F56B91d0e9633fA706c2E24)|[0x37c9ab00e6cff727cc8850b74bbaf9612e22bdf428d668b464445f97b195f926](https://testnet.bscscan.com/tx/0x37c9ab00e6cff727cc8850b74bbaf9612e22bdf428d668b464445f97b195f926) |