{"id":15677435,"url":"https://github.com/itsdevcoffee/chainlink-fun","last_synced_at":"2025-08-21T10:19:23.500Z","repository":{"id":52547703,"uuid":"305161595","full_name":"itsdevcoffee/chainlink-fun","owner":"itsdevcoffee","description":null,"archived":false,"fork":false,"pushed_at":"2021-04-26T14:01:54.000Z","size":72,"stargazers_count":13,"open_issues_count":1,"forks_count":14,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T00:46:52.208Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/itsdevcoffee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-10-18T17:47:04.000Z","updated_at":"2022-06-18T15:27:25.000Z","dependencies_parsed_at":"2022-09-12T13:22:06.794Z","dependency_job_id":null,"html_url":"https://github.com/itsdevcoffee/chainlink-fun","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/itsdevcoffee/chainlink-fun","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsdevcoffee%2Fchainlink-fun","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsdevcoffee%2Fchainlink-fun/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsdevcoffee%2Fchainlink-fun/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsdevcoffee%2Fchainlink-fun/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itsdevcoffee","download_url":"https://codeload.github.com/itsdevcoffee/chainlink-fun/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsdevcoffee%2Fchainlink-fun/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271462097,"owners_count":24763860,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-21T02:00:08.990Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T16:09:34.663Z","updated_at":"2025-08-21T10:19:23.483Z","avatar_url":"https://github.com/itsdevcoffee.png","language":"Shell","readme":"# Chainlink Fun\n\u003e Learn about chainlink by working through basic examples.\n\n## Deploy Chainlink Node\n\n### Run with Docker\n\n#### Requirements\n- Install [Docker](https://docs.docker.com/get-docker/)\n- Install [Postgres](https://www.postgresql.org/)\n- Create an [Infura](https://infura.io/) account\n  - Click the `Projects` section and create a new project.\n  - In the `KEYS` section you will see a list of different credentials. Under `ENDPOINTS` tab change the select to `Ropsten`.\n  - Underneath this you will have two links. Notice the `wss://ropsten.infura.io/ws/v3/...` link. You will need this in a second\n\n#### Running the Node\n- Run `cd run-node`\n- Open the .env file and where `ETH_URL=INFURA_ROPSTEN_LINK_HERE` is paste your infura link.\n\n- Create `$PATH_TO_DIR/chainlink-volume` directory\n- Create `$PATH_TO_DIR/chainlink-volume/password.txt` - Password used within Chainlink node for access\nAdd the following:\n```\nsecret\n```\n- Create `$PATH_TO_DIR/chainlink-volume/apicredentials.txt` - Credientials to login into the Chainlink UI\nAdd the following:\n```\ntest@test.tech\nchainlinkPassword\n```\n\n- Add shared paths to Docker\n  - Docker -\u003e Preferences -\u003e Resources -\u003e File Sharing\n  - Add `$PATH_TO_DIR/chainlink-volume`\n  - Add `$PATH_TO_POSTGRES_DATA`\n- Run `docker-compose up` - This will run our docker-compose.yml and spin up a Postgres/Chainlink node instance.\n- This will run our Postgres instance but fail when starting the Chainlink node because there is no `chainlink` postgres database created. We can solve this by entering the CLI of our Postgres(`pg_chainlink`) instance inside Docker.\n- Open the Docker dashboard and click on `chainlink-ropsten` then open the CLI for `chainlink-ropsten_database_1`.\n- Enter the Postgres console by typing: `psql -U postgres -h localhost`\n- Now create the database: `CREATE DATABASE chainlink;`\n- Run `docker-compose up` once again and your Chainlink node should be running as expected.\n- Goto: `http://localhost:6688` and you will be greeted with a login page.\n- Type in the credentials specified in your `apicredentials.txt` file and boom! You are logged into your locally running Chainlink node.\n- You can locate your account address by clicking on the `Configuration` tab in the top right corner and locating the ACCOUNT_ADDRESS key variable.\n- From here you should fund your address LINK and ETH. You can do that by copying your account address and going to the [LINK ropsten faucet](https://ropsten.chain.link/) and [ETH ropsten faucet](https://faucet.ropsten.be/).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsdevcoffee%2Fchainlink-fun","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitsdevcoffee%2Fchainlink-fun","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsdevcoffee%2Fchainlink-fun/lists"}