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

Good day, everyone! I I'm having trouble sending a simple signed transaction to Ganache and I keep getting this Value error message "ValueError: {'message': 'insufficient funds for gas * price...

I am having an issue when I try to run the "test_get_entrance_fee". The error massage is: ``` =============================================== ERRORS ================================================ _____________________________ ERROR collecting tests/test_lottery_unit.py _____________________________ ImportError while importing test module...

I am not getting a metadata file from these scripts. I have cloned the repo from the NFT-demo and ran that, and I do not get a metadata file. What...

I am trying to run the following command in VScode while using WSL-ubuntu: ``` npx create-react-app front_end --template typescript ``` But I get this error message: ``` Initialized a git...

Hi all! In Lesson 11, when creating the metadata template, I decided to use "power" instead of "cuteness". The script runs without errors, gives the hash of the file. It...

Running into this issue. I've cloned the repo and deployed it, same result. I've waited hours/overnight to see if the vrf coordinator is just slow, same result. I've added time.sleep...

Hi Fellas! Brand new here, I honestly have no idea what am I doing yet so apologies. 1st lesson 1st problem. Have copied the code from lesson 1 and deploying...

I'm trying to get the token balance of the user and output it onto the front end but when I console.log tokenBalance, it just returns undefined. I'm not sure why...

**FundMe.sol** ``` // SPDX-License-Identifier: MIT // Smart contract that lets anyone deposit ETH into the contract // Only the owner of the contract can withdraw the ETH pragma solidity ^0.6.6;...

Hi, I am currently building the transaction on VS Code using python but when I try to run the cmd line to print transaction I get the following error: INFO:...