Skip to content

Commit

Permalink
docs: provide a link to installation section (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov authored Jul 30, 2024
1 parent f059d9f commit 2e59125
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions docs/tutorials/node-setup/connect-to-a-network-dash-masternode.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,11 @@

# Dash masternode

The purpose of this tutorial is to walk through the steps necessary to set up a masternode with Dash Platform services.
The purpose of this tutorial is to walk through the steps necessary to set up a development node with Dash Platform services.

## Prerequisites
## Installation

- [Docker](https://docs.docker.com/engine/install/) (v20.10.0+) and [docker-compose](https://docs.docker.com/compose/install/) (v1.25.0+) installed
- An installation of [NodeJS](https://nodejs.org/en/download/) (v20, NPM v8.0+)

The following is not necessary for setting up a local network for development, but is helpful if setting up a testnet masternode:

- Access to a Linux system configured with a non-root user ([guide](https://docs.dash.org/en/stable/masternodes/setup.html#set-up-your-vps))

> 📘
>
> More comprehensive details of using the dashmate tool can be found in the [dashmate README](https://github.com/dashevo/platform/tree/master/packages/dashmate).
Use NPM to install dashmate globally in your system:

```shell
npm install -g dashmate
```
Please follow the steps in [the installation section](https://docs.dash.org/en/stable/docs/user/network/dashmate/index.html#installation) of dashmate documentation.

## Local Network

Expand Down

0 comments on commit 2e59125

Please sign in to comment.