dApp integration
Use the paymaster service within 2 min on your dApp
If you aim to use the Paymaster in your dApp without running it yourself(e.g. use the AVNU provided paymaster RPC), you can easily integrate it using existing SDK.
Depending on your frontend stack, you can use either starknet-js or starknet-react to integrate SNIP-29 compatible flows into your dApp.
Below are links to the official documentation for integrating a Paymaster using Starknet's libraries:
starknet-js
A step-by-step guide for integrating your Paymaster with starknet-js:
๐ https://starknetjs.com/docs/next/guides/paymaster
starknet-react
Official documentation for integrating Paymasters in starknet-react:
๐ https://www.starknet-react.com/docs/paymaster-providers
Live demo examples:
๐ https://www.starknet-react.com/demo
Updated 26 days ago