mlabs-haskell / godot-cardano

Integrated light wallet and off-chain SDK for the Godot engine and Cardano blockchain
https://mlabs-haskell.github.io/godot-cardano/
MIT License
3 stars 0 forks source link

Add a new shop demo #48

Closed danielfarrelly closed 1 month ago

danielfarrelly commented 4 months ago

Our first demo has been useful (and still is) for testing new functionality, but now we need a more polished and featured demo for milestone 5.

Shop demo

Introduction

The shop demo consists of a simple UI showcasing a selection of NFTs available from a smart contract. The NFTs themselves will be CIP68 tokens, with certain attributes dictating how they look in the UI (e.g: their colour). The demo will contain a separate UI node for the wallet itself, which we hope can be re-used as a starting point for any developer interested in the framework.

The writing of the demo will be done partly in group sessions. The goal of this is to bring as many eyes as possible so we can identify problems in our API. Some issues identified so far in the sessions: #50, #51, #52 .

Goals

  1. Providing an example and starting point for any interested developer, as explained in Milestone 5.
  2. Identify current issues in our API, so that we can fix them and improve the framework.

Tasks