You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 27, 2025. It is now read-only.
importHDKeyfrom'hdkey';import{mnemonicToSeedSync}from'bip39';import{address_to_hex,key_new,key_to_pub_key,pub_key_to_address,seed_from_pem,}from'@dfinity/rosetta-client';constseed=mnemonicToSeedSync('open jelly jeans corn ketchup supreme brief element armed lens vault weather original scissors rug priority vicious lesson raven spot gossip powder person volcano');//ICP SLIP44//m/44'/223'/0constSLIP_PATH=`m/44'/${223}'/0'/0/${0}`;constnode=HDKey.fromMasterSeed(seed);constchildNode=node.derive(SLIP_PATH);constaddress=address_to_hex(pub_key_to_address(key_to_pub_key(key_new(childNode.privateKey))));console.log(address)//54885152852e8464176ea2199c8f885155483dbb112a7568895387f2c915933e
Address is generated as 54885152852e8464176ea2199c8f885155483dbb112a7568895387f2c915933e when it should be 02f2326544f2040d3985e31db5e7021402c541d3cde911cd20e951852ee4da47