/stacks

Cloud native stacks for application development

Primary LanguageCUEApache License 2.0Apache-2.0

Stacks

Heighliner stacks to speed up app dev.

Local Development

# Clone the repo or just do `git pull`
git clone git@github.com:h8r-dev/stacks.git

# Install git hooks
make install-hooks

If you want to live reload the chain modules, you need to install go and setup GOPATH and GOBIN env first. Then run:

# Watch files and develop
make watch

Layout

  • chain/: This contains the chain (CUE) modules.
  • official-stack: This contains the official stacks.

Documentation

Repo Structure

This repo provides the following CUE modules:

  • The entire repo can be imported as a CUE module.
  • Each stack can be imported as a CUE module.
  • The cuelib can be imported as a CUE module.

This repo contains the following stacks: