- .NET 8 SDK
For installation of application:
- Download application:
git clone https://github.com/DevilSmith/coinbox.git
cd coinbox
- Run coinbox-service from ./coinbox:
cd coinbox-service
dotnet run
- Go coinbox-client project folder from ./coinbox:
cd coinbox-client
- Starting in message listening mode:
dotnet run listen-messages
In this mode, the application captures the I/O stream of the shell.
- Take coins from coinbox:
dotnet run take-coins <count>
- Get the history of the change in the number of coins:
dotnet run get-changes <count>
- Get the current number of coins:
dotnet run get-current-number