Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gregscullard authored Nov 14, 2019
1 parent 1d511bb commit 759be72
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions hcs-sxc-examples/simple-message-demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Simple demo to showcase HCS-SXC, this shows how up to three separate app instanc
## Pre-requisites

- docker and docker-compose installed
- docker is running
- maven installed

## Build and run
Expand Down Expand Up @@ -87,6 +88,19 @@ open up to three additional terminal windows
cd hcs-sxc/
cd hedera-hcs-sxc
cd hcs-sxc-examples/simple-message-demo
cp .env.sample .env
nano .env
```

sample .env file

```
OPERATOR_KEY=your privake key (302e020100....)
OPERATOR_ID=0.0.2
APP_ID=0
```

```
./runapp x
```

Expand Down

0 comments on commit 759be72

Please sign in to comment.