littlezigy
Results
2
issues of
littlezigy
newAppInstance currently only stores the implementation address when installing non-default apps. Since the app instances always point to their implementation contracts, I'm wondering why the kernel doesn't just store the...
Make skyid functions promise compatible so we can use ``` return skyid.getJSON().then(...) ``` OR ``` await skyid.setJSON() ```
enhancement