-
Notifications
You must be signed in to change notification settings - Fork 0
2. The network and in depth API
-
You access the stellar network through Horizon
-
Horizon is an RESTful API server
-
Horizon connects to Stellar Core and the stellar core does the heavy lifting of requests/responses via Horizon
-
Stellar core is a node, and it is connected to other nodes to make up the stellar network
-
Can we host Stellar core on Ec2 instance? Yes. https://medium.com/taskio/how-to-setup-a-stellar-horizon-server-on-aws-ec2-with-https-230342ad4dc There is an aws image with docker container: https://hub.docker.com/r/stellar/quickstart/
-
There are three networks
- pubnet (real/production)
- testnet (testing)
- Standalone (private network)
-
Two modes of running the docker container
- Ephermal ( nothing is persisted across restart )
- Persistent (Stored)
-
Four(4) ports may need to be opened based on the need
Port Service Description 5432 postgresql database access port 8000 horizon main http port 11625 stellar-core peer node port 11626 stellar-core main http port
- UID used - 10011001 (cannot be changed, unless we fork the code and change) 10.Db used PostgresSql