GitHub / iExecBlockchainComputing / iexec-blockchain-adapter-api
A blockchain adapter API for iExec Smart-Contracts and other Ethereum things
Stars: 4
Forks: 11
Open issues: 0
License: apache-2.0
Language: Java
Size: 727 KB
Dependencies parsed at:
20
Created at: about 4 years ago
Updated at: about 1 year ago
Pushed at: about 1 year ago
Last synced at: about 1 year ago
build.gradle
maven
- org.projectlombok:lombok * compileOnly
- com.iexec.common:iexec-common $iexecCommonVersion implementation
- com.squareup.okhttp3:okhttp 4.3.1 implementation
- io.github.openfeign:feign-core $openFeignVersion implementation
- io.github.openfeign:feign-jackson $openFeignVersion implementation
- io.github.openfeign:feign-slf4j $openFeignVersion implementation
- org.jetbrains.kotlin:kotlin-stdlib 1.3.50 implementation
- org.springdoc:springdoc-openapi-ui 1.6.3 implementation
- org.springframework.boot:spring-boot-starter-data-mongodb * implementation
- org.springframework.boot:spring-boot-starter-security * implementation
- org.springframework.boot:spring-boot-starter-validation * implementation
- org.springframework.boot:spring-boot-starter-web * implementation
- org.awaitility:awaitility 4.0.1 testImplementation
- org.springframework.boot:spring-boot-starter-test * testImplementation
- com.iexec.common:iexec-common $iexecCommonVersion implementation
- org.junit.jupiter:junit-jupiter 5.8.2 testImplementation
docker/Dockerfile
docker
- openjdk 11.0.15-jre-slim build
docker-compose.yml
docker