Skip to content

Commit

Permalink
fix(ledger-plugin): restore packages/package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Takuma TAKEUCHI <takeuchi.takuma@fujitsu.com>
  • Loading branch information
takeutak committed Apr 2, 2021
1 parent 5a1b7a6 commit a93e451
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
4 changes: 2 additions & 2 deletions examples/cartrade/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ Before you begin, you need to check that you have all the prerequisites installe
```
1. Start validators and the cartrade app
- Please open three consoles and execute the following:.
- Start the validator for Fabric on the first console using the port 5050:
- Start the validator for Fabric on the first console using the port 5040:
```
./script-start-validator-fabric.sh
```
- Start the validator for Ethereum on the second console using the port 5040:
- Start the validator for Ethereum on the second console using the port 5050:
```
./script-start-validator-ethereum.sh
```
Expand Down
6 changes: 3 additions & 3 deletions examples/electricity-trade/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Before you begin, you need to check that you have all the prerequisites installe
- Docker (recommend: v17.06.2-ce or greater)
- Docker-compose (recommend: v1.14.0 or greater)
- node.js v12 (recommend: v12.20.2 or greater)
- The ports 5034, 5040, 5051 are available (If they are already used, the following processes can be done by changing the port number setting)
- The ports 5034, 5050, 5140 are available (If they are already used, the following processes can be done by changing the port number setting)

## Boot method

Expand Down Expand Up @@ -49,11 +49,11 @@ Before you begin, you need to check that you have all the prerequisites installe
```
1. Start validators and the cartrade app
- Please open three consoles and execute the following:.
- Start the validator for Sawtooth on the first console using the port 5051:
- Start the validator for Sawtooth on the first console using the port 5140:
```
./script-start-validator-sawtooth.sh
```
- Start the validator for Ethereum on the second console using the port 5040:
- Start the validator for Ethereum on the second console using the port 5050:
```
./script-start-validator-ethereum.sh
```
Expand Down
10 changes: 8 additions & 2 deletions packages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,13 @@
"body-parser": "^1.19.0",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"ethereumjs-common": "^1.5.1",
"ethereumjs-tx": "^2.1.2",
"express": "~4.16.1",
"fabric-ca-client": "~1.4.0",
"fabric-network": "~1.4.0",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"jsonwebtoken": "^8.5.1",
"log4js": "^3.0.6",
"morgan": "~1.9.1",
Expand All @@ -25,9 +30,10 @@
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"socket.io-client": "^3.1.1",
"@types/jest": "^26.0.19",
"jest": "^26.6.3",
"ts-jest": "^26.4.4",
"tslint": "6.0.0",
"typescript": "^3.9.3"
}
}
}

0 comments on commit a93e451

Please sign in to comment.