Morpheus Dev Stat is an Electron-based desktop application with a React frontend, designed to manage and visualize internal statistics for the Morpheus project.
This application provides a user-friendly interface for tracking and analyzing various metrics and data points related to the Morpheus project. It integrates with Web3 technologies, allowing for blockchain interactions and cryptocurrency-related functionalities.
- Dashboard for visualizing key statistics
- Integration with MetaMask for Web3 functionality
- Real-time data updates
- Cross-platform desktop application (Windows, macOS, Linux)
Before you begin, ensure you have met the following requirements:
- Node.js (v14 or later)
- npm or Yarn package manager
- Git
- Alchemy API key
To install and run Morpheus Dev Stat, follow these steps:
-
Clone the repository:
git clone https://github.com/auleki/morpheus_dev_stat.git -
Navigate to the project directory:
cd morpheus_dev_stat -
Go to the
appfolder:cd app -
Create a
.envfile in theappfolder and add your Alchemy API key as an environment variable. Use the.env.examplefile as a guide for the naming convention. -
Return to the root directory:
cd .. -
Then build your application
yarn buildornpm build
After building your application you will be able to run the app with yarn start or npm start
This project is licensed under MIT - see the LICENSE file for details.
If you have any questions or feedback, please contact the repository owner.