From 6266875c7b4e3ea56e5c38f394874fbe90bd811e Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Wed, 9 Apr 2025 23:12:30 +0200 Subject: [PATCH] README --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bd9943..43a425f 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,15 @@ Base game engine for the Notamon game project for the [Partisia Blockchain](https://github.com/partisiablockchain). -Work in Progress. +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.