Skip to content

Commit

Permalink
Update the documentation
Browse files Browse the repository at this point in the history
Minor change the description and links.

Change-Id: Idfc35c67acf046790b1fc780c831191dbeb4fd53
Signed-off-by: Baohua Yang <yangbaohua@gmail.com>
  • Loading branch information
yeasy committed Mar 14, 2017
1 parent 968cdbb commit d47ad57
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
![Cello](docs/imgs/logo.png)

Blockchain as a Service!

**Note:** This is a **read-only mirror** of the formal [Gerrit](https://gerrit.hyperledger.org/r/#/admin/projects/cello) repository,
where active development is ongoing. Issue tracking is handled in [Jira](https://jira.hyperledger.org/secure/RapidBoard.jspa?rapidView=111)
where active development is ongoing. Issue tracking is handled in [Jira](https://jira.hyperledger.org/projects/CE/issues/).

## Incubation Notice

This project is a Hyperledger project in _Incubation_. It was proposed to the community and documented [here](https://docs.google.com/document/d/1E2i5GRqWsIag7KTxjQ_jQdDiWcuikv3KqXeuw7NaceM/edit), and was approved by [Hyperledger TSC at 2017-01-07](https://lists.hyperledger.org/pipermail/hyperledger-tsc/2017-January/000535.html). Information on what _Incubation_ entails can be found in the [Hyperledger Project Lifecycle document](https://goo.gl/4edNRc).

Platform to provide Blockchain as a Service!

Using Cello, we can

* Provision customizable Blockchains instantly, e.g., a 6-node chain using PBFT consensus.
* Provision customizable Blockchains instantly, e.g., a 6-node fabric chain using PBFT consensus.
* Maintain a pool of running blockchains healthy with no manual operations.
* Check the system status, scale the chain numbers, change resources... through a dashboard.

Expand All @@ -28,13 +29,11 @@ You can also find more [scenarios](docs/scenario.md).
* Support heterogeneous architecture, e.g., Z, Power and X86, from bare-metal servers to virtual machines.
* Extend with monitor/log/health features by employing additional components.

## Docs

### User Docs
* [Dashboard](docs/dashboard.md)
## Documentation

### Operator Docs
### Operational Docs
* [Installation & Deployment](docs/deployment.md)
* [Dashboard](docs/dashboard.md)
* [Scenarios](docs/scenario.md)
* [Production Configuration](docs/production_config.md)

Expand Down

0 comments on commit d47ad57

Please sign in to comment.