You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
I am using a geth private node for testing, I can send requests to the node from web3.py without any issues. I am trying to deploy a smart contract on it using truffle but nothing happens.
truffle migrate --network private
Happening:
Compiling your contracts...
===========================
> Everything is up to date, there is nothing to compile.
Network up to date.
I looked everywhere online and cant find any solution :S
Truffle v5.11.5 (core: 5.11.5)
Solidity - 0.8.21 (solc-js)
Node v20.8.0
Web3.js v1.10.0
I am using a geth private node for testing, I can send requests to the node from web3.py without any issues. I am trying to deploy a smart contract on it using truffle but nothing happens.
truffle migrate --network private
Happening:
I looked everywhere online and cant find any solution :S
My truffle config:
My deploy contract migration:
I checked if anything was deployed on the private chain and it shows nothing..
Expected:
The text was updated successfully, but these errors were encountered: