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

docs: Refine README for Panacea v2 #182

Merged
merged 1 commit into from
Jul 12, 2021
Merged
Show file tree
Hide file tree
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
59 changes: 26 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,52 +1,45 @@
# Panacea-Core
![banner](docs/images/banner.png)
# Panacea Core

**[MediBloc](https://medibloc.org)**, We introduce blockchain which is the key infrastrucuture for our services to reinvent the healthcare experience.
[![license](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
![ci](https://github.com/medibloc/panacea-core/actions/workflows/ci.yml/badge.svg)
![ci-docker-publish](https://github.com/medibloc/panacea-core/actions/workflows/docker-publish.yml/badge.svg)

**Key Features:**
Panacea is a blockchain which is the key infrastructure for our services to reinvent the healthcare experience, developed by **[MediBloc](https://medibloc.org)**.

- In addition to medical data, AOL (Append Only Log), which can store various useful data, is implemented in a block chain.
- We used Tendermint consensus based on DPoS and PBFT.

**Panacea Core** is a golang implementation of the MediBloc protocol
## Key Features

Core builds on [Tendermint](https://github.com/tendermint/tendermint) consensus and the [Cosmos SDK](https://github.com/cosmos/cosmos-sdk) toolkits. Please make sure to study these projects as well if you are not already familiar.
- Fast finality powered by [Cosmos SDK](https://cosmos.network/) and [Tendermint](https://tendermint.com/) based on DPoS and PBFT
- AOL (Append Only Log) for storing various data including medical data footprints
- DID (Decentralized Identifier) management
- Smart contracts based on [CosmWasm](https://cosmwasm.com/)
- IBC (Inter-Blockchain Communication)

**Note**: Requires [Go 1.13+](https://golang.org/dl/)

## Status
## Resources

### Network
### Documentation

- Mainnet Panacea is online. [The launch repo](https://github.com/medibloc/panacea-launch) contains snapshot of the launch as well as network updates.
- [User Guide](https://medibloc.gitbook.io/panacea-core/): Installation and usages

### Networks

### Ecosystem
- [Mainnet](https://github.com/medibloc/panacea-launch)
- [Testnet](https://github.com/medibloc/panacea-networks)

- [Block Explorers](https://explorer.medibloc.org)
### Ecosystem

- Wallet (To Be Released)
#### Tools

- [Block Explorers](https://explorer.medibloc.org)
- [Web Wallet](https://wallet.gopanacea.org)

## Documentation
#### Client SDKs

See the [docs](https://medibloc.gitbook.io/panacea-core/) here
- [Java SDK](https://github.com/medibloc/panacea-java)
- [Typescript SDK](https://github.com/medibloc/panacea-js)


## License
```
Copyright (C) 2019 MediBloc

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
```

[Apache-2.0 License](LICENSE)
Binary file removed docs/images/banner.png
Binary file not shown.