A discv5 implementation to create a decentralized p2p network for key-value storage using DHTs. Usage for bootstrap node: Run using the command: cargo run -- --enr-ip4 [ip address here with no brackets] --port [port with no brackets] Usage for other nodes: Bootstrap Settings: Add a bootstrap node by providing its ENR in bootstrap.json file Run "cargo run"