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/api-augmeneted # TypeScript types to be used by clients that want to use Frequency platform
node/ # ?
  |_cli/ #
  |_service/ #
  |_src/ # 
pallets/ # custom pallets developed by Frequency team
res/ # short for "results", a collection of chain specs
  |_genesis/ # first block specific specs
  |   |_local/ # specs for local dev environment
  |   |_mainnet/ # specs for Polkadot mainnet
  |   |_testnet/ # specs for Rococo testnet
  |_rococo-local.json # ?
runtime/ # supported runtime specs
  |_frequency # - polkadot relay chain (prod)
  |_frequency-local # ? for local development
  |_frequency-rococo # for Rococo testnet
scripts/ # collection of general scripts for building and maintaining the project
target/ # output directory for compiled code 
Dockerfile # image with Frequency binary built from main branch
Makefile #