The IOTA SDK provides developers with a seamless experience to develop on IOTA by providing account abstractions and clients to interact with node APIs.
plugins {
id 'io.github.gradle-nexus.publish-plugin' version '1.1.0'}
group 'org.iota'
version ='1.0.0-rc.3'
nexusPublishing {
repositories {sonatype()}}