This commit is contained in:
Ethan Buchman
2018-04-26 11:50:45 -04:00
parent e5951acfb4
commit f1ead2df70
+1 -1
View File
@@ -3,7 +3,7 @@
## Amino
Tendermint uses the Protobuf3 derrivative [Amino]() for all data structures.
Thik of Amino as an object-oriented Protobuf3 with native JSON support.
Think of Amino as an object-oriented Protobuf3 with native JSON support.
The goal of the Amino encoding protocol is to bring parity between application
logic objects and persistence objects.