Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bernatmarcilla/chainlink-smart-contracts-bootcamp
Chainlink Smart Contract Development Bootcamp 2021
https://github.com/bernatmarcilla/chainlink-smart-contracts-bootcamp
Last synced: 3 days ago
JSON representation
Chainlink Smart Contract Development Bootcamp 2021
- Host: GitHub
- URL: https://github.com/bernatmarcilla/chainlink-smart-contracts-bootcamp
- Owner: bernatmarcilla
- Created: 2021-11-03T18:57:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-09T16:37:17.000Z (about 3 years ago)
- Last Synced: 2024-09-11T15:48:02.759Z (2 months ago)
- Language: HTML
- Homepage:
- Size: 756 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chainlink-smart-contracts-bootcamp
Smart Contract Developer Bootcamp 2021
## Day 1
### PriceConsumerV3
Simple smart contract that looks up the current price of Ethereum using Chainlink Price Feeds.
### APIConsumer
Simple smart contract that performs a request for external data, using Chainlink Any-API.
### RandomNumberConsumer
Simple smart contract that performs a request for randomness using Chainlink VRF.
## Day 2 - hardhat
### my-first-hardhat
Using Hardhat to create a new project that contains a simple smart contract that stores and retrieves a value.
Can deployed to the Kovan network with the deploy scripts.### hardhat-starter-kit
Using the Hardhat Starter Kit to create, deploy and execute smart contracts that use Chainlink Data Feeds, Any-API and VRF.
Smart contract deployment and interaction using hardhats built in tasks feature.### hardhat-local-network
Starting a local hardhat network, deploying smart contracts to a local network that is a fork of the Ethereum mainnet, and interacting with smart contracts deployed locally.