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 for generating weights. Anything else?
ci/ # CI related scripts
common/ # 
designdocs/ # temporary docs mostly for alignment for the team and will be deleted as features being built and release
docs/images/ # images used in documentation 
js/ #
  |_api-augment/ #
node/ #
  |_cli/ #
  |_service/ #
  |_src/ #
pallets/ # internal pallets?
res/ #
  |_genesis/ #
  |_rococo-local.json #
runtime/ #
  |_frequency #
  |_frequency-local #
  |_frequency-rococo #
scripts/ #
target/ # output directory for compiled code 
Dockerfile # image with Frequency binary built from main branch
Makefile #