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
- Host: GitHub
- URL: https://github.com/gohypernet/galileo-terra-framework
- Owner: GoHypernet
- License: other
- Created: 2021-08-05T19:16:54.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-11T18:02:53.000Z (almost 4 years ago)
- Last Synced: 2025-01-19T19:57:34.779Z (4 months ago)
- Language: HTML
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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 .
```