https://github.com/bluzelle/curium
Bluzelle Decentralized Database Service
https://github.com/bluzelle/curium
blockchain-technology cosmos-sdk database key-value-store
Last synced: 8 months 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 6 years ago)
- Default Branch: devel
- Last Pushed: 2023-03-07T00:05:58.000Z (over 2 years ago)
- Last Synced: 2024-10-28T15:42:11.581Z (about 1 year ago)
- Topics: blockchain-technology, cosmos-sdk, database, key-value-store
- Language: Go
- Homepage: https://www.bluzelle.com
- Size: 12.5 MB
- Stars: 69
- 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
[](https://travis-ci.com/bluzelle/curium) [](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