-
Industry: Cryptocurrency, node hosting
-
Target Container OS: Linux
-
Source Code: open source
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)
This container runtime is targeted at linux. To build the container run:
docker build -t terra .