-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Example scripts now read from environment variables without manual ch…
…anges. Added Acknowledgments to the Readme.
- Loading branch information
Showing
5 changed files
with
63 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -274,6 +274,7 @@ his = asyncio.run(client.get_event_history(params=params)) | |
## Examples | ||
|
||
All examples are located in the [```examples```](./examples) directory. | ||
Before running the scripts, make sure to set the environment variables. | ||
|
||
## Contributing | ||
|
||
|
@@ -303,11 +304,15 @@ SOFTWARE. | |
|
||
|
||
## Acknowledgments | ||
I would like to express my gratitude to the following individuals and organizations who have contributed to this project: | ||
### Contributors | ||
- Brock Smedley ([@zeroXbrock](https://github.com/zeroXbrock)) - Oversaw the project and provided valuable feedback. | ||
- Flashbots ([@flashbots](https://www.flashbots.net/) Organization that provided the initial idea and specifications for the project. | ||
|
||
## FAQs | ||
|
||
## Troubleshooting | ||
### External Libraries and Dependencies | ||
- [aiohttp-sse-client](https://pypi.org/project/aiohttp-sse-client/) - By [Jason Hu]([email protected]) | ||
- [web3.py](https://github.com/ethereum/web3.py) - By [Ethereum Foundation](https://ethereum.org/en/) | ||
|
||
## Contact | ||
|
||
For questions or feedback, contact [email protected] | ||
For questions or feedback, contact [email protected] or ask in Flashbots [Discord](https://discord.com/channels/755466764501909692/1098658519676371045) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters