Skip to content

Haskell SDK for the Stellar payment network

License

Notifications You must be signed in to change notification settings

cblp/haskell-stellar-sdk

 
 

Repository files navigation

Haskell Stellar SDK

This package provides functions for interacting with Horizon servers that are used as part of the Stellar payment network. There is support for performing queries to a Horizon server, as well as for constructing, signing and submitting transactions to the network.

Attribution

The code to parse XDR specifications and generate the corresponding code was taken from dylex/haskell-nfs.

Build

haskell-stellar-sdk/library/Network/Stellar$ hsrpcgen Stellar-transaction.x -o TransactionXdr.hs -m Network.Stellar.TransactionXdr

About

Haskell SDK for the Stellar payment network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 86.2%
  • RPC 13.8%