contraect-maven-plugin

a community developed maven plugin to generate java classes for smart contracts from sophia source code. the generated classes make use of the aepp-sdk-java and provide methods to deploy contracts and call the respective entrypoint functions.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.kryptokrauts
ArtifactId

ArtifactId

contraect-maven-plugin
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

contraect-maven-plugin
a community developed maven plugin to generate java classes for smart contracts from sophia source code. the generated classes make use of the aepp-sdk-java and provide methods to deploy contracts and call the respective entrypoint functions.
Project URL

Project URL

https://github.com/kryptokrauts/contraect-maven-plugin
Source Code Management

Source Code Management

https://github.com/kryptokrauts/contraect-maven-plugin

Download contraect-maven-plugin

How to add to project

<plugin>
    <groupId>com.kryptokrauts</groupId>
    <artifactId>contraect-maven-plugin</artifactId>
    <version>2.0.0</version>
</plugin>

Dependencies

compile (7)

Group / Artifact Type Version
com.kryptokrauts : aepp-sdk-java jar 3.0.0
com.squareup : javapoet jar 1.11.1
org.apache.maven : maven-plugin-api jar 3.8.3
org.apache.maven.shared : file-management jar 3.0.0
org.javatuples : javatuples jar 1.2
ch.qos.logback : logback-classic jar 1.2.6
com.fasterxml.jackson.datatype : jackson-datatype-jdk8 jar 2.13.0

provided (2)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.22
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.6.1

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.8.1
org.junit.jupiter : junit-jupiter-engine jar 5.8.1

Project Modules

There are no modules declared in this project.
com.kryptokrauts

Versions

Version
2.0.0
2.0.0-RC1