-
deploy.py
`from brownie import smart_lottery,config, network
from scripts.help_scripts import get_accounts, get_contract, fund_with_link
import time
def deploy_lottery():
account = get_…
-
Hi, I'm following your course and got an issue at lesson 6.
It's about beginning of fund_and_withdraw.py
Here is the error code
Deploying works well but I idk why I got entry fee as 0
++
Wh…
-
when ever i run brownie on cmd I kept on having this error message:
C:\Users\dell>brownie init
INFO: Could not find files for the given pattern(s).
Traceback (most recent call last):
File "C:\Pr…
-
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.
After typing in 'brownie run scripts/deploy.py --network r…
-
### Environment information
### What was wrong?
Please include information like:
https://github.com/eth-brownie/brownie/blob/master/requirements-dev.txt and https://github.com/eth-brownie/bro…
-
As a user, I want blackadder to automatically fetch and install the vyper version specified in my vyper file so that it can format the file.
Brownie implements this functionality here https://githu…
-
- DaoSwap is a replacement for Uniswap
- It should have the same interface as https://app.uniswap.org/#/swap
- We have already built the Solidity contract but we need a FrontEnd
- We use brownie…
-
I was going to run `brownie run scripts/advanced_collectible/create_collectible.py` in the development network and I have an index error popping up. It's telling me that the index is out of range. How…
-
Code:
```python
from brownie import config, network, accounts, interface
from scripts.helpful_scripts import get_account
from scripts.get_weth import get_weth
from web3 import Web3
#0.1
AMOUN…
-
* `brownie` Version: latest
* OS: osx
running a deploy script which deploys a couple contracts then makes calls to them which previously worked now returning big error trace, something about a 502…