Work in progress
An experimental pet-project of the simple blockchain (for TON - The Open Network) explorer based on Kotlin Multiplatform.
The project implemented an attempt to use the principles of BLoC based on the multiplatform library Decompose. As an example and clarity, some components are based on the MVVM approach, some are based on MVI.
- Basic TON address information
- List of account transactions
- List of account NFTs
- List of account Jettons
- Android
- Desktop (JVM)
- iOS