mud

MUD is a framework for building ambitious onchain applications

MIT License

Downloads
318.4K
Stars
643
Committers
80

Bot releases are visible (Hide)

mud - @latticexyz/[email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

mud - @latticexyz/[email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

mud - @latticexyz/[email protected]

Published by github-actions[bot] 7 months ago

mud - @latticexyz/[email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

mud - @latticexyz/[email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

mud - @latticexyz/[email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

mud - [email protected]

Published by github-actions[bot] 7 months ago

mud - [email protected]

Published by github-actions[bot] 7 months ago

mud - @latticexyz/[email protected]

Published by github-actions[bot] 7 months ago

mud - @latticexyz/[email protected]

Published by github-actions[bot] 7 months ago

mud - @latticexyz/[email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

mud - @latticexyz/[email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

mud - @latticexyz/[email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

mud - @latticexyz/[email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

mud - @latticexyz/[email protected]

Published by github-actions[bot] 7 months ago

mud - @latticexyz/[email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

mud - @latticexyz/[email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

mud - [email protected]

Published by github-actions[bot] 7 months ago

mud - @latticexyz/[email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

mud - @latticexyz/[email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

  • d2e4d0fb: transactionQueue decorator now accepts an optional publicClient argument, which will be used in place of the extended viem client for making public action calls (getChainId, getTransactionCount, simulateContract, call). This helps in cases where the extended viem client is a smart account client, like in permissionless.js, where the transport is the bundler, not an RPC.

    writeObserver decorator now accepts any Client, not just a WalletClient.

    createBurnerAccount now returns a PrivateKeyAccount, the more specific Account type.