This repository contains several Rust crates that implement the different building blocks of an Conflux node. The high-level structure of the repository is as follows:
- bins: All binary crates located in this folder
- crates: All crates library
- internal_contract: Internal contracts's abi and interface
- tests: The python integration tests
- run: Node run misc, include default config file and start scripts