Skip to content

Commit

Permalink
Update links to external adapters
Browse files Browse the repository at this point in the history
  • Loading branch information
thodges-gh authored and dwightjl committed Nov 1, 2021
1 parent 66c2d79 commit 3e17a57
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/External Adapters/developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ whatsnext: {"Bridges: Adding External Adapters to Nodes":"/docs/node-operators/"
---
Developers of external adapters will need to know how the Chainlink node requests data from it, and how the data should be formatted for a response. External adapters can be written in any language, and even run on separate machines, to include serverless functions.

Here are some project templates to get started:
Here is our external adapters monorepo which contains many examples to help get you started:

* <a href="https://github.com/thodges-gh/CL-EA-NodeJS-Template" target="_blank">NodeJS Template</a>
* <a href="https://github.com/thodges-gh/CL-EA-Python-Template" target="_blank">Python Template</a>
* <a href="https://github.com/smartcontractkit/external-adapters-js" target="_blank">Official Chainlink External Adapter Monorepo (NodeJS)</a>

Once created, you can submit your adapter repo to <a href="https://market.link/profile/adapters" target="_blank">Chainlink Market</a>, so node operators can find and start using it.
Expand Down

0 comments on commit 3e17a57

Please sign in to comment.