Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 860 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 860 Bytes

Maven Central

Javascore

This repo contains the smart contracts for ICON-XCall in java.

xcall-lib library

You can include this package from Maven Central by adding the following dependency in your build.gradle.

implementation group: 'xyz.venture23', name: 'xcall-lib', version: '0.1.2'

Requirement

  • JDK 11+

Build Contracts

# build specific contract
./gradlew xcall:build

# build all
./gradlew build

Optimized Jar

./gradlew xcall:optimizedJar

Deploy Contract

./gradlew xcall:deployToLocal -PkeystoreName=<your_wallet_json> -PkeystorePass=<password>