Skip to content

Commit

Permalink
firx: readme urls
Browse files Browse the repository at this point in the history
  • Loading branch information
sacha-l committed May 16, 2024
1 parent ec777e7 commit f986e76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ Say goodbye to the complexities of networking and hello to simplicity. With Swar

Have a look at some tutorials that demonstrate the use of SwarmNl in various contexts:

- [Echo server tutorial](/tutorials/echo_server/README.md): demonstrates a simple use case of setting up a node and querying the network layer.
- [File sharing application tutorial](/tutorials/file_sharing_app/README.md): demonstrates interacting with the DHT and sending/recieving RPCs from peers.
- [Simple game tutorial](/tutorials/simple_game/README.md): demonstrates communicating with peers over the network through gossiping.
- [Echo server tutorial](https://github.com/algorealmInc/SwarmNL/tree/main/tutorials/echo_server): demonstrates a simple use case of setting up a node and querying the network layer.
- [File sharing application tutorial](https://github.com/algorealmInc/SwarmNL/tree/main/tutorials/file_sharing_app): demonstrates interacting with the DHT and sending/recieving RPCs from peers.
- [Simple game tutorial](https://github.com/algorealmInc/SwarmNL/tree/main/tutorials/simple_game): demonstrates communicating with peers over the network through gossiping.

## Documentation

Expand Down

0 comments on commit f986e76

Please sign in to comment.