Skip to content

Error: could not coalesce error (error={ "code": -32000, "data": { "hash": #5828

Answered by alfaqi
OlamiposcyDev asked this question in Q&A
Discussion options

You must be logged in to vote

First of all
you must not share your private key, from now and on don't use this account for real money.

make sure you're using this packages

{
  "dependencies": {
    "ethers": "^6.6.2",
    "solc": "^0.8.7-fixed"
  }
}

then run this command for compiling
npx solcjs --bin --abi --include-path node_modules/ --base-path . -o . SimpleStorage.sol

after that, you can deploy your contract.

Replies: 3 comments 9 replies

Comment options

You must be logged in to vote
6 replies
@alfaqi
Comment options

@MehdiAbidri
Comment options

@alfaqi
Comment options

@MehdiAbidri
Comment options

@alfaqi
Comment options

Answer selected by OlamiposcyDev
Comment options

You must be logged in to vote
1 reply
@alfaqi
Comment options

Comment options

You must be logged in to vote
2 replies
@alfaqi
Comment options

@MehdiAbidri
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants