An Electron application with React and TypeScript
$ npm install
- https://storage.waterfall.network/bin/mainnet/latest/mac-arm64/coordinator-beacon-mainnet
- https://storage.waterfall.network/bin/mainnet/latest/mac-arm64/coordinator-validator-mainnet
- https://storage.waterfall.network/bin/mainnet/latest/mac-arm64/verifier-mainnet
Save to ./resources/bin/mac/arm64
- https://storage.waterfall.network/bin/mainnet/latest/mac-x64/coordinator-beacon-mainnet
- https://storage.waterfall.network/bin/mainnet/latest/mac-x64/coordinator-validator-mainnet
- https://storage.waterfall.network/bin/mainnet/latest/mac-x64/verifier-mainnet
Save to ./resources/bin/mac/x64
- https://storage.waterfall.network/bin/mainnet/latest/win-x64/coordinator-beacon-mainnet
- https://storage.waterfall.network/bin/mainnet/latest/win-x64/coordinator-validator-mainnet
- https://storage.waterfall.network/bin/mainnet/latest/win-x64/verifier-mainnet
Save to ./resources/bin/win/x64
$ npm run dev
# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux