flashbots / flashbots/web3-flashbots

Run simulate in python

Open
#80 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
428
Forks
213
PR merge metrics
No merged PRs in 30d

Description

Several times I tried to use the lib to run transaction simulations, but it seems to have been difficult and unsuccessful work. This is how I am importing and using the lib:

```
from flashbots import flashbot

signer: LocalAccount = Account.from_key(private_key)
flashbot_con = flashbot(w3, account.address)

print(flashbot_con)
```

The output of this print returns None, and that prevents me from moving forward with the implementation. Does anyone have an idea what it could be?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.