Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

appliedblockchain/chainlink-consumer

Repository files navigation

Chainlink Consumer

A monorepo with fully Chainlink working end to end scenarios. There are tools and examples on how to interact with Chainlink network.

Requirements

Project Structure

Package Description
@appliedblockchain/chainlink-contracts Smart contracts consumers source code that interact with oracles and Chainlink coordinators.
@appliedblockchain/chainlink-dapp Example of frontend application that read and update data of Chainlink smart contracts.
@appliedblockchain/chainlink-eslint-config Shareable eslint configuration used in every package of this monorepo.
@appliedblockchain/chainlink-plugins-api-consumer Plugin that extends Hardhat environment with utilities to interact with the API Consumer contract.
@appliedblockchain/chainlink-plugins-price-consumer Plugin that extends Hardhat environment with utilities to interact with the Price Consumer contract.
@appliedblockchain/chainlink-plugins-random-number-consumer Plugin that extends Hardhat environment with utilities to interact with the Verifiable Random Function Consumer contract.
@appliedblockchain/chainlink-devops Hardhat application that provides scripts to deploy and test the contracts. The plugins of this monorepo are setup in this package.

Development Setup

  1. Install NodeJS 12.18 & Yarn
  2. Install repositories dependencies
$ yarn install
  1. Build all packages
$ yarn build

Development Tips

For more tips on how to build and test Chainlink, see the documentation.

Contributing

Chainlink's source code is licensed under the MIT License, and contributions are welcome.

Thank you!

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published