讨论
与Cyfrin Updraft社区分享您的想法
帖子
7- 讨论Mar 15, 2025
Slither 和 Aderyn 正在检查安装情况
谁能告诉我 slither 和 aderyn 是如何安装的,我在安装两者时遇到了严重的问题
- Cyfrin Updraft
- Foundry
- Security
- Smart Contract
01 - 讨论Feb 03, 2025
区块链开发者赞赏
非常感谢 Cyfrin Updraft 给我们这个绝佳的机会!非常感谢有机会和这样一支了不起的团队一起提升我的 Solidity 技能. 对未来的发展感到兴奋——是时候部署并产生影响了!🚀
- Cyfrin Updraft
- Solidity
- Blockchain
- Smart Contract
11最佳答案 - 讨论Jan 30, 2025
智能合约审计师
大家好,我即将完成 solidity 课程并开始区块链安全课程. 为了设想自己是一名审计师,你能否分享一下智能合约审计师在任何日常工作中每天需要执行的最常见的任务是什么? 智能合约审计师从开始工作到完成工作的一天是怎样的? 他的老板是否要求在当天或整整一周内制定特定的协议,并在当天或一周结束时发送审计报告?每周都这样,但是代码片段或整个协议不同? 非常感谢
- Cyfrin Updraft
- Blockchain
- Smart Contract
01 - 讨论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
04 - 讨论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
00 - 讨论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
00
- 1780
- 75
- 60
- 20
- 16
- 15
- 14
- 13
- 11
- 10
- Solidity
- Smart Contract
- Transaction
- Foundry
- Blockchain
- Security
- Gas
- Cyfrin Updraft
- Course
- erc20