full-blockchain-solidity-course-py icon indicating copy to clipboard operation
full-blockchain-solidity-course-py copied to clipboard

Ultimate Solidity, Blockchain, and Smart Contract - Beginner to Expert Full Course | Python Edition

Results 149 full-blockchain-solidity-course-py issues
Sort by recently updated
recently updated
newest added

Hi, So I know this video is a bit older just hoping sees this and can assist. I am only on the second lesson and when I try and input...

Brownie v1.19.3 - Python development framework for Ethereum SmartcontractLotteryProject is the active project. Launching 'ganache-cli --accounts 10 --hardfork istanbul --gasLimit 12000000 --mnemonic brownie --port 8545'... Running 'scripts/deploy.py::main'... deploying mocks ......

Hello I have decided to start Free youtube course about Solidity Language https://www.youtube.com/watch?v=M576WGiDBdQ&t=5321s after write this short contract simple storage im getting following error ![image](https://user-images.githubusercontent.com/127194341/223442581-5b8ee703-ace0-4e3d-893c-7b7ec5d8baa5.png) ![image](https://user-images.githubusercontent.com/127194341/223442704-7d084375-9fb7-4293-9ca0-8ee052456d8e.png) but on the Video...

ParserError: Source file requires different compiler version (current compiler is 0.8.17+commit.8df45f5f.Windows.msvc) - note that nightly builds are considered to be strictly less than the released version --> C:/Users/jaden/.brownie/packages/smartcontractkit/[email protected]/contracts/src/v0.6/VRFConsumerBase.sol:2:1: | 2...

Hello, after creating a react app for the front_end and reinstalling nodejs and yarn I went back to try to deploy to Kovan but ganance-cli is not working anymore. I...

(Around the 08:10:00 mark in the tutorial video.) Hi, wondering how we could test whether the other accounts pass as recentWinner when setting our STATIC_RNG to 778. Right now we...

Hello, I am trying to run this code in the terminal but I get this Error: not found @chainlink/contracts/src/v0.8/vendor/SafeMathChainlink.sol. I updated the version for solidity. I understand that SafeMath is...

Here is the function that throws the error: function withdraw() public payable onlyOwner { msg.sender.transfer(address(this).balance); for ( uint256 funderIndex = 0; funderIndex < funders.length; funderIndex++ ) { address funder =...

I have this error and don't know what to do or how to fix it ![image](https://user-images.githubusercontent.com/99425789/154581044-65202430-1914-4191-8f03-aa5ad214c5b0.png) BTW I am using windows