tiki-deprecated / app-syncchain

TIKI's layer0 backup for localchains
MIT License
2 stars 0 forks source link
blockchain mobile sync

Sync Chain

Dart native implementation of TIKI's backup strategy for localchains

How to Use

Note: If any of your project's dependencies uses sqflite (e.g: cached_network_image, flutter_cache_manager...), then for iOS to link correctly the SQLCipher libraries you need to override it in your pubspec.yaml file:

dependency_overrides:
  sqflite:
    git:
      url: https://www.github.com/davidmartos96/sqflite_sqlcipher.git
      path: sqflite
      ref: fmdb_override

How to contribute

Thank you for contributing with the data revolution!
All the information about contribution can be found in CONTRIBUTE

License

MIT license