Git Product home page Git Product logo

ixi's Introduction

IOTA Extension Interface (IXI)

About

The IOTA Extension Interface provides an API that connects IXI modules to the Ict core client. IXI modules are applications built on top of the Tangle protocol.

Creating an IXI

Step 1: Clone this Repository

# clone the example source code
git clone https://github.com/iotaledger/ixi

You can also manually download the repository source code if you don't have Git.

Step 2: Open the Project in your IDE

# if you are using intellij (requires Gradle)
gradle idea

Step 3: Implement your IXI Module

This part is where you get creative. Implement your ideas in src/main/java/org.iota.ixi/Ixi.java. Make sure to change the name from example.ixi to whatever your IXI module is called.

Step 4: Build your IXI.jar

This step requires Gradle.

# move into the cloned repository (in which your build.gradle file is)
cd Desktop/ixi

# build the .jar file
gradle fatJar

You should now find your finished ixi-{VERSION}.jar file.

Run the IXI module with your Ict

Step 1: Enable the IXI in your ict.cfg file:

The ict.cfg file will be created the first time you start your Ict. Just make sure that the ict_enabled property is set to true:

ict_enabled=true

Step 2: Start your Ict client

java -jar ict-{VERSION}.jar

Step 3: Start your IXI module

The name of your Ict is defined in the ict.cfg file.

java -jar ixi-{VERSION}.jar {ICT NAME}

ixi's People

Contributors

vuapo-eth avatar samuel-rufi avatar itsquall avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.