orbitr

command
v0.0.0-...-446988d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 28, 2023 License: Apache-2.0, Apache-2.0 Imports: 3 Imported by: 0

README

OrbitR

OrbitR is the client facing API server for the Lantah ecosystem. It acts as the interface between Gravity and applications that want to access the Lantah Network. It allows you to submit transactions to the network, check the status of accounts, subscribe to event streams and more.

Check out the following resources to get started:

  • OrbitR Development Guide: Instructions for building and developing OrbitR. Covers setup, building, testing, and contributing. Also contains some helpful notes and context for OrbitR developers.
  • OrbitR Testing Guide: Details on how to test OrbitR, including unit tests, integration tests, and end-to-end tests.
  • OrbitR SDK and API Guide: Documentation on the OrbitR SDKs, APIs, resources, and examples. Useful for developers building on top of OrbitR.

Run a production server

If you're an administrator planning to run a production instance of OrbitR as part of the public Lantah Network, you should check out the instructions on our public developer docs. It covers installation, monitoring, error scenarios and more.

Contributing

As an open source project, development of OrbitR is public, and you can help! We welcome new issue reports, documentation and bug fixes, and contributions that further the project roadmap. The Development Guide will show you how to build OrbitR, see what's going on behind the scenes, and set up an effective develop-test-push cycle so that you can get your work incorporated quickly.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
actions
Package actions provides the infrastructure for defining and executing actions (code that is triggered in response to an client request) on orbitr.
Package actions provides the infrastructure for defining and executing actions (code that is triggered in response to an client request) on orbitr.
assets
Package assets is a simple helper package to help convert to/from xdr.AssetType values
Package assets is a simple helper package to help convert to/from xdr.AssetType values
codes
Package codes is a helper package to help convert to transaction and operation result codes to strings used in orbitr.
Package codes is a helper package to help convert to transaction and operation result codes to strings used in orbitr.
db2
Package db2 is the replacement for db.
Package db2 is the replacement for db.
db2/history
Package history contains database record definitions useable for reading rows from a the history portion of orbitr's database
Package history contains database record definitions useable for reading rows from a the history portion of orbitr's database
hchi
Package hchi provides functions to support embedded and retrieving a request id from a go context tree
Package hchi provides functions to support embedded and retrieving a request id from a go context tree
ingest
Package ingest contains the new ingestion system for orbitr.
Package ingest contains the new ingestion system for orbitr.
ledger
Package ledger provides useful utilities concerning ledgers within stellar, specifically as a central location to store a cached snapshot of the state of both orbitr's and gravity's views of the ledger.
Package ledger provides useful utilities concerning ledgers within stellar, specifically as a central location to store a cached snapshot of the state of both orbitr's and gravity's views of the ledger.
operationfeestats
Package operationfeestats provides useful utilities concerning operation fee stats within stellar,specifically as a central location to store a cached snapshot of the state of network per operation fees and surge pricing.
Package operationfeestats provides useful utilities concerning operation fee stats within stellar,specifically as a central location to store a cached snapshot of the state of network per operation fees and surge pricing.
paths
Package paths provides utilities and facilities for payment paths as needed by orbitr.
Package paths provides utilities and facilities for payment paths as needed by orbitr.
reap
Package reap contains the history reaping subsystem for orbitr.
Package reap contains the history reaping subsystem for orbitr.
render/sse
This package contains the Server Sent Events implementation used by orbitr.
This package contains the Server Sent Events implementation used by orbitr.
simplepath
Package simplepath provides an implementation of paths.
Package simplepath provides an implementation of paths.
test
Package test contains simple test helpers that should not have any dependencies on orbitr's packages.
Package test contains simple test helpers that should not have any dependencies on orbitr's packages.
test/db
Package db provides helpers to connect to test databases.
Package db provides helpers to connect to test databases.
test/transactions
Package transactions offers common infrastructure for testing Transactions
Package transactions offers common infrastructure for testing Transactions
txsub
Package txsub provides the machinery that orbitr uses to submit transactions to the lantah network and track their progress.
Package txsub provides the machinery that orbitr uses to submit transactions to the lantah network and track their progress.
txsub/sequence
Package sequence providers helpers to manage sequence numbers on behalf of orbitr clients.
Package sequence providers helpers to manage sequence numbers on behalf of orbitr clients.
utf8
Package utf8 contains utilities for working with utf8 data.
Package utf8 contains utilities for working with utf8 data.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL