Skip to content
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

Add loan_tracker module #9

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

mrhouzlane
Copy link

Description

Add a loan tracker module based on NectarFinance project.


for tx_receipt in contract_txs:
for log in tx_receipt.logs:
if log['topics'][0] == '0xEventSignatureHash':
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this a dummy event? What exactly is this doing?

@@ -0,0 +1,86 @@
from web3 import Web3

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This and all the files below are from the official Uniswap V2 implementation. Would you happen to know if they are required for your use case? What changes have you guys made?

P.S. - Please describe the use case and how these compute modules fit in the README file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants