circa10a / blockerized-dockchain

Because all problems are solvable with containers and blockchains

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blockerized-dockchain

Create a blockchain in a docker container, because all problems are solvable with containers and blockchains.

alt text

Usage

Docker

docker run --rm --name blockerized-dockchain circa10a/blockerized-dockchain

Kubernetes

kubectl apply -f https://raw.githubusercontent.com/circa10a/blockerized-dockchain/main/k8s-deployment.yaml

Options

Opts are set via environment variables

Environment Variable Type Default Description
WAIT_PERIOD number 1 Seconds between adding blocks
EXIT_COUNT number Infinite How many blocks to create before exiting

Sample config

docker run --rm -e EXIT_COUNT=20 -e WAIT_PERIOD=2 --name blockerized-dockchain circa10a/blockerized-dockchain

Our Leadership

Please give a thanks to our sponsor as we navigate the future that is the metaverse.

alt text

Roadmap

  • Metaverse
    • Singularity
  • Machine Learning
  • AI
  • Cloud
  • Serverless
  • Big Data
  • Quantum Computing
  • Microkernel
  • IOT
  • Service Mesh
  • Multiple geese
  • gorch

Credits

About

Because all problems are solvable with containers and blockchains

License:MIT License


Languages

Language:Python 96.6%Language:Dockerfile 3.4%