Skip to content
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/chainlink-keepers/job-scheduler.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ This guide explains how to register a time-based Upkeep that executes according
+ [Trigger Selection](#trigger-selection)
+ [Using Time-Based Triggers](#using-time-based-triggers)

![Job Scheduler animation](/images/contract-devs/keeper/job-scheduler.gif)

# Register a new Upkeep

Expand Down
2 changes: 1 addition & 1 deletion docs/chainlink-keepers/register-upkeep.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ Optionally, you can fetch the LINK address and registrar address from the intend
| `amount` | The amount of LINK (in Wei) to fund your Upkeep. The minimum amount is 5 LINK. To fund 5 LINK please set this to 5000000000000000000 |
| `source` | Not in use in programmatic registration. Please specify with `0`. |

Refer to the [Supported Networks](../supported-networks/#registry-and-registrar-addresses) page to find the correct registry and registrar addresses for your contract.
Refer to the [Supported Networks](../supported-networks/#registry-and-registrar-addresses) page to find the correct registry and registrar addresses for your contract.
2 changes: 1 addition & 1 deletion docs/chainlink-keepers/util-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ whatsnext:
}
---

These contracts are tools to help you quickly deploy Keepers for specific use-cases. This list will be updated as more contracts become available.
These contracts are tools to help you quickly deploy Keepers for specific use-cases. This list will be updated as more contracts become available. For more resources on Keepers, including videos and tutorials, click [here](/docs/other-tutorials).

## Contracts

Expand Down
60 changes: 38 additions & 22 deletions docs/getting-started/other-tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@ Welcome to the Resources page. This is a list of links and pages that you might

**Topics**

+ [Smart Contract Learning Materials](#smart-contract-learning-materials)
+ [Video Tutorials](#video-tutorials)
+ [Application Projects](#application-projects)
+ [Game Resources](#game-resources)
+ [Coding Bootcamps](#coding-bootcamps)
+ [Starter Kits](#starter-kits)
+ [External Tutorials](#external-tutorials)
+ [More Inspiration](#more-inspiration)
+ [Smart contract learning materials](#smart-contract-learning-materials)
+ [Video tutorials](#video-tutorials)
+ [Applications](#applications)
+ [Game resources](#game-resources)
+ [Coding bootcamps](#coding-bootcamps)
+ [Starter kits](#starter-kits)
+ [External tutorials](#external-tutorials)
+ [More inspiration](#more-inspiration)
+ [Outreach](#outreach)
+ [Get Support](#get-support)
+ [Join the Community](#join-the-community)
+ [Get support](#get-support)
+ [Join the community](#join-the-community)


## Smart Contract Learning Materials
## Smart contract learning materials

Videos, tutorials, examples, and bootcamps are a great way to get experience building smart contracts and using Chainlink products. The following learning materials are useful for expanding your knowledge.

### Video Tutorials
### Video tutorials

We're constantly uploading new videos to our [YouTube](https://www.youtube.com/c/chainlink) channel. Here are some direct links to playlists that may be helpful if you're starting your Chainlink learning journey or if you're looking for interesting ways to apply Chainlink to your project:

Expand All @@ -41,10 +41,10 @@ We're constantly uploading new videos to our [YouTube](https://www.youtube.com/c
- [Patrick Collins](https://www.youtube.com/watch?v=p36tXHX1JD8)
- [Nader Dabit](https://www.youtube.com/watch?v=nS9xP1hxg3w)

### Application Projects
### Applications
Below is a list of applications of Chainlink's products and services sorted by difficulty and type to help you navigate and search for projects that you might find interesting. See the [Chainlink Blog](https://blog.chain.link/) to stay up to date with new ways to use Chainlink.

#### Data Feeds
#### Data feeds
| Name | Type | Difficulty |
|:-------------------------------------------------------------------------------------------------------------------------------------------------- |:-------- |:---------- |
| [How to Calculate Price Volatility for DeFi Variance Swaps](https://blog.chain.link/how-to-calculate-price-volatility-for-defi-variance-swaps/) | DeFi | Advanced |
Expand All @@ -67,7 +67,7 @@ Below is a list of applications of Chainlink's products and services sorted by d
| [Build, Deploy, and Sell Your Own Dynamic NFT](https://blog.chain.link/build-deploy-and-sell-your-own-dynamic-nft/) | NFT | Advanced |
| [How to Build a Blockchain Lottery](https://blog.chain.link/how-to-build-a-blockchain-lottery-2/) | Gambling | Advanced |

#### API Requests
#### API requests

| Name | Type | Difficulty |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------- |:-------------------- |:---------- |
Expand All @@ -84,32 +84,46 @@ Below is a list of applications of Chainlink's products and services sorted by d
| [How to Connect a Tesla Vehicle API to a Smart Contract Via a Chainlink External Adapter](https://blog.chain.link/create-tesla-smart-contract-rental/) | Transportation | Advanced |
| [OAuth and API Authentication in Smart Contracts](https://blog.chain.link/oauth-and-api-authentication-in-smart-contracts-2/) | Security | Advanced |

### Game Resources
#### Automation (Keepers)

| Name | Type | Difficulty |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------- |:-------------------- |:---------- |
| [Smart Contract Automation Master Class Module #1](https://youtu.be/D3rMFshrj7c) | Automation | Beginner |
| [Smart Contract Automation Master Class Module #2](https://youtu.be/UT2qpUh0tmA/) | Automation | Beginner |
| [Entropyfi Saves Engineering Hours with Chainlink Keepers](https://medium.com/entropyfi/entropyfi-saves-engineering-hours-with-chainlink-keepers-6ec172a76249) | Gaming | Medium |
| [Enabling Limit Orders on CivTrade With Chainlink Keepers](https://news.civfund.org/civtrade-with-chainlink-keepers-8b6c3965a92e) | Trading | Medium |
| [Pickle Finance UniV3 Jars Powered by Chainlink Keepers](https://picklefinance.medium.com/pickle-finance-univ3-jars-powered-by-chainlink-keepers-8ce1756a2497) | Finance | Medium |
| [JamonSwap Introduces New Limit Order Functionality Using Chainlink Keepers](https://medium.com/@JamonSwap/jamonswap-introduces-new-limit-order-functionality-using-chainlink-keepers-51bd94d75feb) | DeFi | Medium |
| [How Cratos used Chainlink Keepers to automate the token vesting process](https://cratostoken.medium.com/how-cratos-used-chainlink-keepers-to-automate-the-token-vesting-process-69bcb3611161) | DeFi | Medium |
| [Enabling automated NFT lotteries with Chainlink Keepers and VRF](https://czodiac.medium.com/enabling-automated-nft-lotteries-with-chainlink-keepers-and-vrf-34dcc191965b) | NFT | Medium |
| [How ApeSwap Integrated Chainlink Keepers for BANANA Maximizer Vaults](https://ape-swap.medium.com/how-apeswap-integrated-chainlink-keepers-for-banana-maximizer-vaults-2e88abb34eca) | DeFi | Medium |

### Game resources

- [CryptoZombies](https://cryptozombies.io/)
- [DamnVulnerableDefi](https://damnvulnerabledefi.xyz/challenges/8.html)
- [Ethernaut](https://ethernaut.openzeppelin.com/)

### Coding Bootcamps
### Coding bootcamps

- [ChainShot](https://www.chainshot.com/courses)
- [Consensys Bootcamp](https://consensys.net/academy/bootcamp/)
- [Ivan On Tech](https://academy.moralis.io/courses/chainlink-101)

### Starter Kits
### Starter kits

Our Starter Kits help jumpstart your full-stack development process. You can get starter kits for Brownie (Python), Truffle (Javascript), and Hardhat (Javascript). See the [Engineering Tutorials](https://www.youtube.com/playlist?list=PLVP9aGDn-X0QwJVbQvuKr-zrh2_DV5M6J) playlist to learn more about each kit and how to use them.

- [Chainlink Brownie Starter Kit (Python)](https://github.com/smartcontractkit/chainlink-mix)
- [Chainlink Truffle Starter Kit (Javascript)](https://github.com/smartcontractkit/truffle-starter-kit)
- [Chainlink Hardhat Starter Kit (Javascript)](https://github.com/smartcontractkit/hardhat-starter-kit)

### External Tutorials
### External tutorials

- [Ethereum Developers](https://ethereum.org/en/developers/tutorials/)
- [useWeb3](https://www.useweb3.xyz/)

### More Inspiration
### More inspiration

Looking for more ways to use Chainlink? Here are some resources that discuss Chainlink's use cases as well as the winning projects we've had in our previous hackathons. There is also a link to the Marketplace where you can find the latest data provider nodes and explore the network.

Expand All @@ -120,13 +134,15 @@ Looking for more ways to use Chainlink? Here are some resources that discuss Cha

The Chainlink community is an inviting group of engineers that is always looking to help users expand their knowledge on Chainlink and solve related issues. Refer back to the [Getting Help](/docs/getting-help) page for the latest information about how to get support.

### Get Support
### Get support

- [Stack Overflow](https://stackoverflow.com/questions/tagged/chainlink)
- [Stack Exchange Ethereum](https://ethereum.stackexchange.com/questions/tagged/chainlink)
- [Hackathon Discord](https://discord.gg/h3AvTHj)
- [Developer Discord](https://discord.gg/2YHSAey)

### Join the Community
### Join the community

- [Twitter](https://mobile.twitter.com/chainlink)
- [Reddit](https://www.reddit.com/r/Chainlink/)
- [Telegram](https://t.me/chainlinkofficial)
Expand Down