An Electron application with React and TypeScript
$ npm installIf install fails on Intel macOS with native modules (node-gyp, @chainsafe/blst, python), see docs/getting-started.md#troubleshooting-intel-macos--node-22-native-modules.
Managed node binaries are downloaded automatically by the app when needed (during startup for configured local nodes, and before local node start at runtime).
$ npm run dev# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linuxThis project is licensed under the Apache-2.0 License. See the LICENSE file for details.