🏂Onboard User

Once the account is created and funded with native coins, it needs to be onboarded to the system to obtain an AES key. This AES key may be used for encryption and decryption purposes within the system.

  • Script: The script named onboard_user, available in both Python and JavaScript, is provided to facilitate the the onboarding process.

  • Execution: Navigate to the main directory (Devnet) and run the appropriate command depending on the language choice:

python3 -m onboardUser.scripts.python.onboard_user
  • Output: After running the script, an AES key is added to the .env file.

  • Environment Loading: The user should load the AES key into their environment using the command:

    source .env

After completing these steps, the user has a functional account with the necessary credentials and tokens, allowing them to start interacting with the system, including running smart contracts or performing other actions as needed.

Last updated