Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 516 Bytes

layout.md

File metadata and controls

9 lines (7 loc) · 516 Bytes

Project Layout

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