ethglobal taipei mainnet support
This isn't a technical question, but I couldn't find any other place to ask. For the ETHGlobal Taipei NODIT track, the guidelines mention that projects must be deployed on a testnet. However, we're building as a startup and plan to deploy on the mainnet during the hackathon itself. Would we still be eligible for the prize track?
Querying contract
Hello. How can I query the current state of the specified APTOS contract using Nodit Indexer and Hedera Cloud?
Can't get Events emitted by Smart contract using Nodit Indexer
Hello, I have a smart contract that emits an event when upload_content
is called. I see the events emitted when I check Testnet explorer, however, if I try to get it with Nodes index, it doesn't show.
Events in aptos
Hi guys,
In aptos document, mentions Event-Handle events are deprecated and introduces working by Module Events.
I'm looking for a Node API for getting Module Events.
I found just these:
https://developer.nodit.io/reference/aptos_geteventsbyeventhandle
Is there any?
Aptos Indexer API Graphql Query Error
I'm trying to run following query:
query MyQuery {
current_token_ownerships_v2 {
current_token_data {
cdn_asset_uris {
cdn_image_uri
}
}
}
}