All Projects → revelrylabs → elixir-stellar-client

revelrylabs / elixir-stellar-client

Licence: MIT License
Elixir Client for Stellar

Programming Languages

elixir
2628 projects

Labels

Projects that are alternatives of or similar to elixir-stellar-client

albedo
Security-centric, developer-friendly, easy-to-use delegated signer and keystore for Stellar Network
Stars: ✭ 57 (+147.83%)
Mutual labels:  stellar
opensolar
Opensolar is a platform powered by openx for funding smart solar infrastructure using the Stellar blockchain.
Stars: ✭ 20 (-13.04%)
Mutual labels:  stellar
hexo-theme-stellar
Elegant and powerful theme for Hexo.
Stars: ✭ 181 (+686.96%)
Mutual labels:  stellar
kin-sdk-python
Kin SDK for Python
Stars: ✭ 29 (+26.09%)
Mutual labels:  stellar
scp
Standalone implementation of the Stellar Consensus Protocol.
Stars: ✭ 34 (+47.83%)
Mutual labels:  stellar
cashuwallet
Cashu is a cryptocurrency wallet for smartphones. Be your own bank. Accept payments or spend crypto directly from your phone.
Stars: ✭ 35 (+52.17%)
Mutual labels:  stellar
stellar-rust-sdk
A lightweight SDK for the stellar horizon api. Written in rust.
Stars: ✭ 34 (+47.83%)
Mutual labels:  stellar
kin-core-android
Android library responsible for creating a new Stellar account and managing KIN balance and transactions.
Stars: ✭ 24 (+4.35%)
Mutual labels:  stellar
go-stellar-ipfs
🌀 A library that is a bridge between Stellar and IPFS.
Stars: ✭ 25 (+8.7%)
Mutual labels:  stellar
firefly
Firefly is a mobile wallet for Stellar ecosystem
Stars: ✭ 54 (+134.78%)
Mutual labels:  stellar
crypto-watcher
Real-time cryptocurrencies prices.
Stars: ✭ 25 (+8.7%)
Mutual labels:  stellar
stellar-turrets
Reference implementation of the Stellar Turrets protocol
Stars: ✭ 32 (+39.13%)
Mutual labels:  stellar
stellarator
Cowrie exchange API for converting between fiat currencies and crypto currencies
Stars: ✭ 27 (+17.39%)
Mutual labels:  stellar
paper-wallet
stellar.github.io/paper-wallet/
Stars: ✭ 41 (+78.26%)
Mutual labels:  stellar
DRSv1
The first implementation of Velo Protocol
Stars: ✭ 17 (-26.09%)
Mutual labels:  stellar
bb8
a command line interface to Stellar networks
Stars: ✭ 37 (+60.87%)
Mutual labels:  stellar
stellar flutter sdk
Stellar SDK for flutter - dart, Stellar, Horizon, Soneso
Stars: ✭ 51 (+121.74%)
Mutual labels:  stellar
stellar-sample-unity
Stellar C# SDK Integration in Unity 3D
Stars: ✭ 19 (-17.39%)
Mutual labels:  stellar
rockfish
Rockfish is an arbitrage bot for the Stellar Decentralized Exchange (SDEX)
Stars: ✭ 58 (+152.17%)
Mutual labels:  stellar
stellar-quest-go
Go solutions for Stellar Quest.
Stars: ✭ 17 (-26.09%)
Mutual labels:  stellar

Stellar

Build Status Coverage 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.3.0"}
  ]
end

Add the following to your configuration:

config :stellar, network: :public # Default is `:public`. To use test network, use `:test`
config :stellar, hackney_options: [] # Options to pass to Hackney

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).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].