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