Indexer
Multi-chain NFT indexing platform
https://www.indexer.xyz/
Questions:
- We are having issues indexing SUI transactions. The main problem is an absence of a single source of reliable data. It could be transaction effects though if only they had object types information.
Discussion
- Problem: Effect doesn’t have object type;
- This is an acknowledged bug that will be addressed in the near future, in either the next release or the release after that
- Should be able to tell if an NFT is created and wrapped (NFT “hiding” in another type)
- Wrapped object indexing can be simulated currently by taking the types of all created and mutated objects and turning that into a type layout: a tree structure representing all types within the type
- Display should not be used as a criteria for an NFT
- Have we considered having an NFT/Token onchain type?
- A wrapper type like this would limit the convenience of usage; would never be able to immutably pass this object
- Previously had an NFT type and removed it
Noted Areas of Improvement
- Indexer team is aware of effect not having object type
- Wrapped object indexing is coming
- Type layouts should be documented better
- Kiosk documentation should be better, Kiosk should be pointed out in more than developer surfaces
Sui Swift SDK by OpenDive
http://github.com/OpenDive/SuiKit
Cryptography -- iOS Swift uses PSS contrary PKCS1.*; the former produces non-deterministic signature while the latter deterministic signatures.