Skip to content

Local development setup

Stanislav Seletskiy edited this page Sep 21, 2018 · 2 revisions

This setup you should use for development and for figuring out how the platform works.

There are few options for setup Peatio for local development

  • Docker compose

Why use Docker as a development environment?

  • For Windows, Mac, and Linux, Docker provides a solution that would work consistently across these three platforms.

  • We provide peatio-workbench that makes peatio running as simple as few bash commands.

  • You can run peatio with all development dependencies locally.

  • macOS

  • Ubuntu

Clone this wiki locally