Обговорення
Діліться своїми думками зі спільнотою Cyfrin Updraft
Пости
6- ОбговоренняFeb 03, 2025
Оцінка розробника блокчейну
Велике спасибі Cyfrin Updraft за цю чудову можливість! Дуже вдячний за можливість підвищити свої навички Solidity з такою дивовижною командою. У захваті від того, що попереду - час розгорнути та зробити вплив! 🚀
- Cyfrin Updraft
- Solidity
- Blockchain
- Smart Contract
11 - ОбговоренняJan 30, 2025
Аудитор смарт-контрактів
Привіт усім, я збираюся завершити курс солідності та розпочати курс безпеки блокчейну. Щоб уявити себе як аудитор, чи можете ви поділитися найпоширенішими завданнями, які аудитори розумних контрактів повинні виконувати щодня на будь-якій звичайній роботі? Як виглядає робочий день аудитора смарт-контрактів з моменту його початку, поки він не закінчить? Чи просить його начальник працювати за певним протоколом протягом цього дня або протягом цілого тижня та надіслати аудиторський звіт наприкінці дня чи тижня? і як це щотижня, але з різними фрагментами коду або цілими протоколами? Велике спасибі
- 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
- 15
- 12
- 11
- 11
- 10
- 10
- Solidity
- Smart Contract
- Transaction
- Foundry
- Blockchain
- Gas
- Security
- Cyfrin Updraft
- Course
- erc20