1
0
Go to file
2025-04-09 23:12:30 +02:00
contract-java-test Initial, based on PBC Example Contracts 2025-04-01 00:34:08 +02:00
python/notamon_viewer Encode files correctly 2025-04-09 23:06:41 +02:00
rust Remove unneeded 2025-04-09 23:09:16 +02:00
.gitignore Working on rendering of notamons 2025-04-04 01:00:54 +02:00
README.md README 2025-04-09 23:12:30 +02:00
run-java-tests.sh Initial, based on PBC Example Contracts 2025-04-01 00:34:08 +02:00
start_server.sh Load Notamon NFTS 2025-04-09 22:00:50 +02:00

Notamon Game Engine

Base game engine for the Notamon game project for the Partisia Blockchain.

Current components:

  • Asset contract that stores game assets secret-shared.
  • NFT asset that references the assets.
  • Python Flask website for viewing NFTs based on their properties and used assets.

Work in Progress

  • System for uploading assets and initializing contracts.
  • Attribute generation system.
  • New asset contract based on Off-Chain Components.