Ce1ling / flutter_wallet_core

Trust wallet core for flutter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flutter_trust_wallet_core

A Flutter plugin for trust wallet core

This project is a dart api mapping for trust wallet core, It contain all api for wallet_core, and it contain my custom build wallet_core lib for android and iOS

#why use custom? 1: solved function lookup failed for android 2: add bitcoin testnet support for test purpose

#for the included libs, what code changed compare to official repo? check https://github.com/weishirongzhen/wallet-core fork from official repo and change some code.

If you want to replace your own build, follow official build step then replace android .aar file and ios .xcframework into following folder

create "libs" folder in path ./android then put trustwalletcore.aar into libs folder

create "Frameworks" folder in path ./ios then put SwiftProtobuf.xcframework and WalletCore.xcframework into Frameworks folder

your project file structs will look like this

截屏2021-09-15 下午4 10 52

then you are ready to run.

About

Trust wallet core for flutter.

License:MIT License


Languages

Language:Dart 87.5%Language:C 11.0%Language:C++ 1.1%Language:Objective-C 0.1%Language:HTML 0.1%Language:Ruby 0.0%Language:Kotlin 0.0%Language:Swift 0.0%Language:Shell 0.0%