Generate IOTA address using plain old Python, starting with random seed, derive private key, and finally the checksum and address.
[Read More]Generate Ethereum Address
Ethereum
Generate Ethereum address from private key using plain old Python3, Elliptic Curve multiplication from SageMath and of course Keccak hash function.
[Read More]Generate Monero address
Monero
Generate Monero address from the root private key using plain old Python, Edwards curve's ed25519 implementation, Keccak-256 hashing and Monero's Base58 encoding.
[Read More]Bech32 segwit address
Bitcoin
This is how to generate a Bech32 native segwit address in just a few lines of ZSH shell.
[Read More]