Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ブラウニー インポート ネットワーク、構成、ブラウニー インポート FundMe からのアカウントから
def deploy_fund_me(): account = get_account fund_me = FundMe.deploy({"from": account}) print(f"contract deployed to {fund_me.address}") def main(): deploy_fund_me()