Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Latest commit

 

History

History
65 lines (49 loc) · 3.38 KB

LibraryAPIsAndMore.md

File metadata and controls

65 lines (49 loc) · 3.38 KB

Libraries/APIs/Frameworks/Plug-ins

Stellar-Core-Go - source

This project is an implementation of the Stellar-Core Protocol (SCP) in Go. You can use its libraries to setup a connection to the Stellar-Core network, get information from nodes and even broadcast transactions.
 

StellarQtSDK - source

This project is a complete port of Stellar Java SDK to Qt/C++: full featured with all tests passing.
 

dotnetcore-stellar-sdk - source

This project is a full port of the Stellar Java SDK API to .NET with all unit tests passing.
 

Stellar SDK (PHP Library) - source

This project provides an SDK for PHP developers to easily create applications that integrate with Stellar.
 

Standalone Network for Integration Testing against Horizon - source

This project is a standalone single-node Stellar network with fixtures for integration testing with Horizon.
 

Serverless Federation Server - source

Serverless Federation Server running on Google Cloud Function.
 

Constellation-FS is an incentivation system for IPFS nodes to pin specific files, using the power of Stellar as micropayment infrastructure. It is architured around gateways, an IPFS node python library and a REST API.
 

Stellar ICO toolkit - source

Everything you need for an ICO. Docker images for Horizon, Core, Federation, Bifrost, Bitcoin, and Ethereum. Uses Docker networking to link them together. Plus a client desktop app that creates tokens and implements most of the JS SDK.
 

Stellar Python SDK - source

Stellar SDK built out for python.
 

Stellar Unity3D SDK - source

Integration of the C# SDK into Unity 3D (game engine), it also contains code utils and examples.
 

Stellar Scala SDK - source

Stellar SDK for Scala.
 

Inbot Stellar Kotlin Wrapper - source

Kotlin client that adapts, enriches, and adds to the official Java SDK.  

Stellar NebulaForge - source

NebulaForge enables developers to quickly deploy their Stellar infrastructure on AWS. Our "one-click" templates allow you to spend less time on infrastructure, and more time changing the world.  

Notifier - source

A standalone service that tracks operations and streams notifications to the subscribers with guaranteed delivery. The notifications are sent as JSON-encoded HTTP POST requests.  

Stellar Rust SDK - source

Stellar SDK for Rust  

xlm - Stellar R Library - source

An API wrapper for interacting with Horizon in R, ideal for proof of concept work and data analysis.