Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

iotaledger/graph.ixi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph.ixi

About

By nature, IOTA transactions reference only two other transcations - which may not suffice in all cases. There are scenarios, for example like in qubic or when determining timestamps for transactions, where arbitrary data pieces need to be linked with arbitrary number of other data pieces. As specified by Paul Handy, an alternative, uniform solution for organizing data is required [1].

Graph.ixi is an IXI (IOTA eXtension Interface) module for the Iota Controlled agenT (Ict). It extends the core client with the functionality to link arbitrary data with any number of other data pieces. As a result, it circumvents the usual limit of transactions that can be referenced.

[1] Specification of Graph.ixi
[2] Documentation paper of Graph.ixi

Installation

Step 1: Install Ict

Please find instructions on iotaledger/ict.

Make sure you are connected to the main network and not to an island, otherwise you won't be able to message anyone in the main network.

Step 2: Get Graph.ixi

There are two ways to do this:

Simple Method

Go to releases and download the graph-{VERSION}.jar from the most recent release.

Advanced Method

You can also build the .jar file from the source code yourself. You will need Git and Gradle.

# download the source code from github to your local machine
git clone https://github.com/iotaledger/graph.ixi
# if you don't have git, you can also do this instead:
#   wget https://github.com/iotaledger/graph.ixi/archive/master.zip
#   unzip master.zip

# change into the just created local copy of the repository
cd graph.ixi

# build the graph-{VERSION}.jar file
gradle ixi

Step 3: Install Graph.ixi

Move graph-{VERSION}.jar to the modules/ directory of your Ict:

mv graph-{VERSION}.jar ict/modules

Step 4: Run Ict

Switch to Ict directory and run:

java -jar ict-{VERSION}.jar

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages