This is a modern Beacon Object File (BOF) development template designed to simplify the process of writing, compiling, and debugging BOFs. It provides a toolchain that allows developers to write code ...
console/ ├── app/ # Next.js App Router pages and layouts │ ├── (auth)/ # Authentication pages │ └── (dashboard)/ # Dashboard pages ├── components/ # React components │ ├── ui/ # shadcn/ui base ...