0xPolygonMiden / examples

Examples of using Polygon Miden
MIT License
18 stars 18 forks source link

Improve and make the mobile version more stable #181

Closed gubloon closed 2 months ago

gubloon commented 6 months ago

The mobile version that we have added recently was planned ad-hoc and done in a relatively short period of time. As part of this milestone, we want to improve it with a new version that is more stable and well tested enough to make the playground ready for rollup integration.

Dominik1999 commented 6 months ago

@gubloon, can you add here what you expect from the mobile version? How should it look like on a mobile screen?

gubloon commented 6 months ago
  1. Visually, we want to make each page and UI elements adaptive and responsive to the mobile screen
  2. Our main objective for having the mobile version is to showcase how fast Miden's proving/execution works even on a mobile device - so we want to make sure the cache handling and memory is well optimised.
Dominik1999 commented 6 months ago

In general, we don't think many people will code Miden Assembly on their mobile phones. However, on conferences I always use a QR code in presentations. Then ppl can open the playground on their mobile phone. The goal is to show how fast the VM can prove programs on a mobile phone browser.