cryptoprice/examples/bld
2025-03-26 01:01:18 -07:00
..
.idea Bump bld to version 2.2.1 2025-03-16 18:09:03 -07:00
.vscode Bump bld to version 2.2.1 2025-03-16 18:09:03 -07:00
lib/bld Add OS matrix for Ubuntu, Windows and macOS 2025-03-26 01:01:18 -07:00
src Bump org.json to version 20250107 2025-03-16 18:12:16 -07:00
.gitignore Moved from Gradle to bld 2023-11-08 17:05:19 -08:00
bld Moved from Gradle to bld 2023-11-08 17:05:19 -08:00
bld.bat Moved from Gradle to bld 2023-11-08 17:05:19 -08:00
README.md Upgraded to Kotlin 1.9.21 2023-11-23 17:45:41 -08:00

Kotlin Example

To compile & run the Kotlin example:

./bld compile

./bld run
./bld run --args="btc"
./bld run --args="eth eur"

Java Example

To compile & run the Java example:

./bld compile

./bld run-java
./bld run-java --args="btc"
./bld run-java --args="eth eur"