{"id":20157197,"url":"https://github.com/jeroenouw/blockchaingo","last_synced_at":"2026-04-29T15:34:25.304Z","repository":{"id":97356534,"uuid":"125637399","full_name":"jeroenouw/BlockchainGO","owner":"jeroenouw","description":"Blockchain Proof-Of-Work with IPFS","archived":false,"fork":false,"pushed_at":"2018-04-01T14:31:31.000Z","size":12,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-28T21:06:40.051Z","etag":null,"topics":["blockchain","go","golang","gpg-encryption","ipfs","p2p","proof-of-work"],"latest_commit_sha":null,"homepage":"","language":"Go","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/jeroenouw.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}},"created_at":"2018-03-17T14:29:28.000Z","updated_at":"2022-03-26T13:34:09.000Z","dependencies_parsed_at":"2023-07-10T09:19:42.052Z","dependency_job_id":null,"html_url":"https://github.com/jeroenouw/BlockchainGO","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jeroenouw/BlockchainGO","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeroenouw%2FBlockchainGO","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeroenouw%2FBlockchainGO/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeroenouw%2FBlockchainGO/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeroenouw%2FBlockchainGO/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeroenouw","download_url":"https://codeload.github.com/jeroenouw/BlockchainGO/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeroenouw%2FBlockchainGO/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32431768,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T13:34:34.882Z","status":"ssl_error","status_checked_at":"2026-04-29T13:34:29.830Z","response_time":110,"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":["blockchain","go","golang","gpg-encryption","ipfs","p2p","proof-of-work"],"created_at":"2024-11-13T23:44:23.201Z","updated_at":"2026-04-29T15:34:25.288Z","avatar_url":"https://github.com/jeroenouw.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blockchain with IPFS\n\n## Quick start\nClone this repo: `git clone https://github.com/jeroenouw/BlockchainGO.git`.  \nChange directory to this project  \nPOST your IPFS hash with e.g. Postman: `{\"IPFSHash\":\"[QmQpfRyPKSrDXPQVRkvWDidukWjYs6JKS3P8V6EsEpK7gS]\"}`  \nRun `go run main.go` to run blockchain.  \nNavigate to `http://localhost:8080/`. To see active blockchain.\n\n## Example\n```json\n[\n {\n  \"Index\": 0,\n  \"Timestamp\": \"2018-03-18 16:14:51.012957277 +0100 CET m=+0.005850262\",\n  \"IPFSHash\": \"\",\n  \"Hash\": \"5feceb66ffc86f38d952786c6d696c79c2dbc239dd4e91b46729d73a27fb57e9\",\n  \"PrevHash\": \"\",\n  \"Difficulty\": 1,\n  \"Nonce\": \"\"\n },\n {\n  \"Index\": 1,\n  \"Timestamp\": \"2018-03-18 16:15:13.911963367 +0100 CET m=+22.904169426\",\n  \"IPFSHash\": \"QmQpfRyPKSrDXPQVRkvWDidukWjYs6JKS3P8V6EsEpK7gS\",\n  \"Hash\": \"00e82bcabc8dcd0f9896183434a5b8303b41962319d461f105e4acd6763fb7eb\",\n  \"PrevHash\": \"5feceb66ffc86f38d952786c6d696c79c2dbc239dd4e91b46729d73a27fb57e9\",\n  \"Difficulty\": 1,\n  \"Nonce\": \"2\"\n }\n]\n```\n\n## License\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeroenouw%2Fblockchaingo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeroenouw%2Fblockchaingo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeroenouw%2Fblockchaingo/lists"}