From 76a6cc072104b9adea2b256bb159cda662cbf848 Mon Sep 17 00:00:00 2001 From: aleem1314 Date: Thu, 24 Nov 2022 11:46:09 +0530 Subject: [PATCH] chore: update Readme --- README.md | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d5bfca1..5a2e6f4 100644 --- a/README.md +++ b/README.md @@ -1 +1,28 @@ -# witvalchain \ No newline at end of file +# witvalchain + +**witvalchain** is built using the Cosmos SDK framework. + +## Installing Go + +Currently, witvalchain uses Go 1.18 to compile the code. + +- [Go](https://go.dev/dl/) `>=1.18` + +Verify the installation by executing go version in your terminal: + + +``` +$ go version +go version go1.18.1 darwin/arm64 +``` + +## Build witvalchain + +Build witvalchain from the source code: + + +``` +make build +``` + +After building, you should see executable file `build/witvalchain`.