smart-contract-search-engine icon indicating copy to clipboard operation
smart-contract-search-engine copied to clipboard

Takes a link to a smart contract's raw ABI file and an RPC URL and then indexes all instances of that smart contract

Results 12 smart-contract-search-engine issues
Sort by recently updated
recently updated
newest added

We will need to support semi-natural language queries like this: https://qbox.io/blog/tutorial-search-plurals-analyzers-elasticsearch

enhancement

Show only the last known state of a contract, which has since been destructed. Display a flag which shows that the contract has been destructed.

enhancement

The idea behind this is as follows - shard the work load so that each of them harvest a few ABIs - Have an "in_progress" field in the "all" index...

enhancement
long term
reliability and performance

We are adding a feature which sets a flag (should the record in the index be constantly updated or has the still-alive contract reached a point where there is no...

enhancement
reliability and performance

We now have a new index attribute called "complete" this could be used to filter search engine results in the frontend (in the event that a user only wants to...

enhancement
user interface

The results section of the search page will need to display a simple message in the event that no results are returned i.e. "Sorry, no results found for that query"

user interface

At present all of the Python configuration is inside the config.ini, this is really neat. The Javascript needs a similar system. It may be possible for the Javascript to call...

configuration

Do this in a general / generic way so that it can be portable across all contracts. Ultimately we are showing "who" did "what" at "which" time. Having the event...

enhancement
long term