Discussion
Share your thoughts.
Posts
17- Seeking Freelance Opportunities for Beginner Solidity Developer"DiscussionSep 13, 2024
I have been studying Solidity for a couple of weeks and do not have any previous IT background. Are there any opportunities for me to get freelance work or earn money with my current skills?
- Solidity
- Use cases
00 - Formatting/HelloDiscussionJul 24, 2024
I am new to Solidity! I wanted to say hello to this awesome community in hopes that it will get me out of my shell, and hopefully meet new people. I have zero programming experience, but love crypto. When posting questions in these forums is there a certain format I should post my question in, and/or any not so obvious rules I should follow in these forums? Thank you for taking the time to read, and leaving a reply!
- Smart Contract
- Solidity
- Use cases
01 - Career Path in WEB3 Auditing: Project Building or Learning Auditing First?DiscussionJul 13, 2024
Hi everyone, I've recently completed the Solidity and Foundry basic and advanced courses with Cyfrin Updraft. I'm contemplating my next steps and considering a career in Solidity. Should I start learning smart contract auditing at this stage, or would it be more beneficial to first create some projects to solidify my current knowledge? Looking forward to your advice!
- Smart Contract
- Solidity
01 - Reentrancy VulnerabilityDiscussionMay 31, 2024
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); } } `
- Smart Contract
- Solidity
- Solidity Compiler
01 - About the flash loanDiscussionApr 04, 2024
Hello guys, I have a question what if a user borrows $1000 from the lending pool and user does some stuff? Now what if a user transfers that money to another address and destroys his wallet? Because the user already transferred to another contract how would he get reverted with $1000 into the lending pool now?
- Solidity
01 - MEV bot creationDiscussionApr 03, 2024
Hi, How could we create a MEV bot? I want to test it
- Solidity
01 - Diff between DOS and MEV attackDiscussionMar 28, 2024
Hi all, I have a query that can anyone explain main difference between DOS and MEV attack ? Because both leads to gas related issues. Transaction reverts in the both cases which leads to an error. So anyone clarify it ?
- Solidity
11 - Clarification on Gas Refunds and Comparison Between "require" and "revert" in Smart ContractsDiscussionFeb 16, 2024
Hey everyone, I'm trying to deepen my understanding of certain conditions in smart contract development, and I have a question about a specific scenario. Let's say there's a "require" condition in a smart contract that must be met. If this condition fails, the contract needs to revert all changes made and refund any gas used in the transaction. My question is, how does the gas refund process work considering that gas is always consumed during computation? Additionally, I've heard about the "revert" condition but would appreciate some clarification on how it differs from "require" in smart contract development.
- Smart Contract
- Solidity
21 - Advice on Bug bountiesDiscussionRhaydden10Jan 06, 2024
Please I need some advice. What are the easiest ways or AI tools to use to easily spot a bugs in smart contracts? What are the best ways to spot bugs? I'll truly appreciate any input. Thank you
- Smart Contract
- Solidity
01 - wsl installationDiscussionSep 11, 2023
Hey guys, I'm trying to install the wsl on my windows 11 but this is the error I get: Copyright (C) Microsoft Corporation. All rights reserved. Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows PS C:\Users\User> wsl --install The operation timed out how can I solve this please ?
- Smart Contract
- Solidity
- Solidity Compiler
00
- 76
- 50
- 46
- 37
- 36
- 25
- 25
- 25
- 20
- 15
- Solidity
- Smart Contract
- Solidity Compiler
- Use cases
- Optimizer
- Yul
- Language Grammar
- Internals
- Private
- My ERC721 contract successfully deploys, but I can't verify the contract's source code with hardhat21
- Solidity and ethers.js Compute Different Addresses from the Same Signature21
- can't understand what are the locations(uint256)22
- How to reverse keccak256 in solidity22
- Clarification on Gas Refunds and Comparison Between "require" and "revert" in Smart Contracts21