Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 657 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 657 Bytes

Wallet SDK Uniffi Bindings

Structure of the Project

.               // The Rust crate is at the root
|
├── kotlin      // Contains the Android library project (without the generated
|               // source or dyanmic libraries, these are present in the
|               // published package associated with this repo)
|
└── WalletSdkRs // Contains the iOS library, with all the generated source files
                // and dylibs, as Git is the package manager of Swift

Release

Use the release Github Action which is a manually triggered action.