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.
- Node.js and npm
npm install
npm startnpm install
npm run buildThis 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.
See CONTRIBUTING.md for bug reports, enhancement suggestions, and the PR process. Please also read our Code of Conduct.
MIT. See LICENSE.