Skip to content
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.

docs: add note about when the public API is available #1

Merged
merged 2 commits into from Mar 9, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion devops-guides/how-to-setup-a-node-with-docker.md
Expand Up @@ -61,6 +61,8 @@ docker-compose up -d

This will run two separate containers. One for Core itself and another one for PostgreSQL.

The public API won't be available until a relay is fully synchronized with the network and blockchain. All requests before this will result in a connection reset because the port is not yet bound to an application.

### How To Run a Relay and a Forger Node

#### Prerequisites to be installed:
Expand Down Expand Up @@ -276,4 +278,3 @@ _Need to start everything from scratch and make sure there are no remaining cach
{% hint style="danger" %}
**Development files/presets are not Production ready**. Official Production ARK-Core Docker images are now available at [Docker Hub](https://hub.docker.com/r/arkecosystem/core).
{% endhint %}