{"id":28862435,"url":"https://github.com/ecency/vision-api","last_synced_at":"2026-03-12T20:30:27.495Z","repository":{"id":55802875,"uuid":"365316188","full_name":"ecency/vision-api","owner":"ecency","description":"Ecency API proxy","archived":false,"fork":false,"pushed_at":"2026-03-10T08:13:38.000Z","size":16171,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-03-10T15:52:19.507Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/ecency.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-05-07T18:07:53.000Z","updated_at":"2026-03-10T08:13:41.000Z","dependencies_parsed_at":"2023-01-30T22:15:45.641Z","dependency_job_id":"6c59e414-5ef8-4bd3-a8c9-f79afcf7d19e","html_url":"https://github.com/ecency/vision-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ecency/vision-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecency%2Fvision-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecency%2Fvision-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecency%2Fvision-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecency%2Fvision-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecency","download_url":"https://codeload.github.com/ecency/vision-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecency%2Fvision-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30442077,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T20:23:30.529Z","status":"ssl_error","status_checked_at":"2026-03-12T20:23:14.027Z","response_time":114,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2025-06-20T06:10:54.039Z","updated_at":"2026-03-12T20:30:27.487Z","avatar_url":"https://github.com/ecency.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Ecency vision][ecency_vision] – API\n\n### Build instructions\n\n##### Requirements\n\n- node ^12.0.0\n- yarn\n\n##### Clone \n`$ git clone https://github.com/ecency/vision-api`\n\n`$ cd vision-api`\n\n##### Install dependencies\n`$ yarn`\n\n##### Edit config file or define environment variables\n`$ nano src/config.ts`\n\n##### Environment variables\n\n* `PRIVATE_API_ADDR` - private api endpoint\n* `PRIVATE_API_AUTH` - private api auth\n* `HIVESIGNER_SECRET` -  hivesigner client secret\n* `SEARCH_API_ADDR` - hivesearcher api endpoint\n* `SEARCH_API_SECRET` - hivesearcher api auth token\n* `CHAINSTACK_API_KEY` - Chainstack API key used to enumerate nodes and request balances directly from each network-specific endpoint.\n* `CHAINZ_API_KEY` - Chainz API key used to perform balance lookups when the Chainz provider is requested.\n* `BLOCKSTREAM_CLIENT_ID` - OAuth client identifier used to request temporary access tokens for the Blockstream Explorer Enterprise API fallback.\n* `BLOCKSTREAM_CLIENT_SECRET` - OAuth client secret paired with the client identifier for generating Blockstream access tokens.\n\n##### Start api in dev\n`$ yarn start`\n\n##### Pushing new code / Pull requests\n\n- Make sure to branch off your changes from `main` branch.\n- Make sure to run `yarn test` and add tests to your changes.\n- Code on!\n\n## Docker\n\nYou can use official `ecency/api:latest` image to run Vision locally, deploy it to staging or even production environment. The simplest way is to run it with following command:\n\n```bash\ndocker run -it --rm -p 3000:3000 ecency/vision:latest\n```\n\nConfigure the instance using following environment variables:\n\n * `PRIVATE_API_ADDR`\n * `PRIVATE_API_AUTH`\n * `HIVESIGNER_SECRET`\n * `SEARCH_API_ADDR`\n * `SEARCH_API_SECRET`\n * `CHAINSTACK_API_KEY`\n * `CHAINZ_API_KEY`\n * `BLOCKSTREAM_CLIENT_ID`\n * `BLOCKSTREAM_CLIENT_SECRET`\n\n```bash\ndocker run -it --rm -p 3000:3000 -e PRIVATE_API_ADDR=https://api.example.com -e PRIVATE_API_AUTH=verysecretpassword ecency/api:latest\n```\n\n### Swarm\n\nYou can easily deploy a set of vision instances to your production environment, using example `docker-compose.yml` file. Docker Swarm will automatically keep it alive and load balance incoming traffic between the containers:\n\n```bash\ndocker stack deploy -c docker-compose.yml vision-api\n```\n\n## Issues\n\nTo report a non-critical issue, please file an issue on this GitHub project.\n\nIf you find a security issue please report details to: security@ecency.com\n\nWe will evaluate the risk and make a patch available before filing the issue.\n\n[//]: # 'LINKS'\n[ecency_vision]: https://ecency.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecency%2Fvision-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fecency%2Fvision-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecency%2Fvision-api/lists"}