f(x)Dex
is the name of the Cosmos SDK application for FunctionX.fxdexd
: The f(x)Dex Daemon and command-line interface (CLI) runs a full-node of the fxdexd
application.f(x)Dex
is built on the Cosmos SDK using the following modules:x/auth
: Accounts and signatures.x/bank
: Token transfers.x/staking
: Staking logic.x/distribution
: Fee distribution logic.x/slashing
: Slashing logic.x/gov
: Governance logic.ibc-go/modules
: Inter-blockchain communication. Hosted in the cosmos/ibc-go
repository.x/params
: Handles app-level parameters.