帖子
分享您的知识。
DRAMA35
Feb 13, 2025
专家问答
How to retrieve a smart contract address in code?
I'm working on integrating a smart contract in my project. I'm stuck on how to get the address of the smart contract directly in the code. I need this address to interact with the contract functions. Is there a way to retrieve it programmatically, or do I have to pass it as an argument each time?
- Move CLI
1
1
分享
评论
答案
1Feb 13 2025, 11:08
你无法以编程方式直接从代码中获取智能合约地址. 但是,在调用与合约相关的函数时,您可以将其作为字符串参数传递. 在大多数框架中,合约地址通常是硬编码的,或者是通过配置文件或环境变量提供的. 确保将其安全地存储并在进行函数调用时将其检索到应用程序代码中.
0
评论
你知道答案吗?
请登录并分享。
Move is an executable bytecode language used to implement custom transactions and smart contracts.
98帖子158答案