Skip to content

FunctionX/fx-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fxcore

fxcore is a blockchain built using Cosmos SDK and Cometbft.

Version License API Reference Go Report Card Go Tests/Lint CodeQL Solidity

Note: Requires Go 1.23+

Releases

Please do not use the main branch to install fxcored or run node. Use releases instead.

Quick start

Install

make install

Usage

FunctionX Core BlockChain App

Usage:
  fxcored [command]

Available Commands:
  add-genesis-account Add a genesis account to genesis.json
  collect-gentxs      Collect genesis txs and output a genesis.json file
  comet               CometBFT subcommands
  config              Create or query an application CLI configuration file
  data                Modify data or query data in database
  debug               Tool for helping with debugging your application
  doctor              Check your system for potential problems
  export              Export state to JSON
  export-delegates    Export all delegates and holders
  genesis             Application's genesis-related subcommands
  gentx               Generate a genesis tx carrying a self delegation
  help                Help about any command
  index-eth-tx        Index historical eth txs
  init                Initialize private validator, p2p, genesis, application and client configuration files
  keys                Manage your application's keys
  pre-upgrade         Called by cosmovisor, before migrations upgrade
  prune               Prune app history states by keeping the recent heights and deleting old heights
  query               Querying subcommands
  rollback            rollback cosmos-sdk and tendermint state by one height
  rosetta             spin up a rosetta server
  snapshots           Manage local snapshots
  start               Run the full node
  status              Query remote node for status
  tendermint          Tendermint subcommands
  testnet             Initialize files for a fxcore local testnet
  tx                  Transactions subcommands
  validate-genesis    validates the genesis file at the default location or at the location passed as an arg
  version             Print the application binary version information

Flags:
  -h, --help                help for fxcored
      --home string         directory for config and data (default "/root/.fxcore")
      --log_format string   The logging format (json|plain) (default "plain")
      --log_level string    The logging level (trace|debug|info|warn|error|fatal|panic) (default "info")
      --log_no_color        Disable colored logs
      --trace               print out full stack trace on errors

Use "fxcored [command] --help" for more information about a command.

Learn more

License

This project is licensed under the Apache 2.0 License.