{"id":13604786,"url":"https://github.com/whiteblock/genesis","last_synced_at":"2025-09-02T17:50:16.951Z","repository":{"id":35133165,"uuid":"181032678","full_name":"whiteblock/genesis","owner":"whiteblock","description":"Genesis is an end-to-end development sandbox and testing platform for Web3 and blockchain-based distributed systems.","archived":false,"fork":false,"pushed_at":"2023-05-11T20:45:43.000Z","size":15962,"stargazers_count":80,"open_issues_count":8,"forks_count":27,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-08-14T17:22:54.745Z","etag":null,"topics":["blockchain","blockchain-development","p2p","web3","whiteblock"],"latest_commit_sha":null,"homepage":"https://docs.whiteblock.io","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/whiteblock.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2019-04-12T15:13:31.000Z","updated_at":"2024-08-20T18:42:10.000Z","dependencies_parsed_at":"2022-08-08T05:15:51.862Z","dependency_job_id":"f85a9462-8414-4ef3-8746-8feec7c9da57","html_url":"https://github.com/whiteblock/genesis","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/whiteblock/genesis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whiteblock%2Fgenesis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whiteblock%2Fgenesis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whiteblock%2Fgenesis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whiteblock%2Fgenesis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/whiteblock","download_url":"https://codeload.github.com/whiteblock/genesis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whiteblock%2Fgenesis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273324855,"owners_count":25085488,"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","status":"online","status_checked_at":"2025-09-02T02:00:09.530Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["blockchain","blockchain-development","p2p","web3","whiteblock"],"created_at":"2024-08-01T19:00:51.260Z","updated_at":"2025-09-02T17:50:16.909Z","avatar_url":"https://github.com/whiteblock.png","language":"Go","funding_links":[],"categories":["[Ethereum](https://ethereum.org/en/)"],"sub_categories":["Whitepapers"],"readme":"Genesis\n======\n[![Build](https://travis-ci.org/whiteblock/genesis.svg?branch=dev)](https://www.travis-ci.org/Whiteblock/genesis/)\n[![Maintainability](https://api.codeclimate.com/v1/badges/a30e833d3367ef530eaf/maintainability)](https://codeclimate.com/github/Whiteblock/genesis/maintainability)\n[![Go report card](https://goreportcard.com/badge/github.com/whiteblock/genesis)](https://goreportcard.com/report/github.com/whiteblock/genesis)\n[![codecov](https://codecov.io/gh/Whiteblock/genesis/branch/dev/graph/badge.svg)](https://codecov.io/gh/Whiteblock/genesis)\n![Jenkins](https://jenkins-dev.whiteblock.io/buildStatus/icon?job=genesis)\n\n![Version](https://img.shields.io/github/tag/whiteblock/genesis.svg)\n[![API Reference](\nhttps://camo.githubusercontent.com/915b7be44ada53c290eb157634330494ebe3e30a/68747470733a2f2f676f646f632e6f72672f6769746875622e636f6d2f676f6c616e672f6764646f3f7374617475732e737667\n)](https://godoc.org/github.com/whiteblock/genesis)\n[![Gitter](https://badges.gitter.im/whiteblock-io/community.svg)](https://gitter.im/whiteblock-io/community?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge)\n[![Docker](https://img.shields.io/badge/Docker%20Image-gcr.io%2Fwhiteblock%2Fgenesis%3Adev-brightgreen)](https://gcr.io/whiteblock/genesis:dev)\n\n# Overview\nThe Whiteblock platform allows users to provision multiple fully-functioning nodes over which they have complete control within a private test network \n\n\n# Configuration\n## General\n\n| NAME                          | DEFAULT                                | DESCRIPTION                    |\n| ------------------------------------- | ---------------------------- | ----------\n| LOCAL_MODE | true | Puts Genesis into standalone mode for testing |\n| VERBOSITY | INFO | The verbosity level of the logging |\n| LISTEN | 0.0.0.0:8000 | The socket to listen on for the REST API\n\n## RabbitMQ\n| NAME                   | DEFAULT                    | DESCRIPTION         |\n| ------------------------------------- | ---------------------------- | ----------\n| COMPLETION_QUEUE_NAME | completion | The name of the completion queue |\n| COMMAND_QUEUE_NAME | commands | The name of the commands queue |\n| QUEUE_DURABLE | true | If Genesis creates the queue, should it be durable |\n| QUEUE_AUTO_DELETE | false | If Genesis creates the queue, should it delete messages when there is no consumer |\n| CONSUMER | genesis | The name of this consumer from the queue |\n| CONSUMER_NO_WAIT | false | Enable no wait mode |\n| QUEUE_PROTOCOL | amqp | The protocol to use to connect to the queue |\n| QUEUE_USER | user | The user portion of the auth credentials |\n| QUEUE_PASSWORD | password | The password portion of the auth credentials |\n| QUEUE_HOST | localhost | The host address which hosts rabbitmq |\n| QUEUE_PORT | 5672 | The port to connect to on the host address |\n| QUEUE_VHOST | /test | The rabbitmq vhost to connect to |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhiteblock%2Fgenesis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhiteblock%2Fgenesis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhiteblock%2Fgenesis/lists"}