{"id":13729753,"url":"https://github.com/Cryptonomic/Arronax","last_synced_at":"2025-05-08T02:30:43.037Z","repository":{"id":27150406,"uuid":"112691717","full_name":"Cryptonomic/Arronax","owner":"Cryptonomic","description":"Blockchain data analytics tool","archived":false,"fork":false,"pushed_at":"2023-01-07T03:58:26.000Z","size":10293,"stargazers_count":32,"open_issues_count":66,"forks_count":12,"subscribers_count":13,"default_branch":"trunk","last_synced_at":"2024-11-14T20:38:23.761Z","etag":null,"topics":["blockchains","tezos"],"latest_commit_sha":null,"homepage":"https://arronax.io","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Cryptonomic.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":"2017-12-01T03:42:24.000Z","updated_at":"2024-05-02T16:10:24.000Z","dependencies_parsed_at":"2022-07-27T09:22:16.848Z","dependency_job_id":null,"html_url":"https://github.com/Cryptonomic/Arronax","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cryptonomic%2FArronax","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cryptonomic%2FArronax/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cryptonomic%2FArronax/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cryptonomic%2FArronax/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cryptonomic","download_url":"https://codeload.github.com/Cryptonomic/Arronax/tar.gz/refs/heads/trunk","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252986579,"owners_count":21836186,"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":["blockchains","tezos"],"created_at":"2024-08-03T02:01:04.694Z","updated_at":"2025-05-08T02:30:42.383Z","avatar_url":"https://github.com/Cryptonomic.png","language":"TypeScript","readme":"# Arronax\n\n[![Build Status](https://travis-ci.org/Cryptonomic/Arronax.svg?branch=master)](https://travis-ci.org/Cryptonomic/Arronax)\n[![dependencies](https://david-dm.org/Cryptonomic/Arronax/status.svg)](https://david-dm.org/Cryptonomic/Arronax)\n\nBlockchain data analytics tool built with [ConseilJS](https://github.com/Cryptonomic/ConseilJS), powered by the [Conseil](https://github.com/Cryptonomic/Conseil) API. Beta deployment is [live](https://arronax.io).\n\n## Building\n\n```bash\ngit clone https://github.com/Cryptonomic/Arronax.git\ncd Arronax\nnpm install\n#Read instructions for configuration\nnpm start\n```\n\n### Configuration Instructions\n\n`config.tsx` is expected to be found in `/src`. It defines one or more Conseil end-points and data sources within. `initialState` inside `/src/reducers/app/reducers.ts` will reference the default connection to create once the application loads. The most basic config file will look like the following:\n\n```typescript\nimport { Config } from './types';\n\nconst configs: Config[] = [\n  {\n    platform: '',\n    network: '',\n    displayName: '',\n    url: 'conseil.server',\n    apiKey: 'SomeSecret',\n    nodeUrl: 'tezos.server',\n    entities: ['blocks', 'operations', 'accounts', 'bakers', 'governance'],\n    hiddenEntities: ['originated_account_maps', 'big_maps', 'big_map_contents']\n  }\n]\n\nexport default configs;\n```\n\n`platform` ('tezos') and `network` ('mainnet') in that file become URL parameters that ConseilJS uses. `displayName` is used in the UI network selector. `url` and `apiKey` are Conseil service parameters. Cryptonomic provides a turn-key Tezos infrastructure service – [nautilus.cloud](https://nautilus.cloud). Conseil and Tezos endpoints are provided by that service. `nodeUrl` is a Tezos RPC endpoint. `entities` and `hiddenEntities` provide priority sorting for entity display and hide entities from display respectively.\n\n### Other Build Targets\n\nStart the local server without forcing open a browser.\n`npm run serve`\n\nPackage (webpack) for distribution. Fully contained artifacts will appear in `/build` once this process is complete.\n`npm run build`\n\nPackage into docker\n\n```bash\ndocker build -t arronaxcontainer .\ndocker run -d -p 3080:80 arronaxcontainer\n```\n","funding_links":[],"categories":["[Transaction Visualization, Scoring \u0026 Tracking:](https://github.com/OffcierCia/On-Chain-Investigations-Tools-List/blob/main/README.md)","I - Tools List"],"sub_categories":["Moved here: [Link](https://github.com/OffcierCia/On-Chain-Investigations-Tools-List/blob/main/README.md)"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCryptonomic%2FArronax","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FCryptonomic%2FArronax","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCryptonomic%2FArronax/lists"}