swarm-nl 0.2.0

A library to build custom networking layers for decentralized and distributed applications.
Documentation
1
2
3
4
5
6
7
8
9
# Replication

After configuring your node for replication, you can participate in replication activities accross the network by calling methods exposed to the application layer:

- [`Core::replicate`]: Replicates data across replica nodes on the network.
- [`Core::replicate_buffer`]: Clone a remote node's replica buffer.
- [`Core::join_repl_network`]: Join a replica network.
- [`Core::leave_repl_network`]: Exit a replica network.
- Etc.