-
Notifications
You must be signed in to change notification settings - Fork 0
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 support for scanning additional token data #10
Comments
Please coordinate with @LeahN67 about required data points (to update "whatnot" above 🙂). |
@tarasherasymchuk , when can I schedule a meeting?Kindly communicate your availability. Thank you. |
@tarasherasymchuk As described in the call, the data we are looking for would ideally be beyond the transactional data available on etherscan. Because we are trying to build a recommendation engine specifically tailored for Ocean, we need to ingest data points that would be relevant in providing a recommendation to Ocean Protocol users. But of course the transaction data found on etherscan is also highly useful as it helps us build a network of users and exchanges that can help map the Ocean network. Further Data points we would like to gather:
Please let me know if you would like me to clarify anything and thanks again for your assistance. It is very much appreciated. Let's talk tomorrow. |
Copying some Slack discussions around the data discussed in Leah's last comment here: From me (slightly edited/re-ordered for clarity):
Fom Rahul:
Yes that clarifies it. So basically point 3. is covered by 2. Which means that the existing Ocean scanner covers all of this already.
As mentioned above, the scanner already scans user transactions with Ocean data tokens and pools and adds those tx as As for the collaborative filtering, I had outlined my idea for it in my comment on #6. The only data required for that which is not covered by the scanner yet is which tokens are held by a user (as already explained there). |
@LeahN67 @rahulsrivatsa
I scanned 387 items and none of them has Also, we discussed the possibility how stacking and one of the options is to filter by the transaction
Going to investigate further in this direction. |
Thank you @tarasherasymchuk ..Is it possible you include tags? |
Can you elaborate a bit more on that? Currently, the Ocean scanner already posts relationships of type "properties": {
"action": "join",
"PoolSharesBalance": 10,
<other properties...>
} Let's make sure to not duplicate work, and only add what's needed and not already there. |
Hello @databu |
@LeahN67 we query |
@LeahN67 Just noticed that it's
|
Add support for scanning token balances (and whatnot) for given addresses, supporting ERC-20 token contracts, and DAO membership tokens (might also be ERC20, or possibly NFTs or whatever).
Additional data to get to be defined (should start with token balances).
The text was updated successfully, but these errors were encountered: