Bridge
The bridge blueprint serves as a base implementation for the following use cases:
- Lock-up and release of tokens;
- Cross-chain swaps.
Contracts:
Using the demo
First, you need to mint some tokens on Ethereum. The deployed asset is a custom ERC20 that allows anyone to mint.
Once you have minted some tokens, you need to give an allowance to the bridge. The allowance is the amount you want to bridge to Tezos.
You then need to submit the
wrap
operation. It will ask you for an amount and a destination Tezos address.
- You can also
unwrap
the tokens. It does the reverse operation, sending a given amount from Tezos to Ethereum.