Convert Greeter contract example to use local signing middleware
Open
priority: p2 normal
- Dominant language
- Python
- Stars
- 5.5k
- Forks
- 1.7k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 2
Description
### What was wrong?
The current [hello world example](https://web3py.readthedocs.io/en/stable/contracts.html#contracts) 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.
Contributor guide
Assessment
This issue has not been assessed yet.