{"id":18622105,"url":"https://github.com/0xpuddi/qd-oracleserver","last_synced_at":"2025-11-03T14:30:22.159Z","repository":{"id":150007561,"uuid":"612993698","full_name":"0xPuddi/QD-OracleServer","owner":"0xPuddi","description":"QuarryDraw's on-chain price feed Oracle infrastructure. Oracle Server.","archived":false,"fork":false,"pushed_at":"2024-01-08T14:05:29.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-27T05:06:36.426Z","etag":null,"topics":["javascript","oracle","server"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0xPuddi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-03-12T15:36:45.000Z","updated_at":"2024-01-09T08:29:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"d59a4840-06a7-4861-bf84-f5fe3a5c061c","html_url":"https://github.com/0xPuddi/QD-OracleServer","commit_stats":null,"previous_names":["puddi1/qd-oracleserver","0xpuddi/qd-oracleserver"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xPuddi%2FQD-OracleServer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xPuddi%2FQD-OracleServer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xPuddi%2FQD-OracleServer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xPuddi%2FQD-OracleServer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xPuddi","download_url":"https://codeload.github.com/0xPuddi/QD-OracleServer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239415963,"owners_count":19634825,"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","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":["javascript","oracle","server"],"created_at":"2024-11-07T04:15:37.459Z","updated_at":"2025-11-03T14:30:22.080Z","avatar_url":"https://github.com/0xPuddi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quarry Draw Oracle\n\nThis is a three repo project: [Quarry Draw Oracle](https://github.com/Puddi1/QD-Oracle), Quarry Draw Oracle Server and [Quarry Draw Validator Contracts](https://github.com/Puddi1/QD-Validator-Contracts).\n\nThe project consist of an on-chain price feed Oracle.\n\nThe Oracle Server uses Moralis APIs endpoints and a suite of QuarryDraw endpoints to fetch on-chain data on request, clean it and send it back. It offers multiple GET endpoints which the Orcale Script can make requests with ease:\n\nAll NFTs based on user address and chain:\n* `GET /Moralis/WalletNFTs/:chain/:address/`\n\nFiltered NFTs based on chain, user address and collection address:\n* `GET /Moralis/WalletNFTs/:chain/:address/:collection/`\n\nGet price of a specific ERC20 token based on chain and token address:\n* `GET /Moralis/TokenPrice/:chain/:address/:assetPriceId/`\n\nGet opensea collection Infos based on collection name:\n* `GET /QuarryDraw/OpenseaCollection/:collectionName/`\n\nGet opensea collection floor and/or marketcap based on collection name and valued by asset:\n* `GET /QuarryDraw/OpenseaCollection/:collectionName/:assetPriceId/:floor/:marketcap/`\n\n## Usage\n\nStart with adding the environment variables in your `.env` that are needed in the oracle, where:\n\n- `MORALIS_API_KEY` is the Moralis API key.\n- `PORT` is the port the Server will listen for requests.\n\nFor syntax example refer to `.env.example`\n\nBefore running the script install all required packages:\n```sh\nnpm i\n```\n\nThen run the Oracle with any js runtime (node):\n```sh\nnode index.js\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xpuddi%2Fqd-oracleserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xpuddi%2Fqd-oracleserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xpuddi%2Fqd-oracleserver/lists"}