Skip to content

synonymdev/bitkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Bitkit

This repository is the umbrella index for Bitkit. It explains the architecture and points to the production repositories for the native apps and core dependencies.

Overview

Bitkit ships as native iOS and Android apps that share a Rust core via FFI. This repo is intentionally lightweight; build and development instructions live in the app and core repos.

Architecture

flowchart TD
  bitkitIos["bitkit-ios"]
  bitkitAndroid["bitkit-android"]
  bitkitCore["bitkit-core"]
  ldkNode["ldk-node"]
  vssFfi["vss-rust-client-ffi"]

  bitkitIos -->|FFI| bitkitCore
  bitkitAndroid -->|FFI| bitkitCore
  bitkitCore --> ldkNode
  bitkitCore --> vssFfi
Loading

Related repos

Deprecated/Archived

Where to start

About

Bitkit architecture & resources

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published