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
1cbd70e57c
watcher-ts
/
packages
/
ipld-eth-client
/
index.ts
4 lines
101 B
TypeScript
Raw
Normal View
History
Unescape
Escape
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/eth-client'
;
export
*
from
'./src/utils'
;
Factory PoolCreated event handler (#120) * Setup handler for PoolCreated event. * Create Pool entity. * Subscribe to uni-watcher for watching events. * Refactor code to create GraphQLClient in ipld-eth-client. Co-authored-by: nikugogoi <95nikass@gmail.com> Co-authored-by: nabarun <nabarun@deepstacksoft.com>
2021-07-06 11:25:11 +00:00
export
*
from
'./src/graphql-client'
;
Reference in New Issue
Copy Permalink