Skip to content

druzhtech/eth_dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Repository with code that is studied as part of the Solidity Developer course.

Oracles

Oracles are data providers to smart contracts. Consisting of smart contracts and off-chain software.

Bridges

Bridges are the same as oracles, only the information is transferred between blockchains. There are different types of bridges and security approaches.

The bridge folder contains the Solidity code that implements the mechanics of a simple bridge.