Start RPC API implementation

This commit is contained in:
Matthew Slipper
2018-08-21 00:12:48 -07:00
parent c1e6ebf80a
commit 32504a866f
11 changed files with 248 additions and 7 deletions
+7
View File
@@ -0,0 +1,7 @@
package main
func main() {
// TODO: Implement daemon command and logic
//
// Ref: https://github.com/cosmos/ethermint/issues/433
}