-
Notifications
You must be signed in to change notification settings - Fork 144
Replies: 1 comment · 5 replies
-
which prefunded accounts did you use? Did you import some private keys to metamask? |
Beta Was this translation helpful? Give feedback.
All reactions
-
In the output provided after the command : Here's the full output :
|
Beta Was this translation helpful? Give feedback.
All reactions
-
Regarding Metamask, I followed the documentation for adding a private network. The RPC url and chainid are recognized by Metamask. I didn't import a private key. |
Beta Was this translation helpful? Give feedback.
All reactions
-
try to import the private key to metamask, and see if it shows you the balance. |
Beta Was this translation helpful? Give feedback.
All reactions
-
Ok well that's weird because I imported two private keys into metamask and both show zero. However, when I display their balance via RPC, I get this:
|
Beta Was this translation helpful? Give feedback.
All reactions
-
I don't know if I'm using the right approach, because all I want to do in the end is manage to fund an account with ETH so that I can simulate transactions and then use Smart Contracts. I'm putting all this together for a course at a Swiss state school. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I have set up a kurtosis instance with the settings below but I get stuck when I want to create accounts and transfer ETH.
I've tried using “clef” on a separate machine, but I haven't found a way to make it work with my nodes from Kurtosis. I've also tried using “clef” directly from an EL, again without success. When I create a new account with the “geth account new” command on an EL, the account is created but not visible in the JS console (eth.accounts).
I've managed to connect a metamask wallet via RPC to my EL but when I try to transfer funds between pre-funded accounts and my metamask wallet it tells me that the pre-funded account doesn't exist.
I'm a bit stuck as I can't find any help for my problem. Am I looking in the right place, is what I'm trying to do correct?
My goal is to have a private local node on which I can transfer fake funds and develop smart contracts.
Thank you for your help.
kurtosis run github.com/ethpandaops/ethereum-package --args-file ./network_params.yaml --image-download always
My config file : network_params.yml
Beta Was this translation helpful? Give feedback.
All reactions