mipd
mipd copied to clipboard
TypeScript Utilities for EIP-6963: Multi Injected Provider Discovery
The chrome extension that I write needs to sign transactions with wallets, most likely metamask. I was wondering if you guys plan to support this use case? What I basically...
Svelte stores [are just objects with a `subscribe()` method](https://svelte.dev/docs/svelte/stores#Store-contract). This means you can use MIPD Store directly! ```svelte import { createStore } from 'mipd' const providers = createStore() {#each $providers...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. Release notes Sourced from codecov/codecov-action's releases. v5.0.0 v5 Release v5 of the Codecov GitHub Action will use the Codecov Wrapper to encapsulate the CLI....