Token Conversion
Introduction
To develop on the Joltify EVM co-chain (testnet), developers need to obtain some JOLT tokens and convert them from the Joltify Cosmos chain to the Joltify EVM co-chain.
1. Request JOLT Testing Token
Refer to the documentation to set up your Keplr wallet and obtain JOLT tokens.
2. Token Conversion via Testnet Page
Developers can easily convert JOLT tokens from the Joltify Cosmos chain to the Joltify EVM co-chain using Joltify Token Conversion Page.
Step 1: Navigate to the Token Conversion page
Step 2: Connect your Keplr wallet on the Page
Step 3: Convert your JOLT tokens
As shown in the figure above, select the JOLT token and enter the amount of JOLT tokens you wish to convert. The receiver address will be automatically generated to receive the converted JOLT tokens on the Joltify EVM co-chain.
3. (Optional) Token Conversion via Command-Line Client
Developers can also convert JOLT tokens via Joltify command-line client as shown below.
Step 1: Install cmd-line client and add your account
First, clone the project and install install the cmd-line client.
Second, add your account with your seed phrase.
Step 2: Obtain initiator pubkey
First, obtain your encoded
pubkey
via the following command line:
Then, convert your encoded pubkey (i.e.,
ApFl6rqCSA33Mu3pB8w8+k22kvDcVykJoz8yN7+KlVRx
) into hex string by running the following python script:
Now, you have your
initiator pubkey
which is029165eaba82480df732ede907cc3cfa4db692f0dc572909a33f3237bf8a955471
.
Step 3: Convert your JOLT
Last updated