{"id":24488218,"url":"https://github.com/codiepp/cardano4all","last_synced_at":"2026-05-01T08:32:43.054Z","repository":{"id":38239986,"uuid":"233021350","full_name":"CodiePP/cardano4all","owner":"CodiePP","description":"Building the Cardano node and tools","archived":false,"fork":false,"pushed_at":"2024-06-09T22:49:28.000Z","size":63,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-02T23:15:14.248Z","etag":null,"topics":["blockchain","cardano","hacktoberfest","haskell","node"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/CodiePP.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},"funding":{"github":"codiepp"}},"created_at":"2020-01-10T10:16:23.000Z","updated_at":"2023-01-24T15:06:46.000Z","dependencies_parsed_at":"2025-03-15T00:14:12.145Z","dependency_job_id":"8bd7dfd7-da56-4367-9a4e-6ba44f6857fc","html_url":"https://github.com/CodiePP/cardano4all","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CodiePP/cardano4all","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodiePP%2Fcardano4all","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodiePP%2Fcardano4all/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodiePP%2Fcardano4all/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodiePP%2Fcardano4all/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodiePP","download_url":"https://codeload.github.com/CodiePP/cardano4all/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodiePP%2Fcardano4all/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32490810,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["blockchain","cardano","hacktoberfest","haskell","node"],"created_at":"2025-01-21T16:18:51.172Z","updated_at":"2026-05-01T08:32:43.032Z","avatar_url":"https://github.com/CodiePP.png","language":"Shell","funding_links":["https://github.com/sponsors/codiepp"],"categories":[],"sub_categories":[],"readme":"# cardano4all\nBuilding the Cardano node and tools from [input-output-hk/cardano-node](https://github.com/input-output-hk/cardano-node) including all its dependencies.\n\n## Quick setup and build on Linux\n\n\u003e this will only work if you have the required system dependencies installed. (see below)\n\n\n### 1 checkout the dependencies\n\nthis is only necessary for a fresh checkout of this repo:\n\n_`$`_ `git submodule update --init --remote`\n\notherwise, update the submodules to the revision defined in the commit:\n\n_`$`_ `git submodule update`\n\n\n### 2 build dependencies\n\n```sh\ncd ext/input-output-hk_libsodium.git\nmkdir -p OUT\n./autogen.sh \n./configure --prefix=$(pwd)/OUT\nmake -j 8\nmake check\nmake install\n\n```\n\nset the variable PKG_CONFIG_PATH to point to the locally build _libsodium_ so that it will be found when linking the Haskell node.\n\n```sh\nexport PKG_CONFIG_PATH=$(pwd)/ext/input-output-hk_libsodium.git/OUT/lib/pkgconfig:$PKG_CONFIG_PATH\n```\n\nAnd, set the path to the newly built _libsodium_ libraries for the linker:\n\n```sh\nexport LD_LIBRARY_PATH=$(pwd)/ext/input-output-hk_libsodium.git/OUT/lib:$LD_LIBRARY_PATH\n```\n\n### 3 build\n\n3 I) `stack`:   _`$`_ `stack build cardano-node:exe:cardano-node --copy-bins`\n3 II) `patchelf --replace-needed libsodium.so.23 $(pwd)/ext/input-output-hk_libsodium.git/OUT/lib/libsodium.so.23 bin/cardano-node`\n        (this changes the \"rpath\" in the binary to the local libsodium)\n  \n### 4 run test suite\n\n4) `stack`:   _`$`_ `stack test`\n\n### Alternative: building using _cabal_\n\n```sh\ncabal build cardano-cli\ncabal build cardano-node\n\ncabal install --install-method=copy --overwrite-policy=always --installdir=./bin/ cardano-cli\ncabal install --install-method=copy --overwrite-policy=always --installdir=./bin/ cardano-node\n```\n\n## System setup *Linux*\n\non a Linux/Debian system:\n\u003e `sudo apt install libsystemd-dev pkg-config`\n  \n## System setup *Mac OSX*\nmany dependencies can be installed using [brew](https://brew.sh), e.g. `brew install pkg-config`\n\nThe files \"stack.yaml\" needs to be adapted:\n* remove all references to `systemd`\n* disable compiling using nix: `enable: false`\n\n## System setup *Windows*\n\u003e \u003ctbd\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodiepp%2Fcardano4all","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodiepp%2Fcardano4all","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodiepp%2Fcardano4all/lists"}