All Projects → whiteblock → genesis

whiteblock / genesis

Licence: GPL-3.0 license
Genesis is an end-to-end development sandbox and testing platform for Web3 and blockchain-based distributed systems.

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to genesis

ether-swr
Ether-SWR is a React hook that fetches Ethereum data. It streamlines the chores to keep the internal state of the Decentralized App (DApp), batches the RPC calls to an Ethereum node and cache the responses
Stars: ✭ 125 (+76.06%)
Mutual labels:  web3
vortex-components
⚛️Vortex Components is a collection of React Components that helps developers build Ethereum Dapps powered by the Vortex Redux Store.
Stars: ✭ 14 (-80.28%)
Mutual labels:  web3
digital-copyright
Stamp your code with a trackable digital copyright
Stars: ✭ 17 (-76.06%)
Mutual labels:  web3
ESSE
Encrypted peer-to-peer system for data security. Own data, own privacy. (Rust+Flutter)
Stars: ✭ 440 (+519.72%)
Mutual labels:  web3
ipfs-blog
IPFS Blog & News
Stars: ✭ 31 (-56.34%)
Mutual labels:  web3
glosseta
Glosseta is an open-source glossary meant to help people explore and learn the terminology behind web3
Stars: ✭ 23 (-67.61%)
Mutual labels:  web3
eth-self-token-example
在本地网络发布一个名叫 YuTou 的 token
Stars: ✭ 8 (-88.73%)
Mutual labels:  web3
laravel-web3
Laravel SDK wrapper for the Web3 PHP API client that interacts with the Ethereum blockchain.
Stars: ✭ 85 (+19.72%)
Mutual labels:  web3
TheGame
The platform that MetaGame will be played on aka MetaOS - an open source framework for running decentralized societies. Currently featuring MetaSys, MyMeta Profiles, Dashboard, MetaMenu & Quests
Stars: ✭ 100 (+40.85%)
Mutual labels:  web3
typescript-eth-starter
🔌 Ethereum Dapp Basic Typescript Starter
Stars: ✭ 125 (+76.06%)
Mutual labels:  web3
OpenLoginSdk
Pluggable auth infrastructure for Web3 wallets and dapps
Stars: ✭ 108 (+52.11%)
Mutual labels:  web3
cyberevents
The protocol for EVENTs and TICKETs
Stars: ✭ 16 (-77.46%)
Mutual labels:  web3
eth-provider
A Universal Ethereum Provider Client
Stars: ✭ 139 (+95.77%)
Mutual labels:  web3
superhighway84
USENET-inspired, uncensorable, decentralized internet discussion system running on IPFS & OrbitDB
Stars: ✭ 437 (+515.49%)
Mutual labels:  web3
dapp-starter
Opinionated Dapp Starter Template
Stars: ✭ 207 (+191.55%)
Mutual labels:  web3
lemverse
The first-ever coworking metaverse
Stars: ✭ 91 (+28.17%)
Mutual labels:  web3
launch
Matic network mainnet v1 launch
Stars: ✭ 56 (-21.13%)
Mutual labels:  web3
botdexdamar
🤖 multichain trading bot with sniper, frontrun, backrun, sandwich
Stars: ✭ 124 (+74.65%)
Mutual labels:  web3
circles-core
Common methods to interact with the Circles ecosystem
Stars: ✭ 22 (-69.01%)
Mutual labels:  web3
MultiDexArbBot
This is an arbitrage bot that uses existing price aggregators such as 1inch, Paraswap, dex.ag, matcha and more to get the best exchange rates across different decentralized exchanges on different blockchains and ecosystems.
Stars: ✭ 67 (-5.63%)
Mutual labels:  web3

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].