Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bluzelle/curium
Bluzelle Decentralized Database Service
https://github.com/bluzelle/curium
blockchain-technology cosmos-sdk database key-value-store
Last synced: 16 days ago
JSON representation
Bluzelle Decentralized Database Service
- Host: GitHub
- URL: https://github.com/bluzelle/curium
- Owner: bluzelle
- License: agpl-3.0
- Created: 2020-01-07T22:39:30.000Z (almost 5 years ago)
- Default Branch: devel
- Last Pushed: 2023-03-07T00:05:58.000Z (over 1 year ago)
- Last Synced: 2024-08-01T06:20:52.501Z (3 months ago)
- Topics: blockchain-technology, cosmos-sdk, database, key-value-store
- Language: Go
- Homepage: https://www.bluzelle.com
- Size: 12.5 MB
- Stars: 68
- Watchers: 18
- Forks: 25
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-decentralized-database - Bluzelle - Decentralized database for Web 3.0 using blockchain and edge computing for greater performance and security. (NoSQL Databases / Blockchain)
README
# CURIUM Overview
[![Build Status](https://travis-ci.com/bluzelle/curium.svg?branch=devel)](https://travis-ci.com/bluzelle/curium) [![Coverage Status](https://coveralls.io/repos/github/bluzelle/curium/badge.svg?branch=devel)](https://coveralls.io/github/bluzelle/curium?branch=devel)
## The Bluzelle Curium Application
The decentralized database for Web 3.0. Bluzelle uses blockchain and edge computing for greater performance and security.
### Bluzelle Curium REST Service
If all you need is the Light-client Daemon \(LCD\) REST server: [Building the Curium REST Service](rest-service/buildrest.md)
### Bluzelle Curium Public Validator + Sentry Installation
If you want to setup your own validator + sentry \(optional\) on our network: [Building a Public TestNet Validator + Sentry](public-validator-+-sentry/buildvalidatorsentry.md)
### Bluzelle Curium Private Multi-Validator Zone Installation
These are steps involved in setting up the OS, Dev Environment, building and deploying a multi-node Curium Zone.
1. [OS Setup for Curium](setup/os.md)
2. [Development Environment Setup](setup/devenv.md)
3. [Build the Curium Project](setup/build.md)
4. [Deploy the Initial Node](setup/deploy.md)
5. [Deploy Additional Nodes](setup/deployaddl.md)### Using a Bluzelle Curium Multi-Validator Zone
* [Queries and Transactions](docs/commands/qAndTX.md)
* [Useful Operations](docs/commands/useful.md)HELLO WORLD 2