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

I am trying to run test_lottery.py file but keep getting testcase failed due to type error. ```Python def test_get_entrance_fee(): account = accounts[0] lottery = Lottery.deploy( config["networks"][network.show_active()]["eth_usd_price_feed"], {"from": account}, ) ```...

![briwnie](https://user-images.githubusercontent.com/73815596/171268694-68b6399c-2837-44e6-928a-e3c5374063ce.png) I have written the exact code even then it is showing the same error again and again @PatrickAlphaC @cromewar

Hello! Sorry if this is not the correct place to submit this, please delete or refer me to a better spot if needed. I'm following the tutorial very closely and...

I am on MacOS and when trying to install IPFS command line by following the instructions [here](http://docs.ipfs.io.ipns.localhost:8080/install/command-line/#official-distributions), I am told permissions are denied.. any help is appreciated, its been a...

Hi, the function below is throwing an "unknow function or type" error when calling gasleft() and (bool success) is not being read. ``` function callBackWithRandomness( bytes32 requestId, uint256 randomness, address...

Hi all, I am stuck yet again and can't seem to find why. Any help would be greatly appreciated... See code from console below Cheers $ brownie networks add development...

![reverted error](https://user-images.githubusercontent.com/90992687/169747468-c064ac85-a9b5-43fb-8f06-4dc5a91e7c4a.PNG)

Referring previous issue posts with solution: For Question 1: https://github.com/smartcontractkit/full-blockchain-solidity-course-py/issues/1080 For Question 2: https://github.com/smartcontractkit/full-blockchain-solidity-course-py/discussions/345 These solution did not work for me. 1. In terminal (WSL), whenever `brownie run scripts/deploy.py`, was...

I'm looking for something like an environment variable or a #define where the constant value gets substituted into the smart contract prior to compilation.