{"id":21519151,"url":"https://github.com/dcspark/token-registry-service","last_synced_at":"2025-04-09T22:08:06.818Z","repository":{"id":40600199,"uuid":"417482972","full_name":"dcSpark/token-registry-service","owner":"dcSpark","description":"Cardano token registry service ","archived":false,"fork":false,"pushed_at":"2023-06-26T09:22:01.000Z","size":233,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-09T22:07:59.706Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/dcSpark.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":"2021-10-15T11:57:44.000Z","updated_at":"2023-08-10T14:29:02.000Z","dependencies_parsed_at":"2023-01-28T23:45:50.607Z","dependency_job_id":null,"html_url":"https://github.com/dcSpark/token-registry-service","commit_stats":null,"previous_names":[],"tags_count":100,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcSpark%2Ftoken-registry-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcSpark%2Ftoken-registry-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcSpark%2Ftoken-registry-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcSpark%2Ftoken-registry-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dcSpark","download_url":"https://codeload.github.com/dcSpark/token-registry-service/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248119295,"owners_count":21050755,"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":[],"created_at":"2024-11-24T00:56:00.063Z","updated_at":"2025-04-09T22:08:06.795Z","avatar_url":"https://github.com/dcSpark.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cardano- Token Registry Service\n\n[![Node.js CI](https://github.com/dcSpark/token-registry-service/actions/workflows/node.js.yml/badge.svg?branch=main)](https://github.com/dcSpark/token-registry-service/actions/workflows/node.js.yml)\n\n## Background\n\n## Purpose of this project\n\nThe purpose of this micro service is to cache the token information from sources as [CF token registry](https://github.com/cardano-foundation/cardano-token-registry), [CNFT](https://github.com/Cardano-NFTs/policyIDs) that can be queried by the cardano-backend service.\n\n# Requirements\n\n## Building\n\nDevelopment build (with hot reloading):\n\n```bash\n# install the right version of Node\nnvm use\nnvm install\n\n# install dependencies\nnpm install\n\n# run the server\nnpm run dev:watch\n```\n\nProduction build:\n\n```\nnpm run build\n```\n\n_Never put production credentials into repository!_\n\n## Containers\n\nThis will build to a container with the docker file. The container is using the PM2 runtime. You will need to pass ENV variables to the container to register with PM2 logging.\n\n## Tests\n\n1. On one terminal, run `npm run dev:watch`\n2. On a second terminal, run `npm run test`\n\n## API\n\nPost - `/v1/getTokenInfo`\n- Input: `{ policyIdAssetMap: Record\u003cstring, string[]\u003e }`\n- Output: `Record\u003cstring, Record\u003cstring, RegistryData\u003e\u003e`\n\nPost - `/v1/getFingerprintInfo`\n- Input: `{ fingerprintIdAssets: string[] }`\n- Output: `Record\u003cstring, RegistryData\u003e`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcspark%2Ftoken-registry-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcspark%2Ftoken-registry-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcspark%2Ftoken-registry-service/lists"}