Skip to content

Commit

Permalink
chore: update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aleem1314 committed Nov 24, 2022
1 parent d2d11d8 commit 76a6cc0
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,28 @@
# witvalchain
# 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`.

0 comments on commit 76a6cc0

Please sign in to comment.