Processor Import wallet
This processor lets you import a Rabby wallet using either a seed phrase or a private key. In Scripts that rely on Rabby, you typically place it right after Start. It streamlines the entire process, just drag and drop to handle the wallet import.



Configuration meanings:
Field name
Required?
Detail
Seed phrase
Yes
The wallet’s seed phrase is stored in each profile’s default WALLET_PHRASE variable, so you can access it directly from there.
Private key
Yes
It’s the wallet’s private key. Every profile includes a default variable that stores it, so just use the WALLET_PRIVATE_KEY variable.
Password
Yes
This is the password used to unlock the Rabby wallet.
Last updated