Hi
I’m new to Aeternity blockchain.
I’m trying to interact with AE blockchain from Java sdk.
For creating AeternityServiceConfiguration object, we need to generate private key
of the wallet account.
I have generated private key from Aeternity browser extension using following steps.
Settings >>Security&privacy >> Reveal private key
and I got a string contains 128 character and used to connect from the java sdk.
That time I got an exception 'Account Not found".
After that I checked one example and found the private key used in that example is only 64 character long. Where I did make mistake ?
Thanks in adavance.
Regards
Ajesh cr