27
Oct 2023 Gui-Mao Year
9th Month
Smart ContractsGo
Building Decentralized Oracles
Exploring the intersection of smart contracts and real-world data feeds using Go.
type Oracle struct {
Feed chan DataPoint
mu sync.RWMutex
}
Feed chan DataPoint
mu sync.RWMutex
}
Read Scroll
arrow_right_alt