Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ into a single aggregated signature.
- [Install and set up the Smart Accounts Kit](../../get-started/install.md)
- [Create a Multisig smart account](create-smart-account.md#create-a-multisig-smart-account)

## Generate a multisig signature
## How to generate a multisig signature

The following example configures a Multisig smart account with two different signers: Alice
and Bob. The account has a threshold of 2, meaning that signatures from
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ You can use any paymaster service provider, such as [Pimlico](https://docs.pimli
- [Install and set up the Smart Accounts Kit](../../get-started/install.md)
- [Create a MetaMask smart account](create-smart-account.md)

## Send a gasless transaction
## How to send a gasless transaction

The following example demonstrates how to use Viem's [Paymaster Client](https://viem.sh/account-abstraction/clients/paymaster) to send gasless transactions.
You can provide the paymaster client using the paymaster property in the [`sendUserOperation`](https://viem.sh/account-abstraction/actions/bundler/sendUserOperation#paymaster-optional) method, or in the [Bundler Client](https://viem.sh/account-abstraction/clients/bundler#paymaster-optional).
Expand Down
Loading