Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,24 @@ Library App is a console-based library management system implemented in C# using
```sh
git clone https://github.com/yourusername/library-app.git
cd library-app
```
2. Build the solution:
```sh
dotnet build
```
3. Run the console application:
```sh
dotnet run --project src/Library.Console/Library.Console.csproj
dotnet run --project src/Library.Console/Library.Console.csproj
```
4. Follow the on-screen instructions to interact with the library management system.

## XENE Tokenomics
XENE's tokenomics aim to build a token economy that supports Xenea in achieving the following key outcomes:

- **Security**: An appropriate incentive model rewards protocol-based mining activity and encourages many ecosystem participants to operate secure nodes.
- **Decentralization**: Future distributed nodes and communities contribute to ecosystem expansion and governance decisions.
- **Sustainability**: The tokenomics are designed to encourage important Xenea processes, including block verification, in a sustainable manner.
- **Ecosystem Development**: XENE is used as an incentive for dApp developers to build applications and services on Xenea.

## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
```