GitHub - ScaniumNetwork/ScaniumMobile: 3DPass mobile light wallet for Android and iOS. 3D object recognition and wallet functions. · GitHub
Skip to content

ScaniumNetwork/ScaniumMobile

 
 

Repository files navigation

Threedpass

3Dpass non-custodial light wallet for Android and iOS. The wallet is getting connected to the LoT network through one of the RPC API endpoints.

put_object_mobile

Features

  • 3D objects recognition and its digital identity HASH ID creation, the objects preview
  • 3DPRC-2 token standard: The object tokenization into either share-asset or non-fungible asset
  • Rregular fungible assets creation
  • P3D (native utility token) transfers
  • Assets (the users' tokens) transfers
  • Assets management
  • Tokens decentralized swap UI

Explore the wallet features and how to tips.

How to translate the UI

Your help is always welcome! Feel free to translate the wallet UI into your native language. Follow this short instruction:

  1. Add LANG_CODE.json file to assets/translations/
  2. Add locale info in lib/main.dart
EasyLocalization(
      supportedLocales: const [
        Locale('en'),
        Locale('es'),
        Locale('sr'),
        // Add new locale here
      ],
)
  1. Add LANG_CODE in ios/Runner/Info.plist as described here:
<key>CFBundleLocalizations</key>
<array>
      <string>en</string>
      <string>es</string>
      <string>sr</string>
      // Add new locale here
</array>

Read more about easy localization.

Responsibility disclaimer

This is an open source free p2p software. Use it at your own risk. 3dpass platform is non-profit and community-supported.

Copyright (C) 2026 3Dpass

About

3DPass mobile light wallet for Android and iOS. 3D object recognition and wallet functions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • Dart 93.8%
  • CMake 1.8%
  • C++ 1.7%
  • Rust 1.3%
  • Ruby 0.6%
  • Shell 0.3%
  • Other 0.5%