Comment on page
FunctionX Technical Document
FunctionX Technical Document will cover the areas of f(x)Core command line interface, information on validators and delegators; technical set up, consensus, governance, security management etc. Also there are additional resources for users and general best practices within the document.
Additionally, there are developer commands and documents for querying the f(x)Core blockchain.
Installation f(x)Core (technical): The hardware requirements and the technical setup for the f(x)Core command line interface (CLI).
- Full node with Binaries: Initialising the core (where your consensus keys are generated), configuring the necessary files, running the node with Daemon.
Cloud setup: how to remote ssh and connecting your localhost to the cloud instance for a specific port.
- 1.
- 1.Initialize fxcore
- 2.
- 3.
- 4.
- 1.Ensure your node is synced up, "catch_up"=false
- 2.You can use ledger to create your token holding account keys and add a layer of protection by using the
keyring-backend
flag (highly recommended), you can even use a multi-sig account but that will make transactions a hassle later, and do some test transactions to make sure everything works - 3.Make sure you do the necessary checks before you create your validator❗
- 4.
Last modified 4mo ago