Skip to main content

Migrate to LUKSO

info

This page gives an overview of the differences between building on LUKSO vs other EVM chains.

For more information on specific topics, see the following pages:

Migrating from other EVM Chain​

LUKSO is EVM-compatible. Any traditional web3 wallet (e.g: Metamask) can interact with LUKSO dApps.

  1. Simply add the LUKSO network in your wallet and switch to the LUKSO chain.
  2. Any Ethereum smart contract can be redeployed on LUKSO by connecting to a LUKSO RPC endpoint.
  3. Allow Universal Profiles to log-in to your dApp is easy and not different than other web3 wallet. Check our dedicated guide Connect πŸ†™!

You can start holding assets (LYX, tokens, and NFTs), transfer them, and deploy and interact with smart contracts.

From ERCs β†’ to LSPs​

Why using the LSP standards?

Wondering what are the benefits and features of the LSPs and Universal Profiles compared to ERCs and traditional web3 wallets?

Learn more under our dedicated page Benefits of LUKSO Standards to see how your project can leverage the LUKSO standard and tech!

Useful guides

Interested to migrate your token or NFT collection? See our hands-on developer guides:

Solidity functions

For more details on the different functions and Solidity interface, see the following pages and sections:

Developers are encouraged to leverage the LSPs (LUKSO Standards Proposals) to develop smart contracts, protocols and applications on LUKSO. The LSPs offer flexible functionalities that can:

  • enable more complex and various features not available with ERCs.
  • be tailored to suit different use cases.
  • bring a better experience to end dApp users.

Some codebases may need adjustments to convert ERC interactions to LSP interactions. We provide guides above to help with such refactoring.