peterjot / EthereumSmartContractIdentifier

App that helps you identify ethereum smart contract basing on bytecode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ethereum Smart Contract Identifier

App that help you identify ethereum smart contract from bytecode

Build Status

Build Status

Support

If you need support:
Send me an email

How to compile?

git clone https://github.com/peterjot/EthereumSmartContractIdentifier.git
cd EthereumSmartContractIdentifier/
chmod +x mvnw 
./mvnw clean install -DskipTest=true -Dmaven.javadoc.skip-true -B

How to run?

java -jar ./target/contract-identifier-1.0.0-SNAPSHOT.jar --DB_URI=mongodb://myDbLogin:myDbPass@myHost:myPort/myDbName --ADMIN_LOGIN=myAdminLogin --ADMIN_PASSWORD=myAdminPassword --SERVER_PORT=myServerPort

docker-compose

git clone https://github.com/peterjot/EthereumSmartContractIdentifier.git
cd EthereumSmartContractIdentifier
docker-compose up

About

App that helps you identify ethereum smart contract basing on bytecode


Languages

Language:Java 63.7%Language:JavaScript 22.1%Language:HTML 10.2%Language:Python 2.9%Language:CSS 0.9%Language:Dockerfile 0.3%