art-by-city / dapp

Art By City dApp
GNU Affero General Public License v3.0
0 stars 1 forks source link

Follow Button errors when creating following contract #122

Open jim-toth opened 7 months ago

jim-toth commented 7 months ago

When a user doesn't yet have a following contract, the ABC SDK should create a following contract automatically. However, because of blockchain infrastructure, this isn't reliable. So the UI should explicitly check for a contract, create one, and wait for it to exist. Additionally, when creating the contract, the user being followed can be part of the initial state, although the SDK might need to be updated to accomplish this.