An open API service indexing awesome lists of open source software.

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

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
```