github.com/gravity-devs/liquidity@v1.5.3/x/liquidity/doc.go (about)

     1  /*
     2  Package liquidity implements a Cosmos SDK module,that provides an implementation
     3  of the serves AMM(Automated Market Makers) style decentralized liquidity providing and
     4  coin swap functions. The module enable anyone to create a liquidity pool, deposit or withdraw coins
     5  from the liquidity pool, and request coin swap to the liquidity pool
     6  
     7  Please refer to the specification under /spec and Resources below for further information.
     8  
     9  Resources
    10    - Liquidity Module Spec https://github.com/gravity-devs/liquidity/blob/develop/x/liquidity/spec
    11    - Liquidity Module Lite Paper https://github.com/gravity-devs/liquidity/blob/develop/doc/LiquidityModuleLightPaper_EN.pdf
    12    - Proposal and milestone https://github.com/b-harvest/Liquidity-Module-For-the-Hub
    13    - Swagger HTTP API doc https://app.swaggerhub.com/apis-docs/bharvest/cosmos-sdk_liquidity_module_rest_and_g_rpc_gateway_docs
    14    - Client doc https://github.com/gravity-devs/liquidity/blob/develop/doc/client.md
    15  */
    16  package liquidity