Skip to content

Latest commit

 

History

History
119 lines (99 loc) · 4.56 KB

stellar.md

File metadata and controls

119 lines (99 loc) · 4.56 KB

Stellar Evaluation

Summary - Stellar is a highly performant trading platform built on a federated byzantine agreement model.

Reference Material

Blockchain Explorers and Trading Platforms

Relevant Documentation

Relevant Code Links

  • Stellar Core - Stellar-core is a replicated state machine that maintains a local copy of a cryptographic ledger and processes transactions against it, in consensus with a set of peers.
  • Stellar Go - Contains all go Code produced by the Stellar foundation and it's Services include
    • Horizon - Horizon is the client facing API server for the Stellar ecosystem
    • Bifrost - Bifrost is highly available and secure Bitcoin/Ethereum → Stellar bridge.

Key Repositories

Functional Breakdown

Key Pull Requests or Features

Stellar Prototyping

Deploying a Stellar Node

Deploying an Asset

Running a Transaction

Bifrost Server Setup