Hyperion Docs
  • Home
  • Overview
    • Introduction
    • Contact
    • Glossary
    • Roadmap
  • Concepts
    • Concentrated Liquidity
    • Fees
    • Swap
    • Liquidity Mining
    • Range Order
    • Drips
  • Guides
    • FAQ
    • How to Swap
    • How to Create New Position
    • How to Add/Remove Liquidity
    • How to Create a New Pool
    • How to Place a Limit Order
  • Developer
    • Dev Overview
    • via SDK
      • Getting Started
      • Prerequisites
      • Features Available
        • Get pools
        • Get positions
        • Get ticks
        • Create pool
        • Add Liquidity
        • Remove Liquidity
        • Fee & Rewards
        • Swap
        • Types
    • via Contract
      • Get Started
      • Data structure
      • Features available
        • Create pool
        • Swap
        • Open position
        • Add liquidity
        • Remove liquidity
        • Collect fees
        • Collect rewards
    • via API
    • Contract ErrorCode
  • Security
    • Audits
  • Resource
    • Brand Asset
Powered by GitBook
On this page
  • How to depend on this service?
  • Dependencies
  • Example
  1. Developer
  2. via Contract

Get Started

How to depend on this service?

Dependencies

dex-interface = { git = "https://github.com/Hyperfluid/hyperfluid-interface" }

Example

[package]
name= "hyperfluid_example"
version = "0.0.1"

[dependencies]
dex-interface = { git = "https://github.com/Hyperfluid/hyperfluid-interface" }

[address]
hyperfluid_example = "0x0"

Previousvia ContractNextData structure

Last updated 4 months ago