cstybert / dcr-blockchain

Master Thesis
MIT License
0 stars 0 forks source link

Implement blockchain network #20

Closed cstybert closed 1 year ago

cstybert commented 1 year ago

HOW TO USE: Start DNS: cd dns/ dotnet run

Start node(s): cd backend/DCRApi/ dotnet build (only needed once) dotnet run --no-build localhost 4300 (seed node, must be running for any other node to connect) dotnet run --no-build localhost 4301 dotnet run --no-build localhost 4302 ...

Contains:

Bugs: