SUPERALGOS HOW TO

Creating a Public P2P Network in Superalgos

A step-by-step walk through on creating a new public P2P network in Superalgos

Alex White
Superalgos | Algorithmic Trading

--

There are a few network types in Superalgos, but the public network is at the core of the system. The application ships with a few default networks, but that doesn’t mean you can’t create your own. Here’s how.

This is a step by step walk through on creating a new public P2P network in Superalgos.

Open the Network Skeleton workspace.

Go to and expand the network project node.

Expanded network project node

Click create Add P2P Network.

New P2P network node

This will create a new public network node, rename it.

Naming P2P network node

Click on Configure and set the codeName property.

Setting the codeName on the P2P network node

When you’re happy with your name choice, click to Install as plug-in.

Click Install as Plugin

This step will save the network to the Plugins/Network/P2P-Networks/ folder.

You can now install this network as a plug-in on any workspace.

Adding a public network to a workspace

You can either commit this file, create a pull request to merge it into the Superalgos ecosystem or just share it with your friends.

--

--