Q&A
- Why isn't there a trading market?
- The trading market will be developed during the testnet phase and will use an AMM based on SudoSwap.
- Sometimes images load slowly or don't load at all.
- I am currently using the ipfs public gateway (ipfs.io) to fetch images, but the stability is not ideal and it is easy to be limited by the ipfs gateway when used frequently.
- Currently, the most useful solution is: if you know which gateway the file was submitted through, it's best to access the file through that gateway once (this operation will cause the target gateway to cache the target file), and then refresh the page after a period of time.
- The following solutions will be provided in the future:
- Order private gateway services
- Allow clients to set ipfs gateways
- How can we ensure that the Collection owner will not upgrade the contract to rug NFT holders?
- The Collection created through Lightm UI is deployed using the
deployCollection
method of LightmUniversalFactory
and cannot be upgraded. (The permission to upgrade the Collection contract is held by the Factory contract, and the Factory contract does not include a method to upgrade the Collection contract, so the Collection cannot be upgraded after deployment.)
- Lightm UI will judge whether the accessed Collection is at risk. Currently, all Collections that are not deployed from
LightmUniversalFactory
are judged to be "at risk".
<aside>
🧑💻 As a solo developer, my current focus is on core experience and function development, and bugs are normal. Please let me know if you encounter any.
</aside>
常见问题
- 为什么没有交易市场?
- 交易市场将会在测试网阶段开发,会使用基于SudoSwap的AMM
- 图片有时加载很慢,或者干脆加载不出来
- 我现在使用ipfs公共网关(ipfs.io)抓取图片,稳定性不理想,使用频繁时容易受到ipfs网关限流
- 目前最有用的解决方案是:如果你知道文件是通过哪个网关提交的,那么你最好通过该网关来访问一次文件(此操作将让目标网关将目标文件放入缓存),过一段时间,刷新页面。
- 后续将提供如下方案:
- 怎么保证Collection拥有者不会进行合约升级来rug NFT持有者?
- 通过Lightm UI创建的Collection,是通过调用
LightmUniversalFactory
的 deployCollection
方法部署的Collection,无法升级。(Collection合约升级的权限被Factory合约所持有,而Factory中并不包含升级Collection合约的方法,因此Collection部署后无法升级。)
- Lightm UI会判断当前访问的Collection是否有风险,Lightm目前会将不是从
LightmUniversalFactory
部署的Collection全部判定为“有风险”
<aside>
🧑💻 单人维护项目,当下重心为核心体验与功能开发,有bug是正常的,遇到请告知我
</aside>