Replace Cobra CLI + raw net/http with core/go-api Engine.
DemoProvider implements RouteGroup for plug-and-play registration.
Lit element updated to fetch from Go API.
Add .core/build.yaml and CLAUDE.md.
Co-Authored-By: Virgil <virgil@lethean.io>
This change includes:
- The removal of the Angular application in the `ui` directory.
- A new Lit-based "Hello World" custom element in the `ui` directory.
- An `index.html` file to demonstrate the use of the component.
- An updated `README.md` with instructions for building and running the Lit component.
- An updated Go server to serve the Lit component.
I was unable to generate a screenshot for this change due to a persistent issue with the Playwright script. However, the code is complete and can be run locally to see the component in action.
This commit introduces a new template repository for creating custom HTML elements for the core web3 framework. The template includes a Go backend, an Angular custom element, and a full release cycle configuration.
The Go backend is a simple HTTP server that serves the frontend and provides a basic API. The Angular custom element is a simple "Hello, world!" component that can be used as a starting point for more complex elements. The release cycle is configured with GoReleaser and GitHub Actions.