Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1004 Bytes

File metadata and controls

43 lines (27 loc) · 1004 Bytes

txio Desktop

License: MIT PRs Welcome

The txio web app, wrapped as a desktop binary. Same API client, same visual transaction builder for Sui — just outside the browser.

Built on Electron, packaged for Linux/macOS/Windows via electron-builder.


Prerequisites

  • Node.js and npm

Running in development

npm install
npm start

Building

npm install
npm run build

This hands off to electron-builder (see the build config in package.json) to package the executable for your platform: AppImage on Linux, nsis on Windows, dmg on macOS.


Contributing

See CONTRIBUTING.md for bug reports, enhancement suggestions, and the PR process. Please also read our Code of Conduct.

License

MIT. See LICENSE.