citycoins / ui

Basic UI components for interacting with the CityCoin contract. Requires Stacks Wallet for Web.
https://minecitycoins.com
GNU General Public License v3.0
28 stars 13 forks source link

⚡[FEAT] Implement CityCoins API #126

Closed whoabuddy closed 2 years ago

whoabuddy commented 2 years ago

Is your feature request related to a problem? Please describe.

Direct contract calls sometimes cause issues with loading, especially when a set of events are chained, e.g.

Describe the solution you'd like

This could be fixed by refactoring the app to use the CityCoins API where possible, including some hard-coded city configuration data.

https://github.com/citycoins/api/issues/44

whoabuddy commented 2 years ago

Fixed in #130