Last updated
Last updated
This guide focusses on the most common patterns of interactions with the Bounty Manager Module. Please refer to the section to see all public getters and setters.
The guide includes code snippets for both Inverter Network's TypeScript SDK and React SDK. Please refer to the relevant code snippets based on the SDK you are using.
Set up Inverter Network SDK: Refer to the Quick Start guides for detailed instructions. See the or for more information.
Deploy a Workflow: Refer to the Deploy a Workflow guide for detailed instructions. See the or for more information.
Retrieve a deployed Workflow: Refer to the Operate a Workflow guide for detailed instructions. See the or for more information.
Deposits a specified amount of tokens into the contract from the sender's account.
Please ensure that the token amount has been approved to the Funding Manager
TS SDK
React SDK