Neeraj Kashyap
Neeraj Kashyap

We could actually return a bunch of metadata about an address: 1. Is it a smart contract? On Ethereum? Polygon? 2. When was it deployed? 3. ABI from {Ether,Polygon}scan. 4....
When you copy-paste an ABI from Polygonscan or Etherscan, it gets pasted as a single line of JSON:  It should get prettified (e.g. using `JSON.stringify(abi, null, 2)`) after verification....
Currently, we only crawl method calls and events. But a user may legitimately want to know what the value of a member variable on a smart contract was at a...
Main use case is for applications using node.js. Would be nice also to have browser support.
`NEXT_PUBLIC_MOONSTREAM_DB_URL` is a very scary name, and indicates a direct connection to the database. What this variable actually contains is the URL of the API that current returns the Moonstream...
Currently, as an example, callers can only filter `ethereum_blockchain` events using addresses. IT would be a good idea to also allow them to filter using subscription IDs. This was suggested...
This test network should match the topology of the post-merge Ethereum mainnet - especially once shards exist. Shards - https://ethereum.org/en/eth2/shard-chains/