Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contract Code & ABI crawler

Environment

Ubuntu, Linux

python 2.xx / 3.xx

Requirement

pip install requests
pip install bs4
pip install json

Components

How to use Simple Contract Parser

how2use

How to use Token Parser

import sys
sys.path.append('../')

from parser_library import token

t = token()
t.get_address(1)
t.save_address('page-1', path='../address/')

You can easily use the modules by checking the following examples.

example

About

open source contracts (include tokens, dapps) crawler

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages