samir shaikh
samir shaikh
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...
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_accounts() # usd=get_contract("eth_usd") # vrfcoordinta =get_contract("VRFCoordinator") smart_lottery.deploy(get_contract("eth_usd"), get_contract("VRFCoordinator"), get_contract('Link_Token') , config["networks"][network.show_active()]["fee"], config["networks"][network.show_active()]["keyhash"],...