Skip to content

iotadevelopment/go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modular IOTA node written in go

This implementation of a IOTA node tries to achieve the maximum possible performance of GO while at the same time offering maximum modularity.

The code is structured into the following building block:

Package (located in /packages):

A "normal" go package that contains logic for a certain topic and that exposes instantiable types (i.e. "network/tcp")

IXI Module (located in /modules):

A package that exposes a singleton API (i.e. "parameter" module) but that does not directly modify the behavior of the node

IXI Plugin (located in /plugins):

A package that directly modifies the "behaviour" of a node (i.e. "gossip" plugin)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages