From 3be6c9c9b8fa412d9ad88eb407c7c99526152355 Mon Sep 17 00:00:00 2001 From: Pankaj Date: Fri, 24 Apr 2020 21:04:55 +0530 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index b451e63..e0b10c8 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,17 @@ After the docker images are generated using build script, * Run `docker-compose up` to bring up all the nodes. * use the `wallet_app_client` to mint the coins, query the blockchain state and submit a transaction. +## Deployment +Validators and fullnodes can be deployed either using docker or directly over bare metal server. To deploy docker based setup, please follow the above [section](#setting-up-the-test-network). + +To deploy on the bare metal server follow these steps: + + * clone the code base + * install rust and cargo + * run `cargo build --release` + * `node` application should be generated in `target/release` directory + * build the blockchain application + * update `config.toml` file and run the `node` application ## Basic Transaction Flow