Network of Autonomous and Heterogeneous Services (NaHS)
-
events
: Describes BSPL instance events according to the implementation. As of now there are three events: -
net
: Networking components. The main struct isNode
. A node has a BSPL reasoner and a LibP2P host, implementing methods and handlers to send BSPL components between network peers. Nodes discover each other either manually or with the libp2p implementation of rendezvous (preferred) using the default bootstrap nodes.
-
config
: Contains the private key of the main network (which is public, private only limits interaction to NaHS nodes). -
scripts
: Contains a script to generate a private network key. -
test
: Test resources.