Integration Checklist

The checklist below is intended to help prepare a project that integrates Glacis

  • Extend your contracts with the latest version of Glacis Labs client.

  • Deploy your contracts specifying Glacis Router or Glacis Token Mediator addresses as constructor parameters depending if you want to pass only cross-chain messages or cross-chain tokens along with messages. Addresses for Glacis infrastructure contracts can be obtained in Supported Chains

  • If your project requires token passing you can deploy your token using XERC20 standard and simply add Glacis XERC20 Extension to it.

  • In case that you have a legacy ERC20 you can deploy an XERC20LockBox and migrate your legacy ERC20 tokens to your recently deployed XERC20.

Last updated