brownie_simple_storage icon indicating copy to clipboard operation
brownie_simple_storage copied to clipboard

Results 9 brownie_simple_storage issues
Sort by recently updated
recently updated
newest added

Showing this error while installing brownie using pipx ```Fatal error from pip prevented installation. Full pip output in file: C:\Users\Asus\AppData\Local\pipx\pipx\Logs\cmd_2024-01-20_16.30.35_pip_errors.log pip seemed to fail to build package: pyyaml==5.4.1 Some possibly...

when I run brownie run scripts/deploy.py --network rinkeby I get this result: and this is my deploy.py code: ``` from brownie import accounts, config, SimpleStorage, network def deploy_simple_storage(): account =...

I got this error working with sepolia since brownie does not contains sepolia i add the following command brownie networks add Ethereum sepolia host="https://rpc.sepolia.dev" chainid=11155111 ConnectionError: HTTPSConnectionPool(host='rpc.sepolia.dev', port=443): Max retries...

Hi Everyone: Very new to Python and Solidity but have been developer for 45 years, but in PeopleSoft. Retired but heading back to work so trying to gain new skills....

account = accounts.add(config["wallets"]["from_key"]) KeyError: 'wallets' Terminating local RPC client... ![Screenshot 2022-04-27 171322](https://user-images.githubusercontent.com/103814414/165510947-2fde7976-b8da-4ac1-b216-2333bb270f20.png)

if i run brownie compile i get INFO: Could not find files for the given pattern(s). Brownie v1.19.0 - Python development framework for Ethereum Project has been compiled. Build artifacts...

I am trying to deploy my script on the rinkeby network but it seems like there is a bug somewhere and i would like to find out what it is....

i am trying to follow the tutorial but while following the tutorial i keep getting stuck on installing brownie. ` Fatal error from pip prevented installation. Full pip output in...

I made[ a post on SO ](https://stackoverflow.com/questions/70544310/import-brownie-could-not-be-resolved-in-pylance?noredirect=1#comment124706137_70544310)about this but did not get a helpful response, so thought I'd try here. This issue doesn't prevent me from progressing in the course...