{"id":21813938,"url":"https://github.com/genaronetwork/genarocore","last_synced_at":"2025-04-13T23:45:50.588Z","repository":{"id":28005803,"uuid":"162984349","full_name":"GenaroNetwork/GenaroCore","owner":"GenaroNetwork","description":"Decentralized Storage Network ","archived":false,"fork":false,"pushed_at":"2022-12-07T17:13:36.000Z","size":26423,"stargazers_count":33,"open_issues_count":18,"forks_count":17,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-03-27T13:51:21.864Z","etag":null,"topics":["blockchain","decentralized","decentralized-storage","proof-of-retreivalbility","proof-of-stake"],"latest_commit_sha":null,"homepage":"https://genaro.network","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GenaroNetwork.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2018-12-24T11:35:29.000Z","updated_at":"2025-02-27T11:11:42.000Z","dependencies_parsed_at":"2022-07-27T11:48:02.073Z","dependency_job_id":null,"html_url":"https://github.com/GenaroNetwork/GenaroCore","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GenaroNetwork%2FGenaroCore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GenaroNetwork%2FGenaroCore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GenaroNetwork%2FGenaroCore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GenaroNetwork%2FGenaroCore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GenaroNetwork","download_url":"https://codeload.github.com/GenaroNetwork/GenaroCore/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248799693,"owners_count":21163398,"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":["blockchain","decentralized","decentralized-storage","proof-of-retreivalbility","proof-of-stake"],"created_at":"2024-11-27T14:34:29.187Z","updated_at":"2025-04-13T23:45:50.550Z","avatar_url":"https://github.com/GenaroNetwork.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Go Genaro\n\nFork from [go-ethereum](https://github.com/ethereum/go-ethereum/tree/v1.8.3).\n\n## Building the source\n\nBuilding go-genaro requires both a Go (version 1.10 or later) and a C compiler.\nYou can install them using your favourite package manager.\nOnce the dependencies are installed, run\n\n    make go-genaro\n\nor, to build the full suite of utilities:\n\n    make all\n\n## Executables\n\nThe go-genaro project comes with several wrappers/executables found in the `cmd` directory.\n\n| Command    | Description |\n|:----------:|-------------|\n| **`go-genaro`** | Our main Genaro CLI client. It is the entry point into the Genaro network. |\n| `GenGenaroGenesis` | Generate a genesis json. |\n| `SendSynState` | Send synchronization transaction. |\n| `others` | To see go-ethereum. |\n\n## Running a go-genaro privete blockchain\n\n### Generate genesis json\n\n    GenGenaroGenesis -f account.json\n\n### Init blockchain\n\n    go-genaro --datadir datadir init genesis.json\n\n### Start miner\n\n    go-genaro --identity \"test\" --mine --etherbase \"myaccount\" --unlock \"myaccount\" --rpc --rpcaddr \"127.0.0.1\" --rpcport 8545 --rpccorsdomain \"*\" --datadir datadir --port \"30303\" --rpcapi \"db,eth,net,web3,personal,admin,miner\" console\n    \n    ...\u003e input your password\n\n### Send synchronization transaction\n\n    SendSynState -u \"http://127.0.0.1:8545\" -t 1 -a \"myaccount\"\n\n## Develop Dapp\n\nGenaro blockchain support for Ethernet contract.You can directly transplant your Ethernet contract to Genaro network without any changes.\nIf you need to use the new features of Genaro network, you need to compile the contract with the new [Solc](https://github.com/GenaroNetwork/genaro-solidity).\nYou can get more development information from the [yellow book](https://github.com/GenaroNetwork/genaro-document).\n\n## Useful links\nOur [official network](https://genaro.network/).\n\n## Join our network\n### Main Network\nTo see [mainnet](./mainnet).\n\n### Test Network\nTo see [testnet](./testnet).\n\n## License\n\nThe go-genaro library (i.e. all code outside of the `cmd` directory) is licensed under the\n[GNU Lesser General Public License v3.0](https://www.gnu.org/licenses/lgpl-3.0.en.html), also\nincluded in our repository in the `COPYING.LESSER` file.\n\nThe go-genaro binaries (i.e. all code inside of the `cmd` directory) is licensed under the\n[GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html), also included\nin our repository in the `COPYING` file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenaronetwork%2Fgenarocore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgenaronetwork%2Fgenarocore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenaronetwork%2Fgenarocore/lists"}