eth-public-address-from-private
Version:
Get Ethereum public address from private key using ethers.js
19 lines (16 loc) • 432 B
JSON
{
"name": "eth-public-address-from-private",
"version": "1.0.0",
"description": "Get Ethereum public address from private key using ethers.js",
"main": "index.js",
"keywords": ["ethereum", "wallet", "ethers", "privatekey", "publicaddress"],
"author": "M Saqib Arshad",
"license": "MIT"
,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"ethers": "^6.14.3"
}
}