🚀 Quick start
Starting guide on how to quickly integrate the @txfusion/txsync-sdk 🚀
📥 Installation & setup
Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.
You can generate an API key from your Dashboard at any time.
Install the @txfusion/txsync-sdk package
The first step to interact with our API is to install the official library:
Get your paymaster object
To be able to work with the paymaster and call the methods of the Paymaster object, you first need to get it by passing the address of the paymaster contract.
Using paymaster methods
Now that we have the paymaster object, we can call all sorts of methods upon it.
Above are just quick examples.
Last updated