LogoLogo
AppAbout
  • 🙂Meet TokensFarm
  • Overview
    • 💻Our Products
    • ⚙️Features
    • 🚀Launch a Farm for Your Project
    • 🔏Using Gnosis Safe
  • For Developers
    • TokensFarmSDK
      • Getters
      • Setters
      • Parameters
      • ISDK.sol
      • Deposit
      • Withdraw
    • Integrate TokensFarm
      • Requesting Farm Data
      • Get Farm Address and Full Details
      • Monitoring a Farm's Status
      • Deposit into a farm
      • Withdraw from a farm
      • TokensFarm Contract Interface
      • How to integrate TokensFarmSDK
      • How to Embed TokensFarm
      • Getters of TokensFarm Contract
    • PerpetualTokensFarmSDK
      • Getters
      • Setters
      • Parameters
      • ISDK.sol
      • Deposit
      • Withdraw
    • PerpetualTokensFarm
      • Getters
      • Setters
      • Parameters
      • Deposit
      • Withdraw
  • About
    • 🔉Social Media
    • 🏢About DcentraLab
    • ❓FAQ
    • 📜Tokensfarm Audits
    • 📞Support
    • ⚖️Legal
Powered by GitBook
On this page

Was this helpful?

  1. For Developers

TokensFarmSDK

INFO : TokensFarmSDK.sol is the contract designed to facilitate the integration of staking systems into other projects. By providing audited code, we empower projects to reward token holders for staking their assets.

Integration Process:

  • Contract Admin Identification - The client specifies the contract that will manage the SDK (contractAdmin).

  • SDK Deployment - Our team deploys the TokensFarmSDK.sol contract, incorporating the provided contract admin address during initialization. This ensures that only authorized parties can manage staking and withdrawal operations.

  • Integration Support - We offer a library (SDKFunctionality.sol) and function list to assist with integration. Our development team is available to provide guidance.

  • Restricted Access - Functions within SDKFunctionality.sol are exclusively accessible by the designated contract admin.

  • Public Information Retrieval - Public getters allow direct access to contract data.

PreviousUsing Gnosis SafeNextGetters

Last updated 9 months ago

Was this helpful?