koinos / koinos-types

The Rosetta Stone of the Koinos ecosystem. Allows for the interpretation of Koinos data structures in a multitude of languages. Useful in the development of microservices, clients, and smart contracts.
MIT License
12 stars 3 forks source link

Runtime ABI Serialization #50

Closed mvandeberg closed 3 years ago

mvandeberg commented 4 years ago

As a blockchain developer, I want to be able to convert between JSON and binary using a runtime ABI.

Note: Using Koinos-Types internal JSON schema as ABI Standard

mvandeberg commented 3 years ago

Cap'n Proto supports runtime ABI.