Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testimonials added #256

Merged
merged 1 commit into from
Dec 16, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Fablo supports:
* Multiple organizations and channels
* Chaincode installation and upgrade
* REST API client for CA and chaincodes ([Fablo REST](https://github.com/softwaremill/fablo-rest))
* [Hyperledger Explorer](https://github.com/hyperledger/blockchain-explorer) which can be enabled for each organization
* [Blockchain Explorer](https://github.com/hyperledger/blockchain-explorer) which can be enabled for each organization

## See it in action

Expand Down Expand Up @@ -314,7 +314,7 @@ The other available parameters for entries in `orgs` array are:
* `peer.anchorPeerInstances` (default: `1`)
* `orderers` (defaults to empty: [])

###property `peer.db`:
### property `peer.db`:
- may be `LevelDb` (default) or `CouchDb`.

###property `orderers`:
Expand Down Expand Up @@ -460,6 +460,13 @@ chaincodes:
- Org1
```

## Other features

### Connection profiles

Fablo will generate the connection profiles for each organization defined in the configuration. You can find them in `fablo-target/fablo-config/connection-profiles` directory in `json` and `yaml` format.
Fablo will generate the connection profiles for each organization defined in the configuration.
You can find them in `fablo-target/fablo-config/connection-profiles` directory in `json` and `yaml` format.

## Testimonials

Fablo was originally created at [SoftwareMill](https://softwaremill.com).