Skip to content

synonymdev/bitkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 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"]

  subgraph rust["Shared Rust Layer"]
    bitkitCore["bitkit-core"]
    ldkNode["ldk-node"]
    vssFfi["vss-rust-client-ffi"]
    bitkitCore ~~~ ldkNode ~~~ vssFfi
  end

  bitkitIos -->|FFI| rust
  bitkitAndroid -->|FFI| rust
Loading

Related repos

Deprecated/Archived

Where to start

License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

Bitkit architecture & resources

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •