diff --git a/README.md b/README.md index b30e556e..d86ff071 100644 --- a/README.md +++ b/README.md @@ -1 +1,8 @@ -# ethermint \ No newline at end of file +# Ethermint Skeleton + +To build, execute these two commands: + +dep ensure +go build main.go + +