update to BrightLink project that uses data from multiple oracles
Tag: chainlink
brightLink 6: security test with pytest parametrize
parametrize and xfail to iterate through tests that are expected to fail
brightLink 5: making BrightLink a Chainlink client
Making the BrightLink contract a chainlink oracle so that it can respond to real-world data
BrightLink 1: project intro
If you like this content consider tipping jmcook.eth As explained in my post here, with Ethereum's merge on the horizon it is time to explore its potential for environmental applications. BrightLink is a proof-of-concept system that incentivizes hypothetical communities to "brighten" their local environment as a local response to climate change. This is achieved using … Continue reading BrightLink 1: project intro
flood insurance contract Testing
automated testing of the flood insurance contracts
Settling flood insurance claim in new ERC20 currency
Updating flood insurance system to make payments in newly defined ERC20 token
Simplified parametric flood insurance
A super-simplified flood insurance model using Chainlink
An updated oracle GET request
Second post on GET requests, this time updating from default to new API
generic Oracle GET request
Walk-through of using brownie chainlink-mix to make an external API call in an Ethereum smart contract
environmental dapps: Introduction
If you like this content consider tipping jmcook.eth Until now, there has been an inherent contradiction in developing decentralized apps on blockchains for environmental good, because there is a huge environmental cost associate with securing the network. A blockchain is a ledger of transactions that exists on many nodes distributed across space, all of which … Continue reading environmental dapps: Introduction