Getting started
Prerequisites
Cloning this repository
# Clone repository
git clone https://github.com/ActorForth/bch-devsuite.git
cd ./bch-devsuite
# Setup virtualenv
python3 -m venv venv
source ./venv/bin/activate
# Install script dependencies
pip install -r requirements.txtConfiguration
Setup infrastructure
1. Generate configuration

2. Init infrastructure
Running infrastructure
Testing
Stop infrastructure
Cleaning Up
Last updated
