mirrorworld-sdk-js icon indicating copy to clipboard operation
mirrorworld-sdk-js copied to clipboard

Mirror World Web3 JS SDK

Results 4 mirrorworld-sdk-js issues
Sort by recently updated
recently updated
newest added

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...

enhancement
💚 contributions welcome

# 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])

enhancement