Handle nitpicks

This commit is contained in:
2025-06-05 18:32:48 +05:30
parent 2f87f3c7ea
commit fc7cde6c27
+2 -6
View File
@@ -6,9 +6,9 @@ A comprehensive blockchain indexing and querying system for [Azimuth](https://do
Azimuth is Urbit's public key infrastructure (PKI) that lives on Ethereum. It's a set of smart contracts that manage Urbit identities called "points" (similar to usernames), their ownership, cryptographic keys, and hierarchical relationships. By storing identity data on Ethereum, the system is decentralized and censorship-resistant.
## What are Blockchain Watchers?
## What are Watchers?
Blockchain watchers are services that continuously monitor smart contracts on Ethereum, index their events and state changes, and provide efficient APIs for querying blockchain data. Instead of directly querying the Ethereum blockchain (which is slow and expensive), applications can query watchers for fast, indexed access to current and historical blockchain state.
Watchers are services that continuously monitor smart contracts on Ethereum, index their events and state changes, and provide efficient APIs for querying blockchain data. Instead of directly querying the Ethereum blockchain (which is slow and expensive), applications can query watchers for fast, indexed access to current and historical blockchain state.
## System Architecture
@@ -239,7 +239,3 @@ The watchers continuously monitor Ethereum smart contracts by connecting to Ethe
### Storage
Each watcher maintains its own PostgreSQL database for efficient querying and data isolation.
## Generate Watchers
Follow [instructions](./generate-watchers.md) to generate Azimuth watchers using the code generator ([`@cerc-io/codegen`](https://github.com/cerc-io/watcher-ts/tree/v0.2.76/packages/codegen))