An open API service indexing awesome lists of open source software.

https://github.com/gohypernet/galileo-terra-framework

Repository for Galileo Terra Mission framework
https://github.com/gohypernet/galileo-terra-framework

Last synced: 2 months ago
JSON representation

Repository for Galileo Terra Mission framework

Awesome Lists containing this project

README

        



# Terra Core

## Overview
- **Industry**: Cryptocurrency, node hosting

- **Target Container OS**: Linux

- **Source Code**: open source

- **Github**: https://github.com/terra-money/core

## Notes

Terra Core is the reference implementation of the Terra protocol, written in Golang. Terra Core is built atop Cosmos SDK and uses Tendermint BFT consensus. If you intend to work on Terra Core source, it is recommended that you familiarize yourself with the concepts in those projects.

- /p2p/* -> locoalhost:26656 (p2p connection port)
- /RPC/* -> localhost:26657 (Remost Procedure Call API)
- /LCD/* -> localhost:1317 (Lite Client Daemon API)

## Building

This container runtime is targeted at linux. To build the container run:

```
docker build -t terra .
```