-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
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
Convert Greeter contract example to use local signing middleware #2386
Comments
@miohtama Hi, I am a first-time contributor and I want to contribute to web3py. I am looking into this issue and tried out the (sample code)[https://web3py.readthedocs.io/en/stable/contracts.html#contracts] and it works fine. Do you give more context regarding the local signing middleware and which part of the example where you sign using your Ethereum node? |
Happy Friday everyone! This is something I can update, just worked on the middleware section relating to signing transactions. ☕. @simonjulianl if you are still interested we could collaborate. |
Hi @B3nac , I would love to collaborate with you and learn from you too! |
Awesome! 😃 With this example we only need to adapt the functions to the methods that sign with a local key. Which means all |
@B3nac cool! I have joined the Discord channel and would contact you there for further details |
Yeah, I think that's a great idea! Thanks @B3nac! |
What was wrong?
The current hello world example is outdated. It assumes you can sign transactions on your Ethereum node, which has not been the case for the last 3 years.
How can it be fixed?
Write a new example code using local signing middleware.
The text was updated successfully, but these errors were encountered: