DecentralizedDerivatives / Oracle_bridge

Solidity contracts for EVM Oracle Bridge
MIT License
7 stars 1 forks source link

Centralized contract of Chains and Bridge Addresses #10

Open themandalore opened 6 years ago

themandalore commented 6 years ago

When working, miners will need a way to know which new chains are created. This task requires creating a central repository on the main chain where Ether are staked to incentivize initial security on the child chain. Since addresses and keys will be identical, the party that mines the block on the child chain can also receive an award on the mainnet.

Another contract will store a list of hosted nodes for each child chain (for bridging via the protocol)

themandalore commented 6 years ago

Started (see new sol contract)