Infura
使用 brownie 和 infura 將合約部署到 Kovan
我正在嘗試在 Kovan 網路中簡單地部署一個智能合約,我已經使用了 ID 的導出,
export WEB3_INFURA_PROJECT_ID=xxxx
但我收到了這個錯誤ValueError: The method eth_sendTransaction does not exist/is not available
查看 infura 文件,該方法不可用。我做錯了什麼?
看起來問題出在
brownie-config.yaml
文件中,我將部署者地址設置為cmd_settings / unlock
. 從那裡刪除地址後,部署順利。我想我誤解了這個unlock
功能!
請從 Infura 社區論壇查看此內容:https ://community.infura.io/t/the-method-eth-sendtransaction-does-not-exist-is-not-available/1537