Skip to content

Devnet setup configurations and docker compose files

Notifications You must be signed in to change notification settings

fluentlabs-xyz/developer-preview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fluent Developer Preview

This repository contains scripts for .

Before running command you must do following steps:

  • Buy a dedicated machine that have at least 8 dedicated CPU core and 32GB RAM (it can run up to 7 nodes)
  • Make sure you have wildcard domain *.example.com set to your machine (use dedicated machine with public IP)

You can check Makefile to choose the most interesting commands, but if you just need to set up everything just run next command:

apt update
apt install -y build-essential socat
git clone https://github.com/fluentlabs-xyz/developer-preview --recursive
cd developer-preview
make install-docker
make install-acme
export CHAIN_ID=20993
export DOMAIN_NAME=<YOUR DOMAIN NAME>
make cook
make start

P.S: Variable DOMAIN_NAME should be set to your domain

Deployed services can be access though next endpoints:

If you want to run node w/o load balancer and SSL certificates then use next command:

CHAIN_ID=14000 make create-genesis start

Docker compose files exposes next ports:

  • 30303 - bootnode endpoint
  • 8545 - RPC endpoint
  • 8546 - WS endpoint
  • 3000 - faucet UI
  • 7432 - blockscout PostgreSQL database
  • 4000 - blockscout explorer
  • 9000 - explorer

About

Devnet setup configurations and docker compose files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •