Migration guide Lisk to Klayr

1. Package changes

Different packages are renamed in the Klayr ecosystem. Below is a list of the old Lisk packages and their new Klayr counterparts.

Table 1. Package changes Lisk vs Klayr
Lisk (old) Klayr (new)

lisk-sdk

klayr-sdk

lisk-core

klayr-core

lisk-framework

klayr-framework

4. Method changes

Some methods are renamed in the Klayr ecosystem. Below is a list of the old Lisk methods and their new Klayr counterparts.

Table 4. Method changes Lisk vs Klayr
Lisk (old) Klayr (new)

convertLSKToBeddows()

convertKLYToBeddows()

convertBeddowsToLSK()

convertBeddowsToKLY()

getLisk32AddressFromAddress()

getKlayr32AddressFromAddress()

getAddressFromLisk32Address()

getAddressFromKlayr32Address()

validateLisk32Address()

validateKlayr32Address()

lisk32()

klayr()

5. Schema format changes

The lisk32 codec schema property format type is renamed to klayr32 in the Klayr ecosystem.