https://github.com/apache/incubator-resilientdb-orbit
Global-Scale Sustainable Blockchain Fabric
https://github.com/apache/incubator-resilientdb-orbit
blockchain blockchain-platform crypto distributed-database distributed-ledger key-value-database smart-contracts solidity utxo
Last synced: 3 months ago
JSON representation
Global-Scale Sustainable Blockchain Fabric
- Host: GitHub
- URL: https://github.com/apache/incubator-resilientdb-orbit
- Owner: apache
- License: apache-2.0
- Created: 2025-04-12T00:17:08.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-12-15T01:56:36.000Z (4 months ago)
- Last Synced: 2025-12-17T18:18:10.157Z (4 months ago)
- Topics: blockchain, blockchain-platform, crypto, distributed-database, distributed-ledger, key-value-database, smart-contracts, solidity, utxo
- Language: Svelte
- Homepage: https://resilientdb.incubator.apache.org/
- Size: 633 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Notice: NOTICE
Awesome Lists containing this project
README
---
# DEPRECATION NOTICE
This repository is deprecated.
Active development now continues in the [ResilientDB Monorepo](https://github.com/apache/incubator-resilientdb).
The ResaultDB Orbit can be found at [ecosystem/deployment/orbit](https://github.com/apache/incubator-resilientdb/tree/master/ecosystem/deployment/orbit).
---
## ResilientDB Orbit
ResilientDB Orbit is a lightweight desktop launcher to spin up ResilientDB and its core services in one click, perfect for handling development, rapid testing, and local experimentation.
## Setup
```
bun i
```
## Useful commands
### Start dev server
```
bun run tauri dev
```
### Build executable
```
bun run tauri build
```