github.com/5z3f/lastchaos-blockchain

Simple prototype to make all game transactions transparent

Open this visualization on its own page →

Contributors

1

Lines of Code

109

From

2022-05-21

To

2022-05-27

About 5z3f/lastchaos-blockchain

Last Chaos Blockchain is a Python prototype designed to implement blockchain technology within the Last Chaos MMORPG, creating a transparent ledger for all in-game transactions. The project demonstrates core blockchain concepts including proof-of-work validation, chain integrity verification, and cryptographic wallet functionality tailored for game assets like gold, cash, and inventory items.

The system operates through a REST API that exposes blockchain explorer functionality and transaction management. New blocks are generated every ten seconds when pending transactions exist, and the implementation supports both binary and JSON representations of blocks. Users can generate wallets, sign and verify transactions cryptographically, and query their balances and inventory across the transparent blockchain.

The prototype serves as a proof-of-concept for bringing financial and inventory transparency to MMORPGs, allowing players to verify transactions and track assets without relying on centralized game servers for truth about currency and item ownership.

Share this video