From d22fd253a2493f9b25fddfd6e016f0ce1d676214 Mon Sep 17 00:00:00 2001 From: the-frey Date: Tue, 22 Mar 2022 16:29:11 +0000 Subject: [PATCH] Update README to reflect v2.3.0 quickstart cmd Just noticed the quickstart is out of date, so updated with the current docker-compose cmd. --- readme.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/readme.md b/readme.md index a25180f0b..ac2d6178e 100644 --- a/readme.md +++ b/readme.md @@ -170,17 +170,6 @@ JUNO MAX SUPPLY (185.5 Million) After year 12 the inflation reward schedule ends. Network incentives would primarily come from smart contract usage and regular tx fees generated on the network. - - - - - - - - - - - **Juno** is a blockchain built using Cosmos SDK and Tendermint and created with [Starport](https://github.com/tendermint/starport). ## Get started @@ -188,7 +177,7 @@ Network incentives would primarily come from smart contract usage and regular tx If you have [Docker](https://www.docker.com/) installed, then you can run a local node with a single command. ```bash -docker-compose up +STAKE_TOKEN=ujunox UNSAFE_CORS=true docker-compose up ``` ## Learn more