Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 561 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 561 Bytes

Hipcall Elixir SDK

This is a work in progress Elixir SDK for Hipcall.

Installation

Hex

If available in Hex, the package can be installed by adding hipcall_sdk to your list of dependencies in mix.exs:

def deps do
  [
    {:hipcall_sdk, "~> 0.1.0"}
  ]
end

Environment Variables

Run Test

export $(xargs < .env.example) && mix test   

License

This project is licensed under the MIT License.