coingrig-go-wallet
Cross-platform
Build
Run ./build.sh
Artifacts
- iOS
.xcframework
is inios/
directory - Android
.jar
and.aar
inandroid/
directory
Usage
Android
You can add the artifacts directly un your project or you use Jitpack. More details here https://jitpack.io/#coingrig/cgwallet-android-artifact
- usage example: here
iOS
Import the CGWallet.xcframework
in your Xcode project.
- usage example: here