Skip to content

3Dpass/threedpass

Repository files navigation

Threedpass

3Dpass mobile light wallet for Android and iOS. Tha wallet connects to the Node via RPC/API endpoints:

  • wss://rpc.3dpscan.io

    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.

Copyright

threedpass Copyright (C) 2025 3Dpass https://3dpass.org/