f(x)Core
is the name of the Cosmos SDK application for FunctionX.fxcored
: The f(x)Core Daemon and command-line interface (CLI) runs a full-node of the fxcored
application.f(x)Core
is built on the Cosmos SDK using the following modules:x/auth
: Accounts and signatures.x/bank
: Token transfers.x/staking
: Staking logic.x/mint
: Inflation 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.