Skip to content
This repository has been archived by the owner on Dec 9, 2019. It is now read-only.

datalove-app/elixir-stellar-client

 
 

Repository files navigation

Stellar

Build Status Hex.pm License: MIT

A Stellar client for Elixir.

Documentation

Installation

The package can be installed by adding stellar to your list of dependencies in mix.exs:

def deps do
  [
    {:stellar, "~> 0.2.0"}
  ]
end

Add the following to your configuration:

config :stellar, network: :public # Default is `:public`. To use test network, use `:test`

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/stellar.

Contributing and Development

Bug reports and pull requests are welcomed. See CONTRIBUTING.md for development guidance.

Everyone is welcome to participate in the project. We expect contributors to adhere the Contributor Covenant Code of Conduct (see CODE_OF_CONDUCT.md).

About

Elixir Client for Stellar

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Elixir 100.0%