-
Notifications
You must be signed in to change notification settings - Fork 218
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1414 - Conditional compilation was added to exclude `store_forward` Tokio layer to be added for Windows builds. This removes `store_forward` functionality from Windpows, but provides a temporary fix. - Small refactoring for `fn load_users()` in `lmdb.rs` - Windows build and run instructions where SQLite is a dependency
- Loading branch information
Showing
4 changed files
with
57 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,13 @@ | ||
# Tari Wallet | ||
# Tari Wallet | ||
|
||
Foreign Function interface for the Tari Android and Tari iOS Wallets. | ||
|
||
This crate is part of the [Tari Cryptocurrency](https://tari.com) project. | ||
|
||
## Build setup (Mac) | ||
|
||
See README.md in wallet_ffi crate | ||
|
||
## Setup (Windows) | ||
|
||
See README.md in wallet_ffi crate |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters