An open API service indexing awesome lists of open source software.

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

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
```