IBC implementation almost done

This commit is contained in:
Adrian Brink
2018-03-18 13:32:16 +01:00
parent aaaf18ad71
commit 95a5a7c9a0
6 changed files with 141 additions and 101 deletions
+3
View File
@@ -9,6 +9,9 @@ The initial implementation of IBC will include just enough for simple coin
transfers between chains, with safety features such as ACK messages being added
later.
It is a complete stand-alone module. It includes the commands to send IBC
packets as well as to post them to the destination chain.
### IBC Module
```go