{"id":14980195,"url":"https://github.com/glaukiol1/gagchain","last_synced_at":"2026-03-05T20:53:48.428Z","repository":{"id":57652212,"uuid":"446583194","full_name":"glaukiol1/gagchain","owner":"glaukiol1","description":"Proof-Of-Work blockchain written in Go","archived":false,"fork":false,"pushed_at":"2022-01-17T14:15:18.000Z","size":114,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T06:45:13.269Z","etag":null,"topics":["algorithm","bitcoin","blockchain","cryptocurrency","cryptography","database","db","elliptic","elliptic-curve-cryptography","keypairs","secp256k1","tcp"],"latest_commit_sha":null,"homepage":"","language":"Go","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/glaukiol1.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}},"created_at":"2022-01-10T21:12:40.000Z","updated_at":"2022-02-21T09:09:30.000Z","dependencies_parsed_at":"2022-08-28T02:23:28.333Z","dependency_job_id":null,"html_url":"https://github.com/glaukiol1/gagchain","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/glaukiol1/gagchain","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glaukiol1%2Fgagchain","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glaukiol1%2Fgagchain/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glaukiol1%2Fgagchain/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glaukiol1%2Fgagchain/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/glaukiol1","download_url":"https://codeload.github.com/glaukiol1/gagchain/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glaukiol1%2Fgagchain/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30149890,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T16:58:46.102Z","status":"ssl_error","status_checked_at":"2026-03-05T16:58:45.706Z","response_time":93,"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":["algorithm","bitcoin","blockchain","cryptocurrency","cryptography","database","db","elliptic","elliptic-curve-cryptography","keypairs","secp256k1","tcp"],"created_at":"2024-09-24T14:01:25.990Z","updated_at":"2026-03-05T20:53:48.385Z","avatar_url":"https://github.com/glaukiol1.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gagchain (Gagcoin)\n\nExperimental blockchain built in Golang. It is still under development and features will be updated regulary.\n\n## Features\n\n- Custom TCP server for communication with nodes\n- Custom Database built only to store the current chain\n- Custom communication messages to communicate with other nodes\n- Verifying node authenticity by its address\n- Concurrency\n- Easy to compile and run\n\n## Using this for your own blockchain project\n\nIf you use this as a template, please do not remove any credits, and I expect to be credited in a README file or something similar. You can always run your own node, just setup the variables that are found in the `main.go` file (root directory).\n\n## Usage\n\nWHen you run a node, you can do the following things;\n\nInit blockchain;\n\n```go\nblockchain.InitBlockchain()\n```\n\nOr: `\u0026blockchain.Blockchain{chain []*blockchain.Block}`\n\nInit Transaction Pool;\n\n```go\nblockchain.NewTransactionPool()\n```\n\nAdd Block to the blockchain (this also mines it if;\n\n- The Miner field is \"\"\n- config.Mining_Node = true\n  \n```go\n(*blockchain.Blockchain).AddBlock(data []*blockchain.Transaction, hash []byte, nonce int, Miner string)\n```\n\nAdd transaction to the Transaction Pool;\n\n```go\n(*blockchain.TransactionPool).AddTransaction(transaction *blockchain.Transaction)\n```\n\nNew Transaction;\n\n```go\n(*blockchain.Blockchain).NewTransactionInstance(from *ecdsa.PublicKey, to string, amount int)\n```\n\nMine Transactions from Transaction Pool;\n\n```go\n(*blockchain.TransactionPool).MineTransactions()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglaukiol1%2Fgagchain","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglaukiol1%2Fgagchain","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglaukiol1%2Fgagchain/lists"}