Last Updated: 7/8/23
This is the admin panel for front-end client for the blockchain project.
This front-end serves as the client for the blockchain project.
This client will serve as the admin panel for this project.
Update dependencies
yarn install
Build and Compile Local
vite
Run Unit Tests
yarn vitetest
The admin client has the following components:
-
Admin Panel
- Used to monitor the health of the blockchain
- Ready
- Live
- Valid
- Production
- Nodes
- Health
- Used to monitor the health of the blockchain
-
Office Panel
- Used to monitor the transactions and life cycles
There are 2 main components to this web client. One is blockchain admin facing, which provides metrics on the health of the blockchain. The other is user facing, which provides a CRUD interface for tracking transactions and transaction life-cycles.
The aim of this client is to provide an admin panel for the blockchain project.
This client is a component of the Blockchain Project. It works as the back-end code to provide services to the following clients:
Feel free to download, modify, or use in any way.
Developer: Hunter Yavitz