{"id":21343723,"url":"https://github.com/catalystcode/ibera","last_synced_at":"2025-03-16T03:14:24.467Z","repository":{"id":73517006,"uuid":"91310951","full_name":"CatalystCode/iBera","owner":"CatalystCode","description":"iBera Blockchain Service","archived":false,"fork":false,"pushed_at":"2017-05-17T13:03:04.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-01-22T15:48:00.534Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/CatalystCode.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":"2017-05-15T08:02:21.000Z","updated_at":"2017-05-15T13:45:35.000Z","dependencies_parsed_at":"2023-06-01T06:45:16.185Z","dependency_job_id":null,"html_url":"https://github.com/CatalystCode/iBera","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CatalystCode%2FiBera","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CatalystCode%2FiBera/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CatalystCode%2FiBera/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CatalystCode%2FiBera/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CatalystCode","download_url":"https://codeload.github.com/CatalystCode/iBera/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243818199,"owners_count":20352629,"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":[],"created_at":"2024-11-22T01:15:02.104Z","updated_at":"2025-03-16T03:14:24.461Z","avatar_url":"https://github.com/CatalystCode.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# iBera Blockchain Service\n\n## Setup\n\n* Create a `genesis.json` file with the following content\n\n```json\n{\n  \"config\": {\n\t\t\"chainId\": 15,\n\t\t\"homesteadBlock\": 0,\n\t\t\"eip155Block\": 0,\n\t\t\"eip158Block\": 0\n  },\n  \"nonce\": \"0x000000000000002a\",\n  \"difficulty\": \"0x20000\",\n  \"mixHash\": \"0x0000000000000000000000000000000000000000000000000000000000000000\",\n  \"author\": \"0x0000000000000000000000000000000000000000\",\n  \"timestamp\": \"0x00\",\n  \"parentHash\": \"0x0000000000000000000000000000000000000000000000000000000000000000\",\n  \"extraData\": \"0x\",\n  \"gasLimit\": \"0x2fefd8\",\n  \"alloc\": {}\n}\n```\n\n* Initialize node\n\n```\n\tgeth --datadir ./data init genesis.json\n```\n\n* Start node without mining\n\n```\n\tgeth --rpc --datadir ./data --ipcpath \"/Users/\u003cyourUserAccount\u003e/Library/Ethereum/geth.ipc\" --networkid 1234 --maxpeers 1 console\n```\n\n* Create an account using the console\n\n```\n\tpersonal.newAccount(\"\u003cyourPassword\u003e\")\n```\n\n* Exit the console using the `exit` command and start over with the mining flags:\n\n```\n\tgeth --rpc --datadir ./data --ipcpath \"/Users/\u003cyourUserAccount\u003e/Library/Ethereum/geth.ipc\" --networkid 1234 --mine --minerthreads 1 --maxpeers 1 --rpcapi=eth,web3,personal console\n```\n\n## Use Ethereum Wallet\nYou can use [Ethereum Wallet](https://www.ethereum.org/) to access the local private blockchain, send transactions and create accounts.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatalystcode%2Fibera","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcatalystcode%2Fibera","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatalystcode%2Fibera/lists"}