Hello everybody,
I wanted to give a quick update to the development around the elixir sdk.
There was an introduction to the project written here: [UPDATE] Week #12 Elixir SDK Introduction - #3 by philipp.chain
In the last two weeks we focused on getting a first usable version out to the public that is usable, you can track our progress here: GitHub - aeternity/aepp-sdk-elixir: Elixir SDK targeting the æternity node implementation
The biggest topics were:
- Autogeneration of API-Wrapper using the OpenAPI code generator, where we did a fork to include some specific needs of our project
- Keys module to generate Key-pairs to use with the elixir-sdk
- Serializations/RLP to build transactions that we can sign and use with the aeternity node api
The next topics will be high-level modules that make usage of the api very easy for developers, to enable usage of first class features of the aeternity blockchain with very little amount of effort in elixir.
If there are any questions, don’t hesitate to ask!