wotori-studio / NFText

NFT minting and collaboration platform compatible with Cosmos-based blockchains.
https://stellar.ekza.io
MIT License
1 stars 2 forks source link

Untie the interface from the blockchain #26

Closed wotori closed 2 years ago

wotori commented 2 years ago

We faced a network crash problem, which led to the fact that we cannot develop the project. We need to decouple the functionality from the network, create a data structure with 3 texts, 3 pictures and 3 3D models, and draw our interface based on them, as if we are online.

In .env we need a setting that will determine where we are reading data from (offline/online mode. mb development=true/false)

seems we need and array of this objects

vzichv commented 2 years ago

This system was implemented using MobX global states.