You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a protocol I want to launch tokens on multiple chains so that my users can bridge them between chains easily.
Objectives:
Build an interface to deploy a token standard on multiple chains with the ability to define a token ticker and token supply.
Implementation tips:
Users can use the quick start guide for universal channel to deploy contract on different chains in one source transaction.
Additionally, an added advantage of IBC is that it allows protocols to have sole ownership of their channel, so a protocol can choose to perform a channel handshake process to deploy a custom channel, and then deploy token contract that only their protocol can call.
You can choose to build a script to perform the channel handshake process for token deploy in-order to make it a seamless process to deploy tokens.
Feel free to generalize and extend the use-case to multichain deployment of any contract.
User story:
Objectives:
Implementation tips:
References: xERC20, OFT, IBC Channels, IBC Channels (bis)
The text was updated successfully, but these errors were encountered: