Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pdmendki authored Apr 24, 2020
1 parent a4d6bd7 commit 3be6c9c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3be6c9c

Please sign in to comment.