Merge pull request #447: Initial Application Skeleton Structure

This commit is contained in:
Aleksandr Bezobchuk
2018-07-19 17:16:53 -04:00
parent 07e7568d62
commit e5e3d48a6d
10 changed files with 149 additions and 16 deletions
+7
View File
@@ -0,0 +1,7 @@
package main
func main() {
// TODO: Implement CLI commands and logic
//
// Ref: https://github.com/cosmos/ethermint/issues/432
}