Private keys

Unfortunately we still need to use a private key to interact with Ronin - this is something we are working on improving

Key File

The key file needs to be in json format. Simply copy and paste this into a *.txt file and save it with your information. In the launcher you will select this file. Store this file in a secure way of your choosing. We recommend something like key pass or the equivalent.

{
  "0xYOUR-ADDRESS":"0xYOUR-KEY",
  "0xYOUR-ADDRESS":"0xYOUR-KEY",
  "0xYOUR-ADDRESS":"0xYOUR-KEY"
}

Last updated