My first library ever: Multichain JSON API wrapper for elixir

I use multichain for one mobile wallet project and this time I desiced to use phoenix. Previously I implement Multichain with python and nodejs. However, I can’t find a library to interface directly with Multichain API in a convenient way, and I cant find existing library both on Hex or Github.

So finally I made my own. It is really simple for now and only consist of one public function, but I plan to create several common operation which require combination of different Multichain api, such as create address, which require create, import, and assign multiple permission.

Anyway, hope can be helpful to someone out there.

5 Likes