Skip to content

Genesis is an end-to-end development sandbox and testing platform for Web3 and blockchain-based distributed systems.

License

Notifications You must be signed in to change notification settings

whiteblock/genesis

Folders and files

NameName
Last commit message
Last commit date
May 9, 2019
May 12, 2020
Jan 15, 2020
Jul 24, 2020
Nov 6, 2019
Nov 25, 2019
May 9, 2019
May 9, 2019
Jan 9, 2020
Mar 24, 2020
Dec 18, 2020
Mar 3, 2020
Nov 27, 2019
Nov 6, 2019
Mar 30, 2023
Mar 30, 2023
Feb 16, 2020
Mar 24, 2020
Nov 6, 2019
Apr 27, 2020
Nov 25, 2019

Repository files navigation

Genesis

Build Maintainability Go report card codecov Jenkins

Version API Reference Gitter Docker

Overview

The Whiteblock platform allows users to provision multiple fully-functioning nodes over which they have complete control within a private test network

Configuration

General

NAME DEFAULT DESCRIPTION
LOCAL_MODE true Puts Genesis into standalone mode for testing
VERBOSITY INFO The verbosity level of the logging
LISTEN 0.0.0.0:8000 The socket to listen on for the REST API

RabbitMQ

NAME DEFAULT DESCRIPTION
COMPLETION_QUEUE_NAME completion The name of the completion queue
COMMAND_QUEUE_NAME commands The name of the commands queue
QUEUE_DURABLE true If Genesis creates the queue, should it be durable
QUEUE_AUTO_DELETE false If Genesis creates the queue, should it delete messages when there is no consumer
CONSUMER genesis The name of this consumer from the queue
CONSUMER_NO_WAIT false Enable no wait mode
QUEUE_PROTOCOL amqp The protocol to use to connect to the queue
QUEUE_USER user The user portion of the auth credentials
QUEUE_PASSWORD password The password portion of the auth credentials
QUEUE_HOST localhost The host address which hosts rabbitmq
QUEUE_PORT 5672 The port to connect to on the host address
QUEUE_VHOST /test The rabbitmq vhost to connect to

About

Genesis is an end-to-end development sandbox and testing platform for Web3 and blockchain-based distributed systems.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages