All Projects → goerli → Testnet

goerli / Testnet

Licence: gpl-3.0
The --goerli and --kotti testnet configurations

Labels

Projects that are alternatives of or similar to Testnet

Terraform Aws Config
Enables AWS Config and adds managed config rules with good defaults.
Stars: ✭ 107 (-9.32%)
Mutual labels:  hcl
Best Practices
No description, website, or topics provided.
Stars: ✭ 1,478 (+1152.54%)
Mutual labels:  hcl
Aws Fargate Action
A GitHub action to deploy to AWS Fargate on push to the master branch.
Stars: ✭ 116 (-1.69%)
Mutual labels:  hcl
Terraform Aws Vpc
An example of Terraform which brings up a VPC with Public/Private Subnets
Stars: ✭ 109 (-7.63%)
Mutual labels:  hcl
Aws Lambda Es Cleanup
AWS Elasticsearch Lambda Curator
Stars: ✭ 112 (-5.08%)
Mutual labels:  hcl
Terraform Null Ansible
Terraform Module to run ansible playbooks
Stars: ✭ 114 (-3.39%)
Mutual labels:  hcl
Aws Accounts Terraform
Stars: ✭ 108 (-8.47%)
Mutual labels:  hcl
Config Lint
Command line tool to validate configuration files
Stars: ✭ 118 (+0%)
Mutual labels:  hcl
Awesome Codepipeline Ci
an AWS CodePipeline, AWS CodeBuild, AWS APIGateway & AWS Lambda CI
Stars: ✭ 112 (-5.08%)
Mutual labels:  hcl
Terraform Nixos
A set of Terraform modules that are designed to deploy NixOS
Stars: ✭ 116 (-1.69%)
Mutual labels:  hcl
Terraform Aws Ecr
Terraform Module to manage Docker Container Registries on AWS ECR
Stars: ✭ 110 (-6.78%)
Mutual labels:  hcl
Terraform Up And Running Code
Code samples for the book "Terraform: Up & Running" by Yevgeniy Brikman
Stars: ✭ 1,739 (+1373.73%)
Mutual labels:  hcl
Hello Lambda
🔥 An example of a Python (AWS) Lambda exposed with API Gateway, configured with Terraform.
Stars: ✭ 114 (-3.39%)
Mutual labels:  hcl
Terraform Google Vault
A Terraform Module for how to run Vault on Google Cloud using Terraform and Packer
Stars: ✭ 108 (-8.47%)
Mutual labels:  hcl
Terraform Best Practices Workshop
Terraform Best Practices - workshop materials
Stars: ✭ 116 (-1.69%)
Mutual labels:  hcl
Aws Ecs Airflow
Run Airflow in AWS ECS(Elastic Container Service) using Fargate tasks
Stars: ✭ 107 (-9.32%)
Mutual labels:  hcl
Terraform aws scp
AWS Organizations Service Control Policies (SCPs) written in HashiCorp Terraform.
Stars: ✭ 114 (-3.39%)
Mutual labels:  hcl
Terraform Aws Kubernetes
Install a Kubernetes cluster the CoreOS Tectonic Way: HA, self-hosted, RBAC, etcd Operator, and more
Stars: ✭ 118 (+0%)
Mutual labels:  hcl
Terraform Google Forseti
A Terraform module for installing Forseti on GCP
Stars: ✭ 117 (-0.85%)
Mutual labels:  hcl
Kubernetes Coreos Terraform
Simple Kubernetes cluster on CoreOS in AWS using Terraform
Stars: ✭ 114 (-3.39%)
Mutual labels:  hcl

{Görli,Kotti} Testnet

The --goerli and --kotti cross-client proof-of-authority testnet configurations. Chat on Gitter

There are many Ethereum testnets available for experimenting with smart contracts and deploying decentralised applications before going live on the main Ethereum network. However, there is no testnet available that is both widely usable across all client implementations, and robust enough to guarantee consistent availability and high reliability. This is what Görli tries to be for Ethereum and Kotti for Ethereum Classic. Read more on the motivation in the Testnet Proposal.

Meta data: Görli

See also: Getting started with the Görli Testnet.

Please see goerli.genesis for a genesis file compatible with Hyperledger Besu (formerly Pantheon) or Geth.

Please see goerli.json for a chain specification compatible with Nethermind or Parity Ethereum.

Please see bootnodes.txt if you fail connecting to the network.

Meta data: Kotti (Classic)

The Kotti Classic Testnet configuration and resources moved to its own repository:

Connecting the clients

All clients supporting the Clique engine (EIP-225) are able to sync with Görli or Kotti.

Go-Ethereum

You can connect Geth to Görli by executing geth --goerli. https://github.com/ethereum/go-ethereum/releases

You can connect Core-Geth to Kotti by executing geth --kotti. https://github.com/etclabscore/core-geth/releases

Hyperledger Besu

Connect to Görli using Hyperledger Besu by executing besu --network=goerli. https://github.com/hyperledger/besu/releases

Connect to Kotti using Hyperledger Besu by executing besu --network=kotti.

Nethermind

Connect to Görli by using the provided goerli.cfg included in Nethermind 0.9.1: https://github.com/NethermindEth/nethermind/releases

dotnet run --config configs/goerli.cfg
EthereumJS

Connect to Görli by using the provided state and genesis included in EthereumJS 0.6.1: https://github.com/ethereumjs/ethereumjs-common/releases

./bin/cli.js --network goerli

Contribute

Run a node, report bugs, and join our Gitter!

The Goerli Testnet Initiative concluded their work and does no longer accept donations. Thanks for all the support ❤️ 2018 - 2020.

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].