Getting project information using Fuul SDK
This article shows how to get your project information from the Fuul SDK
You can find an example of two landing pages (one for creators and another one for end users) with the Fuul SDK integrated using next JS and RainbowKit in this repo
To display all your conversions on your website use the getAllConversions
method.
This will return the conversions:
Last updated