aepp-sdk-java
  • Intro & System requirements
  • Use the SDK
    • Include dependency
    • Overview & Structure
    • Plugins
    • Example applications
  • Contribute
    • How to contribute?
Powered by GitBook
On this page

Was this helpful?

  1. Use the SDK

Plugins

PreviousOverview & StructureNextExample applications

Last updated 5 years ago

Was this helpful?

contraect-maven-plugin

To provide an easy way to interact with smart contracts on the æternity blockchain we developed a plugin that uses the source code of contracts written in Sophia as input to generate Java classes. The generated classes make use of the aepp-sdk-java and provide methods to deploy contracts and call the respective entrypoint functions.

Links:

Github
Documentation
Download