minotari_wallet

Crates.iominotari_wallet
lib.rsminotari_wallet
version1.0.0-rc.5
sourcesrc
created_at2023-12-05 16:04:46.295741
updated_at2024-02-12 13:17:27.983153
descriptionTari cryptocurrency wallet library
homepage
repository
max_upload_size
id1058800
size1,693,145
stringhandler (stringhandler)

documentation

README

Minotari Wallet

Foreign Function interface for the Minotari Android and Minotari iOS Wallets.

This crate is part of the Tari Cryptocurrency project.

Build setup (Mac)

See README.md in wallet_ffi crate

Setup (Windows)

See README.md in wallet_ffi crate

Running migrations:

  • Ensure that you installed diesel with the sqlite feature flag:
    • cargo install diesel_cli --no-default-features --features sqlite
  • If you updated the tables the following needs to be run from the base_layer/wallet/ folder:
    • manually delete base_layer/wallet/test.sqlite3 if present
    • diesel setup --database-url test.sqlite3
    • diesel migration run --database-url test.sqlite3
  • After running this, make sure that the diesel update did not change BigInt to Integer in schema.rs (check for any unwanted changes)
Commit count: 0

cargo fmt