Skip to content

App that helps you identify ethereum smart contract basing on bytecode

Notifications You must be signed in to change notification settings

peterjot/EthereumSmartContractIdentifier

Repository files navigation

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

Releases

No releases published

Packages

No packages published