Week #44 - Elixir SDK Product Development Update

Hello everybody,

I wanted to give a quick update to the development around the Elixir SDK.

You can track our progress here: https://github.com/aeternity/aepp-sdk-elixir .

Progress:

  • Released a new version of the Elixir SDK with full compatibility to aeternity node v5.0.0-rc.5.

  • Secured keystore implementation, supporting various cryptographic functionality, as well as improvement and bug-fixing on private key related activities.

  • Added additional layer on private key, in order to hide it when BEAM VM is crashed, so the key won’t be seen in crash logs.

  • (WIP) Middleware - added support for API calls.

  • (WIP) Spend-by-name - possibility to make spend transaction by providing only a name of a recipient.

If there are any questions, don’t hesitate to ask!

3 Likes