This sample is discontinuing update, please go CYBAVO_WALLET_RN_SAMPLE instead.
npm install @cybavo/react-native-wallet-service --save
react-native link @cybavo/react-native-wallet-serviceyarn add @cybavo/react-native-wallet-service
react-native link @cybavo/react-native-wallet-serviceSample app for integrating CYBAVO Wallet App SDK, https://www.cybavo.com/wallet-app-sdk/
Protect your customers’ wallets with the same robust technology we use to protect the most important cryptocurrency exchanges. CYBAVO Wallet App SDK allows you to develop your own cryptocurrency wallet, backed by CYBAVO private key protection technology.
Use CYBAVO Wallet App SDK to easily develop secure wallets for your users without having to code any cryptography on your side. Our SDK allows you to perform the most common operations, such as creating a wallet, querying balances and executing cryptocurrency payments.
Key management is the most critical part of cryptocurrency storage. CYBAVO Wallet App SDK makes our robust private key storage system available to all of your users. Our unique encryption scheme and a shared responsibility model offers top notch protection for your customer’s keys.
Cryptocurrency transactions performed by wallets developed with CYBAVO Wallet App SDK will be shielded by our Security Cloud, ensuring their integrity.
Leverage your in-house developing team and develop mobile cryptocurrency apps without compromising on security.
Quickly and easily develop cryptocurrency applications using mobile native languages, without having to worry about cryptographic code.
Leverage CYBAVO Wallet App SDK infrastructure and avoid maintaining a full node for your application.
Feel free to contact us for product inquiries or mail us: info@cybavo.com
A group of cybersecurity experts making crypto-currency wallet secure and usable for your daily business operation.
We provide VAULT, wallet, ledger service for cryptocurrency. Trusted by many exchanges and stable-coin ico teams, please feel free to contact us when your company or business need any help in cryptocurrency operation.
- Clone the source code from GitHub
- Install the dependencies
yarn install - Edit or create
android/local.propertiesto config Maven repository URL / credentials provided by CYBAVOwalletsdk.maven.url=$MAVEN_REPO_URL walletsdk.maven.username=$MAVEN_REPO_USRENAME walletsdk.maven.password=$MAVEN_REPO_PASSWORD - Place your
google-services.jsonfile downloaded from Firebase toandroid/app(LearnMore) - Edit
BuildConfig.json➜GOOGLE_SIGN_IN_WEB_CLI_IDto your Google sign-in client ID - Edit
BuildConfig.json➜SERVICE_ENDPOINTto point to your Wallet Service endpoont - Register your app on CYBAVO WALLET MANAGEMENT system web > Administration > System settings, input
package nameandSignature keystore SHA1 fingerprint, follow the instruction to retrieve anAPI Code. - Edit
BuildConfig.json➜SERVICE_API_CODEto fill in yourAPI Code - Edit
BuildConfig.json➜WECHAT_SIGN_IN_APP_IDto fill in yourWeChat app id - Edit
BuildConfig.json➜GOOGLE_SENDER_IDto fill in yourGCM or FCM Sender ID (product_number)(Android only) - Edit
android/app/src/main/res/values/strings.xml➜MY_FACEBOOK_APP_IDto fill in yourFacebook app id - Edit
android/app/src/main/res/values/strings.xml➜MY_LINE_CHANNEL_IDto fill in yourLINE channel scheme
- Clone the source code from GitHub
- Install the dependencies
yarn install - Place ssh key requested from CYBAVO to ~/.ssh/ (rename it if nessersary)
- Edit
ios/Podfile, Replace source 'https://bitbucket.org/cybavo/Specs.git' with https://bitbucket.org/cybavo/Specs_512.git - Run
pod installinios/ - open
ios/Pods/Pods.xcodeprojselect targetRCTWeChat->Build Phases->Linked Binary With Librariesthen addWebKit.framework - open
ios/Pods/Pods.xcodeprojselect targetRCTWeChat->Build Settings->Other Linker Flagsthen add-ObjC,-all_load - Place your
GoogleService-Info.plistfile downloaded from Firebase toios/(LearnMore) - Open your project configuration: double-click the project name in the left tree view. Select your app from the TARGETS section, then select the Info tab, and expand the URL Types section. Replace
IdentifierandURL SchemeswithCLIENT_ID" andREVERSED_CLIENT_IDin yourGoogleService-Info.plist`. (LearnMore) - Replace
MY_FACEBOOK_SIGN_IN_APP_IDwith yourFacebook app id - Replace
MY_LINE_CHANNEL_SCHEMEwith yourLINE channel scheme - Edit
BuildConfig.json➜GOOGLE_SIGN_IN_WEB_CLI_IDto your Google sign-in client ID - Edit
BuildConfig.json➜SERVICE_ENDPOINTto point to your Wallet Service endpoont - Register your app on CYBAVO WALLET MANAGEMENT system web > Administration > System settings, input
bundle id, follow the instruction to retrieve anAPI Code. - Edit
BuildConfig.json➜SERVICE_API_CODE_IOSto fill in youtAPI Code - Edit
BuildConfig.json➜WECHAT_SIGN_IN_APP_IDto fill in youtWeChat app id - Edit
BuildConfig.json➜WECHAT_UNIVERSAL_LINKto fill in youtUniversal Linkfor WeChat sign in
To receive silent push notification of deposit/withdrawal. Please refer to this to setup.
- Sign in / Sign up with 3rd-party account system - Google, WeChat(微信)
- Wallet Creation / Editing
- Wallet Deposit / Withdrawal
- Transaction History query
- PIN Code configuration: Setup / Change / Recovery

