We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm following this tutorial: https://medium.com/gochain/how-to-create-and-deploy-an-nft-smart-contract-in-10-minutes-e0d7ef8e59fc
When running sudo web3 contract deploy MYTEST.bin
sudo web3 contract deploy MYTEST.bin
This error happens:
ERROR: Error deploying contract: invalid private key: invalid length, need 256 bits
I already tried by setting the private key without the 0x in front of it but the error is the same.
0x
How to make it works?
Thanks
The text was updated successfully, but these errors were encountered:
see the discussion for more info
Sorry, something went wrong.
No branches or pull requests
I'm following this tutorial: https://medium.com/gochain/how-to-create-and-deploy-an-nft-smart-contract-in-10-minutes-e0d7ef8e59fc
When running
sudo web3 contract deploy MYTEST.bin
This error happens:
ERROR: Error deploying contract: invalid private key: invalid length, need 256 bits
I already tried by setting the private key without the
0x
in front of it but the error is the same.How to make it works?
Thanks
The text was updated successfully, but these errors were encountered: