Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.07 KB

File metadata and controls

36 lines (26 loc) · 1.07 KB

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