Skip to content

open source contracts (include tokens, dapps) crawler

Notifications You must be signed in to change notification settings

TEAM-C4B/contract_crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages