Depend on Third-Party Smart Contracts

View on Github
Smart Contract
Tutorial
学习如何在您的 Move 代码中调用外部创建的智能合约的方法。
Author: Alex

This example guides you through referencing and invoking third party smart contracts within your Move code. It covers defining the dependency through different code sources and calling into the third party code during execution of your smart contract.