Elixir SDK targeting the æternity node implementation.
Ensure that you have Elixir and wget installed.
git clone https://github.com/aeternity/aepp-sdk-elixir
mix build_api v1.1.0-elixir v3.1.0
Where:
v1.1.0-elixir- OpenAPI client generator release version.v3.1.0- Aeternity node API specification file.
An installation and usage guide can be found here.