Skip to content

Commit

Permalink
[FAB-17062] Fix typos in Commercial Paper readme
Browse files Browse the repository at this point in the history
This patch fixes some typos in Commercial Paper readme.

Signed-off-by: Tatsuya Sato <Tatsuya.Sato@hal.hitachi.com>
  • Loading branch information
satota2 committed Dec 4, 2019
1 parent 4c0cc56 commit e9f2957
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions commercial-paper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@ You are strongly advised to read the full tutorial to get information about the

1) Start the Hyperledger Fabric infrastructure

_although the scenario has two organizations, the 'basic' or 'developement' Fabric infrastructure will be used_
_although the scenario has two organizations, the 'basic' or 'development' Fabric infrastructure will be used_

2) Install and Instantiate the Contracts

3) Run client applications in the roles of MagnetoCorp and Digibank to trade the commecial paper
3) Run client applications in the roles of MagnetoCorp and Digibank to trade the commercial paper

- Issue the Paper as Magnetocorp
- Buy the paper as DigiBank
- Redeem the paper as DigiBank

## Setup

You will need a a machine with the following
You will need a machine with the following

- Docker and docker-compose installed
- Node.js v8 if you want to run Javascript client applications
- Node.js v8 if you want to run JavaScript client applications
- Java v8 if you want to run Java client applications
- Maven to build the Java applications

Expand All @@ -47,7 +47,7 @@ git clone https://github.com/hyperledger/fabric-samples.git
cd fabric-samples/commercial-paper
```

This `README.md` file is in the the `commercial-paper` directory, the source code for client applications and the contracts ins in the `ogranization` directory, and some helper scripts are in the `roles` directory.
This `README.md` file is in the `commercial-paper` directory, the source code for client applications and the contracts ins in the `organization` directory, and some helper scripts are in the `roles` directory.

## Running the Infrastructure

Expand All @@ -57,7 +57,7 @@ You can cancel this if you wish to reuse the terminal, but it's best left open.

### Install and Instantiate the contract

The contract code is available as either JavaScript or Java. You can use either one, and the choice of contract language does not affect the choice of client langauge.
The contract code is available as either JavaScript or Java. You can use either one, and the choice of contract language does not affect the choice of client language.

In your 'MagnetoCorp' window run the following command

Expand Down Expand Up @@ -91,7 +91,7 @@ docker exec cliMagnetoCorp peer chaincode instantiate -n papercontract -v 0 -l j
## Client Applications

Note for Java applications you will need to compile the Java Code using maven. Use this command in each application-java directory
Note for Java applications you will need to compile the Java Code using maven. Use this command in each application-java directory

```
mvn clean package
Expand All @@ -104,7 +104,7 @@ npm install
```


> Note that there is NO dependency between the langauge of any one client application and any contract. Mix and match as you wish!
> Note that there is NO dependency between the language of any one client application and any contract. Mix and match as you wish!
### Issue the paper

Expand Down

0 comments on commit e9f2957

Please sign in to comment.