Skip to content

snjro/Digu

Repository files navigation

Digu

If you want to use Digu right away, open this site:

https://snjro.github.io/Digu/

Digu is a user interface to view smart contracts for Augur. You can browse contract data such as ABI, creation info, functions, events in detail. If you have a RPC endpoint URL, Digu can retrieve the event logs emitted by contracts.

  • Semi-Serverless:
    Digu is a standalone application, basically it runs without a server. Only when using RPC to get event logs, it connects remote environment. And these event logs are all stored on your local database.
  • Zero personal data collection:
    Digu does NOT collect any personal information. All data that requires preservation such as preferance, settings, RPC endpoint URL you set are stored locally.

without a connection to the RPC endpoint, Digu has fundamental data about blockchains and contracts. So even if you don't have an RPC endpoint, you can still browse those information. But if you provide Digu with an RPC endpoint, Digu will use it to retrieve and list event logs emitted by the contracts. These logs are stored in your local browser database called IndexedDB.

The main libraries that are used to achieve this are:

how it works

As an example, you can view event logs like this:

Getting started