问题标签 [fantom]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
blockchain - 如何为 fantom-foundation repo 生成创世文件?
我将使用 Fantom 网络源项目构建自己的区块链网络。
我不知道 fantom 网络创世文件中有什么内容。
有任何文件吗?
solidity - 在 Solidity 函数中将价值转移到 Fantom Safe
我已经创建了一个 Fantom Safe(基于 fantom 测试网上的 Gnosis)并且能够通过 Metamask 正确地向它发送资金。但是,当尝试将值从我的智能合约中的应付外部函数转移到安全地址时,我得到“执行恢复”。当“safeAddress”是元掩码地址但不是安全地址时,该函数按预期工作。