Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Commit

Permalink
Descript different custom sync transformer types
Browse files Browse the repository at this point in the history
  • Loading branch information
elizabethengelman committed May 13, 2019
1 parent 829a581 commit 7ddf728
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions documentation/custom-transformers.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ abide by one of the standard [interfaces](../staging/libraries/shared/transforme
## Writing custom transformers
For help with writing different types of custom transformers please see below:

Storage Transformers
Storage Transformers: transform data derived from contract storage tries
* [Guide](../../staging/libraries/shared/factories/storage/README.md)
* [Example](../../staging/libraries/shared/factories/storage/EXAMPLE.md)

Event Transformers
Event Transformers: transform data derived from Ethereum log events
* [Guide](../../staging/libraries/shared/factories/event/README.md)
* [Example 1](https://github.com/vulcanize/ens_transformers/tree/master/transformers/registar)
* [Example 2](https://github.com/vulcanize/ens_transformers/tree/master/transformers/registry)
* [Example 3](https://github.com/vulcanize/ens_transformers/tree/master/transformers/resolver)

Contract Transformers
Contract Transformers: transform data derived from Ethereum log events and use it to poll public contract methods
* [Example 1](https://github.com/vulcanize/account_transformers)
* [Example 2](https://github.com/vulcanize/ens_transformers/tree/master/transformers/domain_records)

Expand Down

0 comments on commit 7ddf728

Please sign in to comment.