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

Latest commit

 

History

History
32 lines (22 loc) · 652 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 652 Bytes

chainlink-node

Initial setup

Configure the items in chainlink-sepolia-secrets and then run the following:

mkdir -p ~/.chainlink/sepolia/postgres/
mkdir -p ~/.chainlink/sepolia/secrets/
cp  ./chainlink-sepolia-secrets/* ~/.chainlink/sepolia/secrets/

Start the both the node and postgres

docker compose up -d

Stop the both the node and postgres

docker compose down

Connect to the node for admin purposes

note use the user and password defined in ~/.chainlink/sepolia/secrets/api to log in when prompted

docker exec -it chainlink-sepolia-node /bin/bash
chainlink admin login