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

Refactor multibase into separate library #170

Closed theoreticalbts closed 2 years ago

theoreticalbts commented 3 years ago

For now, multibase is part of the generated code.

It should really be a separate library. We should also consider filing a ticket upstream, to become the official C++ implementation of multibase, or at least get listed in the official docs.

Note, since we build both wasm and x86, we probably want to keep the library header-only to simplify the compiling / linking hoops that need to be jumped through.