Skip to content

Damenus/blockchain

Repository files navigation

Blockchain simple implementation

The program is based on a document write by Satoshi Nakamoto and tutorial Hackernoon.

Run

The program is prepared to deploy with docker composer.

Run command:

docker-compose up --scale blockchian_server=3 --force-recreate --build

Requariments

Docker > 18.06.1-ce
docker-compose > 1.23.2,

Build

docker-compose build --no-cache
docker rmi $(docker images -f "dangling=true" -q); docker-compose build

Local development


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published