Giter VIP home page Giter VIP logo

chainlink's Introduction

Start Chainlink node for development

This repository contains docker-compose scripts to facilitate the creation of a Chainlink node. Further details on the installation procedure are covered by the chainlink documentation.

Configuration

Create an Ethereum node

Chainlink requires access to the websocket API of an Ethereum node. It is possible to operate such a node locally or to use 3rd party services like alchemy or infura for this purpose.

Create an .env file

Create the .env based on the template and adjust it to your needs. Most specifically the ETH_URL needs to be set to the websocket URL.

cp env.template chainlink-volume/.env
cd chainlink-volume
nano .env

Set the API email and password

echo "[email protected]" > .api
echo "password" >> .api

Set the wallet password

echo "my_wallet_password" > .password

Start the Chainlink node

Start the postgres database docker container

docker-compose -f db-compose.yml up

Note that this command also creates a docker network called chainlink and a DB administration UI reachable under the URL http://localhost:8090

Start the chainlink docker container

docker-compose -f chainlink-compose.yml up

Afterwards, the Chainlink web UI will be reachable under the URL http://localhost:6688

Stopping the Chainlink node

Shutting down the containers should happen in reverse order of startup:

docker-compose -f chainlink-compose.yml down
docker-compose -f db-compose.yml down

chainlink's People

Contributors

owahlen avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.