Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/medibloc/panacea-core
MediBloc Blockchain Core
https://github.com/medibloc/panacea-core
Last synced: 3 months ago
JSON representation
MediBloc Blockchain Core
- Host: GitHub
- URL: https://github.com/medibloc/panacea-core
- Owner: medibloc
- License: other
- Created: 2019-07-30T17:14:45.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-02T14:00:22.000Z (7 months ago)
- Last Synced: 2024-07-05T09:50:07.407Z (7 months ago)
- Language: Go
- Homepage: https://medibloc.com
- Size: 47.5 MB
- Stars: 60
- Watchers: 8
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- awesome-ccamel - medibloc/panacea-core - MediBloc Blockchain Core (Go)
README
# Panacea Core
[![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)Panacea is a blockchain which is the key infrastructure for our services to reinvent the healthcare experience, developed by **[MediBloc](https://medibloc.org)**.
## Key Features
- 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](https://www.w3.org/TR/did-core/) (Decentralized Identifier) management
- [IBC](https://ibcprotocol.org/) (Inter-Blockchain Communication)
- PNFT (Panacea Non-Fungible Token) enables NFT functionalities within the Panacea ecosystem.## Resources
### Documentation
- [User Guide](https://medibloc.gitbook.io/panacea-core/): Installation and usages
### Networks
- [Mainnet](https://github.com/medibloc/panacea-mainnet)
- [Testnet](https://github.com/medibloc/panacea-testnet)### Client SDKs
- [Java SDK](https://github.com/medibloc/panacea-java)
- [Typescript SDK](https://github.com/medibloc/panacea-js) (A [CosmJS](https://github.com/cosmos/cosmjs) wrapper)## License
[Apache-2.0 License](LICENSE)