mirror of
https://github.com/autistic-symposium/blockchain-data-engineering-toolkit.git
synced 2025-07-20 21:58:48 -04:00
Clean up
This commit is contained in:
parent
49c2206dc1
commit
5fbab7ede1
13 changed files with 808 additions and 28 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||

|
||||
|
||||
##### 📚 more details can be found in my mirror post, **[quant #3: building a scalable event scanner for ethereum](https://mirror.xyz/steinkirch.eth/vSF18xcLyfXLIWwxjreRa3I_XskwgnjSc6pScegNJWI)**.
|
||||
##### 📚 more details can be found in my mirror post, **[quant #3: building a scalable event scanner for ethereum](https://mirror.xyz/go-outside.eth/vSF18xcLyfXLIWwxjreRa3I_XskwgnjSc6pScegNJWI)**.
|
||||
|
||||
|
||||
<br>
|
||||
|
@ -83,7 +83,7 @@ optional arguments:
|
|||
|
||||
<br>
|
||||
|
||||
follow [this instructions](https://mirror.xyz/steinkirch.eth/vSF18xcLyfXLIWwxjreRa3I_XskwgnjSc6pScegNJWI) to deploy the indexer to [vercel](https://vercel.com/) and [mongodb atlas](https://cloud.mongodb.com/v2/640ec23b5c46a564602b7c0e#/overview).
|
||||
follow [this instructions](https://mirror.xyz/go-outside.eth/vSF18xcLyfXLIWwxjreRa3I_XskwgnjSc6pScegNJWI) to deploy the indexer to [vercel](https://vercel.com/) and [mongodb atlas](https://cloud.mongodb.com/v2/640ec23b5c46a564602b7c0e#/overview).
|
||||
|
||||
<br>
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ setup(
|
|||
'src.blockchains',
|
||||
'src.server',
|
||||
'src.utils']),
|
||||
author="steinkirch.eth",
|
||||
author="mia stein,
|
||||
install_requires=['python-dotenv'],
|
||||
entry_points={
|
||||
'console_scripts': ['indexer=src.main:run']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue