Skip to content

Commit d2d0ed7

Browse files
authored
feat(docs): add Cartridge Controller paymaster information (#579)
A follow-up to #569 Noting that unliked other Paymaster integrations, the Controller requires no additional code-level configuration and can be managed entirely through the [Slot CLI](https://docs.cartridge.gg/slot/paymaster).
2 parents 3dc52f1 + 74a8c83 commit d2d0ed7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/pages/docs/paymaster-providers.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,10 @@ import { avnuPaymasterProvider } from "@starknet-react/core";
3030

3131
const apiKey = "your-api-key";
3232
const provider = avnuPaymasterProvider({ apiKey });
33-
```
33+
```
34+
35+
### Cartridge Paymaster
36+
37+
Cartridge Paymaster is natively supported in the [Controller](https://docs.cartridge.gg/controller/overview) and requires no additional configuration.
38+
Transactions that match a Paymaster policy (indicating a contract address and entrypoint) will automatically be subsidized.
39+
Paymaster policies and budgets can be [managed through the Slot CLI](https://docs.cartridge.gg/slot/paymaster).

0 commit comments

Comments
 (0)