Documentation Map
Akash Engineering documentation is broken out into the following primary categories.
Akash Contributor Guidance and Standards
Akash Development Environment Setup
Akash Provider Repo
Akash Node Repo
Akash Blockchain Build
Akash Node Repo Table of Contents
Directory | Brief Description | Prominent SubDirectories/Files | Available Docs |
---|---|---|---|
app | Cosmos SDK module registration and store definitions | app.go | Akash App |
cmd | Cobra registration of akash root/sub-commands and flags. | node/cmd/akash/main.go node/cmd/akash/cmd/root.go | Deployments CLI |
proto | Akash API definitions via protobuf | node/proto/akash/deployment node/proto/akash/market node/proto/akash/provider | Akash API |
types | Types derived from protobuf's Go client (protoc) | node/types/v1beta2/ | |
x | Cosmos SDK Modules | node/x/<module_name>/client node/x/<module_name>/handler node/x/<module_name>/keeper |