This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
watcher-ts
Watch
16
Star
1
Fork
0
You've already forked watcher-ts
mirror of
https://github.com/cerc-io/watcher-ts
synced
2024-11-20 04:46:20 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a8e59eb6b9
watcher-ts
/
packages
/
cache
/
index.ts
6 lines
70 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Add APGL license and copyright notices (#212) * Add license & copyright declarations for add-watcher. * Add copyright declarations for cache. * Add copyright declarations for erc20-watcher. * Add copyright declarations for ipld-eth-client. * Add copyright declarations for tracing-client. * Add copyright declarations for uni-watcher. * Add copyright declarations for solidity-mapper. * Add copyright declarations for uni-info-watcher. * Add copyright declarations for util. * Add copyright declarations for lighthouse-watcher. * Change license identifier in .sol files. Co-authored-by: prathamesh0 <prathamesh.musale0@gmail.com>
2021-08-12 09:58:13 +00:00
//
// Copyright 2021 Vulcanize, Inc.
//
Lazy ERC20 watcher (#11) * Storage mapping utils. * Resolver factories. * Get ERC20 balance from upstream ipld-eth-server slot. * Get ERC20 allowance from storage slot. * Parse ERC20 events from block events. * Cache GQL requests in leveldb. * Refactor fetch/cache from upstream into eth-loader class. * Refactoring. * Refactor eth-client, extract cache class. * Cache config settings. * Debug logs. * Rename server to watcher. * Start local server by default. * Split into multiple packages. * eth-client API methods. * Update docs.
2021-05-28 11:26:40 +00:00
export
*
from
'./src/cache'
;
Reference in New Issue
Copy Permalink