{"id":18966071,"url":"https://github.com/aergoio/aergo","last_synced_at":"2025-05-15T03:03:04.290Z","repository":{"id":38152801,"uuid":"142943429","full_name":"aergoio/aergo","owner":"aergoio","description":"aergo blockchain kernel","archived":false,"fork":false,"pushed_at":"2025-05-14T04:29:43.000Z","size":76493,"stargazers_count":216,"open_issues_count":34,"forks_count":49,"subscribers_count":30,"default_branch":"develop","last_synced_at":"2025-05-14T05:00:05.691Z","etag":null,"topics":["aergo","blockchain","go"],"latest_commit_sha":null,"homepage":"http://docs.aergo.io","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/aergoio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null}},"created_at":"2018-07-31T00:51:43.000Z","updated_at":"2025-04-27T14:58:21.000Z","dependencies_parsed_at":"2023-12-17T20:28:40.963Z","dependency_job_id":"88ea7494-f40c-4374-9c10-2e11c142ee45","html_url":"https://github.com/aergoio/aergo","commit_stats":null,"previous_names":[],"tags_count":122,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aergoio%2Faergo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aergoio%2Faergo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aergoio%2Faergo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aergoio%2Faergo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aergoio","download_url":"https://codeload.github.com/aergoio/aergo/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254264737,"owners_count":22041789,"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":["aergo","blockchain","go"],"created_at":"2024-11-08T14:35:36.068Z","updated_at":"2025-05-15T03:03:04.237Z","avatar_url":"https://github.com/aergoio.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"[![Go Report Card](https://goreportcard.com/badge/github.com/aergoio/aergo)](https://goreportcard.com/report/github.com/aergoio/aergo)\n[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n[![Maintainability](https://api.codeclimate.com/v1/badges/8ae0a363155bd9e8bccb/maintainability)](https://codeclimate.com/github/aergoio/aergo/maintainability)\n[![Test Coverage](https://api.codeclimate.com/v1/badges/8ae0a363155bd9e8bccb/test_coverage)](https://codeclimate.com/github/aergoio/aergo/test_coverage)\n[![API Reference](https://godoc.org/github.com/aergoio/aergo?status.svg)](https://godoc.org/github.com/aergoio/aergo)\n\n# Aergo - Distributed Trust at Scale\n\nOfficial Chain Software of Aergo Protocol\n\nWe are developing the most practical and powerful platform for blockchain businesses.\nThere are four main ideologies guiding this project:\n\n1. Developer-friendly\n2. Guaranteed performance\n3. Scalable architecture\n4. Connect with the world\n\nYou can see the current public network status on [Aergoscan](https://aergoscan.io).\n\n**[Official Documentation](http://docs.aergo.io)**\n\n## Roadmaps\n\n### 5th: Aergo Future\n* Will be updated\n\n### 4th: Aergo Mainnet 2.0 (planned in 4Q, 2019)\n* DAO\n* Staking/Voting\n* Reward for Staking\n* Alpha net (SQL enabled) launched\n* Advanced performance features\n* RAFT for Private Chain\n* Authorization for Private Chain\n* 2Way Swap with Ethereum\n* 2Way Swap with Binance Dex\n\n### 3rd: Aergo Mainnet (planned in March, 2019)\n* BFT-dPOS with 13 BPs\n* Aergo Scan\n* Aergo Connect\n\n### 2nd: Aergo Testnet (28, Dec, 2018)\n* BFT-dPOS with Voting\n  * The pre-test net has the function of agreeing blocks among the set BPs. TestNet has a function to select BP through voting.\n* Named Account\n  * For user's convenience, Named Account function that can be accessed based on Name rather than Address is provided.\n* Expanded Aergo Lua\n  * The Aergo Lua feature has been extended for more convenient development.\n* Advanced Client Framework\n  * Provides a wallet interface that interacts with keystore and manages nonce.\n  * Provides the ability to make smart contracts through interface calls.\n  * Provides a contract library to issue tokens based on Aergo.\n* Hub Enterprise\n  * Enterprise customers view management and monitoring of their networks as a prerequisite.\n  * We provide Hub Enterprise control solution to solve this problem.\n* Merkle Bridge Verification\n  * StateTrie Merkle proof verifications and delegated token transfers are now implemented in the merkle-bridge.\n* Various Smart Contract Examples\n  * Provide some standard smart contracts\n* TestNet\n  * Launch the Test Network to provide network for community and experiment\n  * We provide https://aergoscan.io.\n\n### 1st: Aergo Alpha (31, Oct, 2018)\n* Consensus - BFT-dPOS (election not integrated)\n  * We provide BFT by solving various problems that may occur in dpos.\n* Aergo SQL smart contract (Lua-jit)\n  * It is a powerful smart contract language providing DB function.\n* Client - Ship\n  * Client framework and development environment\n  * Provides a package management and testing environment similar to NPM.\n* Client SDK\n  * heraj (java)\n  * herajs (javascript)\n  * herapy (python)\n* Browser Wallet (1~2 weeks later)\n  * Chrome Extension provides a coin transfer wallet.\n* Sub Project\n  * Litetree\n    * Improved SQLite is used to provide DB functionality in a block chain.\n    * Provides higher performance through LMDB.\n  * Sparse Merkle Tree\n    * Provides fast, space-saving sparse merkle tree.\n  * Pre-Testnet\n    * Launch the pre-testnet to monitor operation environment.\n    * We provide https://aergoscan.io.\n\n### beginning: Skeleton (31, July, 2018)\n* Platform framework\n* Stub consensus(dpos without voting)\n* Account model\n* Mempool\n* Networking - p2p/protocol\n* Cmd aergocli/aergosvr\n* Simple client API\n* Smart contract will not be released - you can see the prototype in [coinstack3sp2](https://github.com/coinstack/coinstackd)\n\n## Key thoughts of the architecture\n\nMVP based, Forward compatibility, Iteration\n\n## Information\n\n### Server port usages\n\n| Usage | Port |\n|-------|------|\n|  gRPC | 7845 |\n|  P2P  | 7846 |\n\n## Installation\n\n### Prerequisites\n\n* Go1.23 - https://golang.org/dl\n* Proto Buffers - https://github.com/google/protobuf\n* CMake 3.0.0 or higher - https://cmake.org\n\n### Build\n\n[Building from Source](https://docs.aergo.io/en/latest/contribution/building-from-source.html)\n\n## Contribution\n\nFollowing Golang conventions\nTBD\n\n## License\n\nAll code is licensed under the MIT License (https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faergoio%2Faergo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faergoio%2Faergo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faergoio%2Faergo/lists"}