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

After following step by step the lesson I find an error that I cannot solve. I am putting here the entire code. 1.FUND ME // SPDX-License-Identifier: MIT pragma solidity ^0.6.6;...

Please, After connecting my metamask wallet to remix so i can deploy on a live network, the wallet address doesn't show on the account bar. what could be the possible...

I'm getting this error when trying to deploy my contract with infura rinkeby tesnet: **401 Client Error: Unauthorized for url: https://rinkeby.infura.io/v3/{my infura api key}** - I copy and paste the...

Hi, I'm following the course Solidity, Blockchain, and Smart Contract Course and I cannot pass the test_can_end_lottery test in the development network, I didn't test the other networks. It looks...

C:\Users\HP\OneDrive\Desktop\lottery-smart-contract>brownie run scripts/deploy_lottery.py --network rinkeby INFO: Could not find files for the given pattern(s). Brownie v1.19.0 - Python development framework for Ethereum LotterySmartContractProject is the active project. Running 'scripts\deploy_lottery.py::main'... File...

I am referring to [the codecamp video here](https://youtu.be/M576WGiDBdQ?t=21449) and I just started forking the mainnet. The weird thing is that I was expecting an error such as ![image](https://user-images.githubusercontent.com/13137425/159140529-7030da5c-5aed-4423-8cdf-3550388e02b8.png) but my...

Hi, I am getting this error No such file or directory: './build/deployments/map.json' while setting up lesson 13. Please help me