Getting the most juice out of the SDK
The Mint Club SDK internally uses the viem@2.7.16 to make read/write calls.
This means that you can access both the public and wallet clients to make read/write calls.
Using Public/Wallet Client opens up a lot of possibilities for you to explore outside of the SDK boxes.
For example
- you can use the
publicClientto readblock data, - you can use the
walletClienttosign a message - and much more.