{"id":19384641,"url":"https://github.com/brunos3d/cada","last_synced_at":"2026-05-06T00:38:44.415Z","repository":{"id":101227725,"uuid":"453369689","full_name":"brunos3d/cada","owner":"brunos3d","description":"🖥️ NODE.JS - A custom CLI to control and transfer tokens across multiple wallets using a local cardano-node with docker.","archived":false,"fork":false,"pushed_at":"2022-03-13T21:14:41.000Z","size":81,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-07T07:21:11.395Z","etag":null,"topics":["bot","cardano","cli","docker","nft","node"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brunos3d.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2022-01-29T10:48:16.000Z","updated_at":"2022-05-06T03:21:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"657c1ab2-2a3c-40db-bb76-8348b4774cb6","html_url":"https://github.com/brunos3d/cada","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunos3d%2Fcada","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunos3d%2Fcada/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunos3d%2Fcada/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunos3d%2Fcada/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brunos3d","download_url":"https://codeload.github.com/brunos3d/cada/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240522893,"owners_count":19814994,"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":["bot","cardano","cli","docker","nft","node"],"created_at":"2024-11-10T09:31:49.013Z","updated_at":"2025-10-11T01:39:38.561Z","avatar_url":"https://github.com/brunos3d.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cada\n\n🖥️ NODE.JS - A custom CLI to control and transfer tokens across multiple wallets using a local cardano-node with docker.\n\n## Installation\n\n```bash\ngit clone git@github.com:BrunoS3D/cada.git\ncd cada\n```\n\nCreate environment variable file `.env` based on [.env.example](./.env.example) on project root folder\n\n```bash\ncp .env.example .env\n```\n\nDownload the following [cardano-node configuration files](https://github.com/input-output-hk/cardano-node/blob/master/doc/stake-pool-operations/getConfigFiles_AND_Connect.md) and move to `config` folder\n\nhttps://hydra.iohk.io/build/7654130/download/1/index.html\n\n## Running\n\n```bash\ndocker compose up -d\n```\n\n\u003e ⚠ Note: if this is the first time you are running this project, you will have to wait for the entire copy to be downloaded from the network (this can take days)\n\nYou can follow the logs using the following command\n\n```bash\ndocker logs -f cardano-node\n```\n\nInstall project dependencies\n\n```bash\nyarn install # or just yarn\n```\n\nRegister app as global command\n\n```bash\nnpm link\n```\n\nRun a simple cardano-node query\n\n```bash\ncada status\n```\n\nExpected output\n\n```json\n{\n  \"era\": \"Alonzo\",\n  \"syncProgress\": \"100.00\",\n  \"hash\": \"1bbab59a0a778018928d649fa77f943ddb76f6135d9e4ae168303f050700cff6\",\n  \"epoch\": 317,\n  \"slot\": 51887535,\n  \"block\": 6815791\n}\n```\n\n## CLI\n\nTo use cli globaly just run `npm link` then run `cada` on terminal\n\nExpected output\n\n```bash\nUsage: ccli [options] [command]\n\nA Cardano CLI Bot\n\nOptions:\n  -V, --version   output the version number\n  -h, --help      display help for command\n\nCommands:\n  wallet          Wallet Management\n  send            Wallet Transaction Management\n  status          Make a simple query tip to the current cardano-node\n  help [command]  display help for command\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrunos3d%2Fcada","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrunos3d%2Fcada","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrunos3d%2Fcada/lists"}