3Dpass mobile light wallet for Android and iOS. Tha wallet connects to the Node via RPC/API endpoints:
- 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.
Your help is always welcome! Feel free to translate the wallet UI into your native language. Follow this short instruction:
- Add
LANG_CODE.json
file toassets/translations/
- Add locale info in
lib/main.dart
EasyLocalization(
supportedLocales: const [
Locale('en'),
Locale('es'),
Locale('sr'),
// Add new locale here
],
)
- 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.
threedpass Copyright (C) 2025 3Dpass https://3dpass.org/