mirrorworld-sdk-js
mirrorworld-sdk-js copied to clipboard
Mirror World Web3 JS SDK
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....
# Feature request ## Is your feature request related to a problem? Please describe. Feat(opt-in): Add `closeWalletUI` or `hideWalletUI` method to programmatically hide wallet UI > There may be some...
# Feature request Migrate SDK parameter validation from `joi` to use `zod` instead. - Better type inference. - Smaller bundle size. - Zod: [12KB](https://bundlephobia.com/package/[email protected]) - Joi: [42KB](https://bundlephobia.com/package/[email protected])