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 May 19, 2022. It is now read-only.
In fact, the eth_accounts RPC endpoint returns an empty list.
I tried to import the private key, but : 'the method personal_importRawKey does not exist/is not available.
I also succeeded to use keystore.createUser followed by avax.importKey, but no more success to fill eth_accounts.
Hello,
I am trying to deploy a contract, here a is sample code:
It fails on:
In fact, the
eth_accountsRPC endpoint returns an empty list.I tried to import the private key, but :
'the method personal_importRawKey does not exist/is not available.I also succeeded to use
keystore.createUserfollowed byavax.importKey, but no more success to filleth_accounts.I think I am not doing the right things.
Do you have any clue 🙏 ?