Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 829 Bytes

README.md

File metadata and controls

44 lines (27 loc) · 829 Bytes

Secret Network Banner

Secret Dashboard

Wrapping Coins as Secret Tokens immediately supercharges them with private balances and private transfers.

Prerequisites

System Requirements

Setup

After verifying the system requirements you should be able to run a few commands to get everything set up:

git clone https://github.com/scrtlabs/dash.scrt.network.git
cd dash.scrt.network
yarn install

Running the app

The good ol' classic way

To get the app up and running, run:

npm start

The App runs on port 3000.

Docker

To get the app up and running inside Docker, run:

docker compose up

The App runs on port 3000. For further information check the Dockerfile and the docker-compose.yml.