Skip to content

Directory Structure

Dmitri edited this page Aug 22, 2022 · 36 revisions
.cspell/ # custom dictionary of Frequency terms based on CSpell checker
.maintain/ # templates necessary to maintain the project (ex. generating weights)?
ci/ # CI related scripts
common/ # common things shared between pallets (ex. types, primitives, etc.)
designdocs/ # temporary docs mostly for alignment for the team and will be deleted as features being built and released
docs/images/ # images used in documentation 
js/ # types get generated to be used for any UI that wants to use the Frequency platform
node/ # API for the Frequency to requests through (see Enddy's link)
  |_cli/ #
  |_service/ #
  |_src/ # 
pallets/ # custom pallets built by team
res/ # (check with Puneet) specs for running 
  |_genesis/ # specs for the genesis block
  |   |_local/ #
  |   |_mainnet/ #
  |   |_testnet/ #
  |_rococo-local.json #
runtime/ # supported runtime specs
  |_frequency #
  |_frequency-local # ? how is different from frequency-rococo?
  |_frequency-rococo #
scripts/ #
target/ # output directory for compiled code 
Dockerfile # image with Frequency binary built from main branch
Makefile #