{"id":24247244,"url":"https://github.com/coindev1029/blockchain-in-go","last_synced_at":"2025-06-13T10:34:52.045Z","repository":{"id":261738841,"uuid":"757183732","full_name":"Coindev1029/blockchain-in-go","owner":"Coindev1029","description":"A basic blockchain implementation in Golang","archived":false,"fork":false,"pushed_at":"2024-05-25T14:29:40.000Z","size":40,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-08T10:51:09.584Z","etag":null,"topics":["bitcoin","blockchain","blockchain-api","blockchain-network","go","go-blockchain"],"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/Coindev1029.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":"2024-02-14T00:41:30.000Z","updated_at":"2024-11-06T18:12:40.000Z","dependencies_parsed_at":"2024-11-08T06:48:42.094Z","dependency_job_id":null,"html_url":"https://github.com/Coindev1029/blockchain-in-go","commit_stats":null,"previous_names":["tanaka1029/blockchain-in-go","coindev1029/blockchain-in-go"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Coindev1029%2Fblockchain-in-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Coindev1029%2Fblockchain-in-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Coindev1029%2Fblockchain-in-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Coindev1029%2Fblockchain-in-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Coindev1029","download_url":"https://codeload.github.com/Coindev1029/blockchain-in-go/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233975941,"owners_count":18760032,"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":["bitcoin","blockchain","blockchain-api","blockchain-network","go","go-blockchain"],"created_at":"2025-01-14T23:32:28.491Z","updated_at":"2025-01-14T23:32:29.064Z","avatar_url":"https://github.com/Coindev1029.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blockchain in Go\n[![Go Report Card](https://goreportcard.com/badge/github.com/ibrahimsn98/blockchain-in-go)](https://goreportcard.com/report/github.com/ibrahimsn98/blockchain-in-go)\n[![GitHub version](https://badge.fury.io/gh/ibrahimsn98%2Fblockchain-in-go.svg)](https://badge.fury.io/gh/ibrahimsn98%2Fblockchain-in-go)\n\nA basic blockchain implementation in Golang\n\n## Usage\nGet the balance for an address\n```\n$ go run main.go getbalance -address ADDRESS\n```\n\nCreate a blockchain and send genesis reward to address\n```\n$ go run main.go createblockchain -address ADDRESS\n```\n\nPrint the blocks in the chain\n```\n$ go run main.go printchain\n```\n\nSend amount of coins\n```\n$ go run main.go send -from FROM -to TO -amount AMOUNT\n```\n\nCreate a new Wallet\n```\n$ go run main.go createwallet\n```\n\nList the addresses in wallet file\n```\n$ go run main.go listaddresses\n```\n\nRebuild the UTXO set\n```\n$ go run main.go reindexutxo\n```\n\nStart a node with ID specified in NODE_ID env. var. -miner enables mining\n```\n$ go run main.go startnode -miner ADDRESS\n```\n\n## Wiki\n- [Basic Terminology](https://github.com/ibrahimsn98/blockchain-in-go/wiki/Basic-Terminology)\n- [How is the wallet address created?](https://github.com/ibrahimsn98/blockchain-in-go/wiki/How-is-the-wallet-address-created%3F)\n\n\n## Requirements\n- github.com/dgraph-io/badger\n- github.com/mr-tron/base58\n- golang.org/x/crypto\n- gopkg.in/vrecan/death.v3\n\n\n### Video Tutorials\n[Tensor Programming](https://www.youtube.com/channel/UCYqCZOwHbnPwyjawKfE21wg)\n\n## License\n[MIT](https://choosealicense.com/licenses/mit/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoindev1029%2Fblockchain-in-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoindev1029%2Fblockchain-in-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoindev1029%2Fblockchain-in-go/lists"}