tendermint / go-amino

Protobuf3 with Interface support - Designed for blockchains (deterministic, upgradeable, fast, and compact)
Other
260 stars 78 forks source link

New implementation for typescript(javascript) #277

Closed Thunnini closed 4 years ago

Thunnini commented 5 years ago

https://github.com/node-a-team/ts-amino I am a developer from Node A-Team validator. We are currently making an amino implementation by typescript and it will be fully compatible with Javascript. Although js-amino is useful, I thought of some new ideas to make it better from scratch. Js-amino will be a good competitor to the one I am making right now. Although decoding features are not implemented yet, but I think my library is slightly more advanced in encoding features because I successfully sent a transaction with this ts-amino experimentally.

We are making a general purpose Javascript library for Cosmos-SDK. This library is not only for Cosmos Hub but also for other hubs and zones implemented by Cosmos-SDK as well.

An early stage version of the library will be introduced soon.

tac0turtle commented 4 years ago

this is amazing, we are moving amino to be proto3 compatible in the coming weeks so hoefully this will speed up things and make it easier to work with

tac0turtle commented 4 years ago

closing this issue, for now, if you have any questions or comments, please reopen the issue