Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 497 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 497 Bytes

📕 Description 📕

  • It is a simple console app that calls a function of the vires smart contract in the infinity loop.

⚒ How to use it ⚒

mvn package
export WAVES_SEED='your seed'
java -jar target/escape-from-vires-1.0-jar-with-dependencies.jar

or

export WAVES_SEED='your seed'
java -jar target/escape-from-vires-1.0-jar-with-dependencies.jar

if you took jar from releases page