{"id":19186426,"url":"https://github.com/corollari/neo-oracle","last_synced_at":"2025-09-11T16:49:30.425Z","repository":{"id":39408415,"uuid":"241862847","full_name":"corollari/neo-oracle","owner":"corollari","description":"Price oracle for NEO smart contracts","archived":false,"fork":false,"pushed_at":"2023-01-06T05:32:00.000Z","size":1484,"stargazers_count":1,"open_issues_count":16,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-23T02:45:54.436Z","etag":null,"topics":["cryptocurrency","neo","neo-blockchain","oracle","price-oracle"],"latest_commit_sha":null,"homepage":null,"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/corollari.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}},"created_at":"2020-02-20T11:04:49.000Z","updated_at":"2020-09-14T10:24:19.000Z","dependencies_parsed_at":"2023-02-05T10:30:40.627Z","dependency_job_id":null,"html_url":"https://github.com/corollari/neo-oracle","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/corollari/neo-oracle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corollari%2Fneo-oracle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corollari%2Fneo-oracle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corollari%2Fneo-oracle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corollari%2Fneo-oracle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/corollari","download_url":"https://codeload.github.com/corollari/neo-oracle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corollari%2Fneo-oracle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274672904,"owners_count":25328550,"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-09-11T02:00:13.660Z","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":["cryptocurrency","neo","neo-blockchain","oracle","price-oracle"],"created_at":"2024-11-09T11:14:46.385Z","updated_at":"2025-09-11T16:49:30.393Z","avatar_url":"https://github.com/corollari.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NEO Oracle\n\u003e Price oracle for NEO smart contracts\n\n## Set up\n1. Create a private key with any NEO wallet (eg: [ansy](https://snowypowers.github.io/ansy/))\n2. Compute the address associated with the private key you just created, you can use neon-js\n3. Update the variable `Owner` in `Oracle.cs` to use the address you just computed instead of the one that is hardcoded\n4. Publish the contract `Oracle.cs` (or a contract that implements the same interface) on testnet/mainnet/privnet\n5. Install the dependencies with `npm install`\n\n## Run\n```bash\nPRIVATE_KEY=\"9ab7e154840daca3a2efadaf0df93cd3a5b51768c632f5433f86909d9b994a69\" # Replace with the private key you generated during setup\nCONTRACT_SCRIPTHASH=\"5b7074e873973a6ed3708862f219a6fbf4d1c411\" # Replace with the scripthash of the contract you deployed\nBNC_TICKER=\"BNB_BTCB-1DE\" # Replace with the Binance Chain ticker of the BEP2 token that the oracle needs to serve\nexport PRIVATE_KEY CONTRACT_SCRIPTHASH BNC_TICKER\nnode clock.js\n```\n\n## Deploy\n[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)\n\n## Development\n```bash\nnpm run lint # Lint code\nnpm test # Run tests\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorollari%2Fneo-oracle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcorollari%2Fneo-oracle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorollari%2Fneo-oracle/lists"}