A MuleSoft connector enabling easy access for MuleSoft applications to interact with the IOTA tangle.
In your MuleSoft Anypoint Studio project, add the following lines to your Maven POM file:
<dependency>
<groupId>com.github.sikhness</groupId>
<artifactId>mule-iota-connector</artifactId>
<version>1.5.1</version>
<classifier>mule-plugin</classifier>
</dependency>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
- Updated IOTA Client SDK to the latest production source code branch for iota.rs. Branch: 3cdaeefa8f727d77beda605c228a42e14752bebc
- Added option to enable (default) or disable Local proof of work (PoW) in IOTA connector configuration
- Added connector operation to convert private mnemonic seed to hex seed
- This is the the first release capable of connecting and interacting MuleSoft applications with the IOTA 1.5 (Chrysalis) protocol.
- This is the first pre-release capable of connecting and interacting MuleSoft applications with the IOTA 1.0 protocol.