ethereum / eth-keys

A common API for Ethereum key operations.
MIT License
159 stars 64 forks source link

It will be nice to have a field called `pubic_key` in ETH `keyfile` #95

Open Aviksaikat opened 11 months ago

Aviksaikat commented 11 months ago

It will be nice to have a field called pubic_key in ETH keyfile

Example


{
  "address": "e990ce1fd17a3e3bfa8ac37ddbfe766911a114ec",
  "crypto": {
    "cipher": "aes-128-ctr",
    "cipherparams": {
      "iv": "a3ffb3f314a8a38942dff99dae8890"
    },
    [...]
    },
  },
  "id": "2e9ba770-11ad-464b-bf3b-468cad97a1e8",
  "version": 3,
  "public_key" : "0x0000000dead0000000eth000hahha...." # extral field
}