Skip to content
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/chainlink-keepers/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ Chainlink Keepers will reliably execute smart contract functions using a variety

Before you begin, deploy the contract that you want to automate. You will also need the ABI for your contract if it has not been verified. Your contract does not have to be [Keepers-compatible](../compatible-contracts/).

![Register Upkeep GIF](/images/contract-devs/keeper/register-upkeep.gif)

1. Open the Chainlink Keepers app.

<div class="remix-callout">
Expand Down
2 changes: 2 additions & 0 deletions docs/chainlink-keepers/job-scheduler.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ 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 Video](/images/contract-devs/keeper/job-scheduler.mp4)


# 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/getting-started/other-tutorials).
Comment thread
dwightjl marked this conversation as resolved.
Outdated

## Contracts

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

+ [Smart Contract Learning Materials](#smart-contract-learning-materials)
+ [Video Tutorials](#video-tutorials)
+ [Application Projects](#application-projects)
+ [Applications](#applications)
+ [Game Resources](#game-resources)
+ [Coding Bootcamps](#coding-bootcamps)
+ [Starter Kits](#starter-kits)
Expand Down Expand Up @@ -41,7 +41,7 @@ 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
Expand Down Expand Up @@ -84,6 +84,21 @@ 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 |

#### 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/)
Expand Down