mkrou / cwe

Crypto wallet emulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crypto Wallet Emulator

This tool is designed to help test the backend of crypto applications. It allows you to create private keys and sign messages.

Supported Wallets

Installation

go install github.com/mkrou/cwe/cmd/cwe

Usage

cwe --wallet=<wallet_name> generate
# output
# PK: xxx
# Address: xxx

cwe --wallet=<wallet_name> sign --pk=<private_key> --message=<message>
# output
# Signed Message: xxx

Roadmap:

  • http server for postman/insomnia automation
  • docker image with http server
  • transaction encoding/decoding

About

Crypto wallet emulator


Languages

Language:Go 100.0%