๐๏ธ Setup
This walks you through the process of creating a simple ReactiveDOT application.
๐๏ธ Query
The useQuery composable allow you to read any data from chain, while maintaining updates, concurrency, caching & deduplication behind the scene for you.
๐๏ธ Connect wallets
Wallets & accounts connection can by managed via useWallets, useConnectedWallets & useAccounts composables.
๐๏ธ Mutation
The useMutation composable allow you to sign & submit transaction to a chain.