https://github.com/planetarium/tx-signer-cli
A simple tx signer on CLI
https://github.com/planetarium/tx-signer-cli
Last synced: 10 months ago
JSON representation
A simple tx signer on CLI
- Host: GitHub
- URL: https://github.com/planetarium/tx-signer-cli
- Owner: planetarium
- Created: 2023-03-02T14:51:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-02T18:09:21.000Z (almost 3 years ago)
- Last Synced: 2025-01-21T03:11:19.471Z (12 months ago)
- Language: TypeScript
- Size: 30.3 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tx Signer
WARNING: Currently, this implementation's main purpose is testing and internal ops in Planetarium.
We strongly recommend that you don't use it for your personal signing.
# Build
```bash
$ yarn
$ yarn run rollup -c
$ yarn run nexe -o "dist/cli.exe" -t windows-x86-14.9.0 -i out/app.js
```