Skip to content

Fork from Subwallet. SubWallet is the comprehensive non-custodial wallet solution for Polkadot, Substrate & Ethereum ecosystems

License

Notifications You must be signed in to change notification settings

henryfivev/web3-wallet

 
 

Repository files navigation

SubWallet Mobile

This mobile version of SubWallet Extension that is gateway help you access to Dotsama ecosytem.

Main Concept

image

Mobile version run an app runner run in hidden webview and use message passing to interact with it. There are 2 reasons why we do this:

  • React native is not support WASM, we can't get full features of @polkadot/packages so we need to run most crypto features on webview.
  • Using the same resources saves us not only development time, but also makes extension and mobile versioning more consistent

Development Guild

Requirement

Start development

  • From package folder run yarn start to make sure we installed all required packages
  • Android
    • Make sure you started a silumator and check it with command adb devices
    • Run yarn android
  • IOS
    • Run yarn ios to start development

About

Fork from Subwallet. SubWallet is the comprehensive non-custodial wallet solution for Polkadot, Substrate & Ethereum ecosystems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.7%
  • JavaScript 1.5%
  • Java 0.4%
  • Objective-C 0.1%
  • Ruby 0.1%
  • Objective-C++ 0.1%
  • Other 0.1%