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

Hello! First of all, thank you for providing such a great course on smart contracts! I am stuck at lesson 10 while trying to get some WETH. I believe it...

### Discussed in https://github.com/smartcontractkit/full-blockchain-solidity-course-py/discussions/1337 Originally posted by **bubu59** March 26, 2022 Hi Guys, I'm new to this! Appreciate any advice on the current issue I'm facing at the moment. At...

Hello i follow your toturial and get the folowing problem on the deploy.py: the solcx is yellow underscored and give me the following message: "solcx" is not accessedPylance Import "solcx"...

### Discussed in https://github.com/smartcontractkit/full-blockchain-solidity-course-py/discussions/1162 Originally posted by **km123abca** February 26, 2022 pipx install eth-brownie is causing an error. The end of the error stack is as follows \lib\encodings\cp1252.py", line 19,...

Hi everyone I came to an issue trying to install web3 and can't figure out why. Here is the code: `zaesar@zaesar-X541UV:~/Escritorio/blockchain/demos/web3_py_simple_storage$ pip install web3 Defaulting to user installation because normal...

Hey, Even after applying the fix that you folks have suggested, the error remains the same As mentioned earlier I have changed the 1st line to - `from solcx import...

I've installed python 3.10 but there is a problem with pip. In Visual Studio I get this error when typing pip --version "zsh: command not found: pip" Could be something...

![image](https://user-images.githubusercontent.com/47120997/160619284-2677bfd3-50e3-496e-a22b-61d4f084fabf.png)

## I started following the course from YouTube and my test networks were not showing like what I was seeing from the tutorial video. I had to pause the video...

When I try to run my code it is giving me a KeyError for 'wallets' code for deploy.py: from brownie import accounts, config, SimpleStorage, network #helps us get the address...