文件名称:kaspa-wallet:for用于Kaspa区块链网络的网络钱包
文件大小:594KB
文件格式:ZIP
更新时间:2024-05-30 16:48:35
crypto blockchain cryptocurrency dags kaspa
Kaspa钱包 Kaspa区块链网络的网络钱包 发展 设置 # Navigate to the app folder cd app # Install dependencies npm install # Run for development in PWA mode npm run dev # Build for production in PWA mode npm run build # Lint files npm run lint # Run unit tests with Jest npm run test:unit # Run e2e tests visually and interactively with Cypress # For Cypress tests, make sure the app is running on port 8080 with `npm run