Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 654 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 654 Bytes

Kryptokrona Scripts

Useful scripts for Kryptokrona projects.

Setup Testnet

Go into the directory testnet

If you don't want to use a remote node in order to test the implementation you could setup your own testnet. To setup run the command:

  • ./start-testnet.sh

This will fetch the Docker Image from Docker Hub and orchestrate up a testnet.

If you want to stop the containers:

  • ./teardown-testnet.sh

If you want to remove everything locally with Docker (use with caution):

  • ./remove-testnet.sh

Contribute

If you come up with some idea of how to improve these scripts please feel free to send a PR by first forking this repo.