Skip to content

dark0ghost/AsyncEtherScanApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AsyncEtherScanApis

support

python 3.7.3 +
aiohttp 3.0 +

use:

from etherscan import EtherScan
async def main():
       f = EtherScan(api_key="{token}")
        await f.open_session() # or Etherscan(api_key="{token}",session)
        print(await f.your_method())
asyncio.run(main())

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages