EGN-Project / lisp-endpoint-agent

🔐 Blockchain-based endpoint agent, written in Common Lisp.
MIT License
1 stars 1 forks source link

Research how to use console utility functions for UI #12

Closed ColtonRohan closed 3 months ago

ColtonRohan commented 1 year ago

The console UI should display essential information. Please note that there will be three kinds of UI:

  1. Listener's: The main job is to display the connection status to the blockchain.
  2. Publisher: Has more advanced controls, such as deploying new payloads via Blockchain transactions.
  3. Admin: Company-facing UI, useful for searching/digging/dissecting existing deployments/transactions.

Research which and how to use console logging functions, along with if any possible libraries may aid in the implementation of the console interface, given the previous requirements.