Wrapping Coins as Secret Tokens immediately supercharges them with private balances and private transfers.
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
To get the app up and running, run:
npm start
The App runs on port 3000.
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
.