This section contains SDK reference for Farm contracts
The remaining sections of the documentation will demonstrate specific examples of the Farm usage:
This section contains SDK example for staking tokens in Farm
Staking of the LP tokens in Farm
To execute the transaction, you need to send a transaction with these parameters to the blockchain. This code will be different based on the wallet you are using to send the tx from, so please check our doc section about transaction sending guide with examples for different libraries.
This section contains SDK example for claiming rewards in Farm
Claim rewards from Farm NFT
To execute the transaction, you need to send a transaction with these parameters to the blockchain. This code will be different based on the wallet you are using to send the tx from, so please check our doc section about transaction sending guide with examples for different libraries.
This section contains SDK example for unstaking tokens in Farm
Unstake funds from Farm NFT
To execute the transaction, you need to send a transaction with these parameters to the blockchain. This code will be different based on the wallet you are using to send the tx from, so please check our doc section about transaction sending guide with examples for different libraries.
This section contains SDK example for destroying unstaked farm NFT
Destroy of the Farm NFT is a transfer of the Farm NFT from the user wallet to the zero address.
To execute the transaction, you need to send a transaction with these parameters to the blockchain. This code will be different based on the wallet you are using to send the tx from, so please check our doc section about transaction sending guide with examples for different libraries.