Skip to content

Getting Started

Raul Silva edited this page Aug 2, 2022 · 2 revisions

This repository is for the epic-server application. As EPIC is build on a P2P network, the users needs to execute this application to be a node on the network and synchronize with the others peers. You can check on Epic Server - Build, Configuration, and Running to setting up your environment.

The epic-server can execute over three networks:

  • Mainnet: which is the production environment, where the real EPIC's blockchain is used;
  • Floonet: a testing environment with a fake blockchain. It is used only for more real-like testing scenarios, as it simulates the behavior of Mainnet;
  • Usernet: a local environment, where the seed is the localhost (127.0.0.1). The algorithm difficulty does not increase over time. It is used for faster testing scenarios. Recommended to beginner users that wants to learn about the system before using the Mainnet.
Clone this wiki locally