Releases: zsystm/gadget
Releases · zsystm/gadget
v1.5.0
v1.4.0
v1.3.0
v1.2.0
Full Changelog: v1.1.1...v1.2.0
New Commands
- ed25519
gadget ed25519 addr-from-pubkeygadget ed25519 pubkey-from-privkey
Refactoring
- re organized directory tree
- changed naming of some commands (check through
gadget -h)
v1.1.1
Full Changelog: v1.1.0...v1.1.1
v1.1.0
Full Changelog: v1.0.2...v1.1.0
New Command
Creates random ethereum account
$ gadget eth new-acc
{
"privateKey": "0xd4bd5397a4902a8bf8b447807bfe6059fe035889dc12a0694a99e1630245a786",
"address": "0x740cb9f3e02f0bbaa0edb13404ccce773e942362"
}
v1.0.1
Full Changelog: https://github.com/zsystm/gadget/commits/v1.0.1
Commands
Available Commands:
b64-to-hex Convert a base64 string to hexadecimal
bech-to-eth Convert a bech32 address to 20-byte hexadecimal ethereum address)
completion Generate the autocompletion script for the specified shell
eth Ethereum related commands
eth-to-bech Convert a 20-byte hexadecimal ethereum address to bech32 address
help Help about any command
hex-to-b64 Convert a hexadecimal string to base64
other-prefix Convert a bech32 address to another prefix
secp256k1 secp256k1 related commands