Skip to content

3Dpass/threedpass

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) 2025 3Dpass