Cyfrin Updraft.

讨论

与Cyfrin Updraft社区分享您的想法

Sui.X.Peera.

赚取你的 1000 Sui 份额

获取声誉积分,并因帮助 Sui 社区成长而获得奖励。

帖子

7
  • EarlEdalok.
    Mar 15, 2025
    讨论

    Slither 和 Aderyn 正在检查安装情况

    谁能告诉我 slither 和 aderyn 是如何安装的,我在安装两者时遇到了严重的问题

    • Cyfrin Updraft
    • Foundry
    • Security
    • Smart Contract
    0
    1
  • EarlEdalok.
    Feb 03, 2025
    讨论

    区块链开发者赞赏

    非常感谢 Cyfrin Updraft 给我们这个绝佳的机会!非常感谢有机会和这样一支了不起的团队一起提升我的 Solidity 技能. 对未来的发展感到兴奋——是时候部署并产生影响了!🚀

    • Cyfrin Updraft
    • Solidity
    • Blockchain
    • Smart Contract
    1
    1
    最佳答案
  • 0xe85d...ab53.
    Jan 30, 2025
    讨论

    智能合约审计师

    大家好,我即将完成 solidity 课程并开始区块链安全课程. 为了设想自己是一名审计师,你能否分享一下智能合约审计师在任何日常工作中每天需要执行的最常见的任务是什么? 智能合约审计师从开始工作到完成工作的一天是怎样的? 他的老板是否要求在当天或整整一周内制定特定的协议,并在当天或一周结束时发送审计报告?每周都这样,但是代码片段或整个协议不同? 非常感谢

    • Cyfrin Updraft
    • Blockchain
    • Smart Contract
    0
    1
  • 0x281b...4fbd.
    Jun 16, 2024
    讨论

    Excited to Continue Learning Solidity!

    Hi everyone, I’m thrilled to share that I’m a new learner who has just completed a Solidity 101 course. The journey so far has been incredibly exciting and insightful. I’m eager to continue exploring and deepening my knowledge in Solidity and blockchain development. Looking forward to engaging with this amazing community and learning together! I’m curious to know what resources have helped others at my level improve. Any recommendations on websites, courses, tools, or any other materials would be greatly appreciated. Cheers, Philip

    • Cyfrin Updraft
    • Solidity
    0
    4
  • Serpent0x.
    May 30, 2024
    讨论

    Reentrancy Vulnerability

    Hello everyone , I've noticed that the offer function uses the .call{value: amount}("") method to send Ether to the recipient's address. Could anyone provide insight into whether this function is indeed vulnerable to reentrancy and suggest any best practices or modifications to mitigate such risks? function _offer(address to, uint256 amount) internal { balance -= amount; (bool success, ) = to.call{value: amount}(""); if (!success) { revert TransferFailed(address(0), address(this), to, amount); } } `

    • Foundry
    • Security
    • Solidity
    • Blockchain
    • Smart Contract
    0
    0
  • 0x5405...6380.
    Apr 08, 2024
    讨论

    Test Question for Cyfrin Updraft

    Leaving it blank for a test

    • Cyfrin Updraft
    0
    0
  • 0x869a...a974.
    Mar 26, 2024
    讨论

    BlockOutOfRangeError

    I'm getting this error when clicking on the getBalance button of the live page of port 5500 for my anvil: "BlockOutOfRangeError: block height is 150 but requested was 12092" Can anyone help explain what I missed here? Thank you!

    • Cyfrin Updraft
    • Foundry
    0
    0
我们使用 cookie 确保您在我们的网站上获得最佳体验。
更多信息