BibliothecaDAO / realms-contracts

Realms Monorepo for Ethereum contracts and Starknet contracts.
https://bibliothecadao.xyz/
MIT License
86 stars 33 forks source link

Build ERC20 Bridge for Lords #229

Closed ponderingdemocritus closed 1 year ago

ponderingdemocritus commented 1 year ago

StarkGate which is StarkWares token bridge is going to be difficult or impossible to use for $LORDS.

$LORDS needs to exist on both StarkNet and mainnet, so we need a bridge...

There are a few designs around.

https://github.com/makerdao/starknet-dai-bridge https://github.com/starkware-libs/starkgate-contracts

We do not really have any unique needs so we can just use a generic one. It would be useful if we could make it general purpose.

Should this contract be upgradeable? I would say no, but since StarkNet is changing it might make sense to make it upgradeable and then throw away the keys once no more updates are needed.

Tasks