/EthereumSmartContractIdentifier

App that helps you identify ethereum smart contract basing on bytecode

Primary LanguageJava

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