0g-chain/x/swap/spec
drklee3 3375484f79
Update deprecated Cosmos methods (#1530)
* Use cosmossdk.io/errors for deprecated error methods

* Update error registration with cosmossdk.io/errors

* Use cosmossdk.io/math for deprecated sdk.Int alias

* Fix modified proto file

* Update sdk.Int usage in swap hooks

* Update e2e test deprecated method usage
2023-04-05 16:21:59 -07:00
..
01_concepts.md Swap module scaffolding and params (#922) 2021-06-08 08:19:12 -07:00
02_state.md Update deprecated Cosmos methods (#1530) 2023-04-05 16:21:59 -07:00
03_messages.md Update deprecated Cosmos methods (#1530) 2023-04-05 16:21:59 -07:00
04_events.md update swap spec: add msgs, state, events (#966) 2021-07-15 17:34:16 -05:00
05_params.md Swap module scaffolding and params (#922) 2021-06-08 08:19:12 -07:00
README.md Swap module scaffolding and params (#922) 2021-06-08 08:19:12 -07:00

swap

  1. Concepts
  2. State
  3. Messages
  4. Events
  5. Params

Abstract

x/swap is a Cosmos SDK module that implements an Automated Market Maker (AMM) that enables users to swap coins by trading against liquidity pools.