Skip to content

Repository for the Curing Your Blockchain Blues workshop. This includes a contract suite that interacts with an off-chain resource and includes upgradable contracts.

Notifications You must be signed in to change notification settings

ArrowDFMs/blockchain-blues

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

blockchain-blues

Repository for the Curing Your Blockchain Blues workshop. This includes a contract suite that interacts with an off-chain resource and includes upgradable contracts.

Oracle Project

To get setup, cd into the Oracle directory and run

npm i

To run the listener circuit, first fire up a local network

npx hardhat node

Then, setup the listener

npx hardhat run ./scripts/deploy.ts --network localhost

Finally, test the off-chain communication circuit

npx hardhat test --network localhost

Upradeability Project

To get setup, cd into the Upgradeability directory and run

npm i

Then run

npx hardhat test

About

Repository for the Curing Your Blockchain Blues workshop. This includes a contract suite that interacts with an off-chain resource and includes upgradable contracts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published