Skip to content

Latest commit

 

History

88 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install rust

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Docker

install docker

TODO:

Building the image

docker build -t kademlia .

Running the image

docker run -it kadrustlia

Running locally

cargo run --release

Useful commands

Delete all containers

docker rm -f $(docker ps -a -q)
docker system prune -a --volumes

Docker commands

docker build -t kademlia .
docker compose up --build -d
docker ps -a
docker exec -it kadrustlia-kademliaNodes-1 /bin/sh

CLI

docker attach <container_id>

About

D7024E kademlia implementation in rust

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages