stampchain-io / BTCStampsExplorer

Bitcoin Stamps API / Explorer
https://bitcoinstamps.xyz
GNU Affero General Public License v3.0
0 stars 2 forks source link

SRC-20 Background Image Upload #7

Open reinamora137 opened 5 months ago

reinamora137 commented 5 months ago

This should allow a user to connect via their wallet for authentication, and then validate they are the deployer(owner) of the SRC-20 Deploy transaction.

Then allow them to upload a 420x420(only) jpg,png,gif image, choose a font color (can be hex code) - this then needs to be saved in the indexer srcbackground table, or a temporary table on the frontend for transfer over to the indexer side on the backend after validation.

reinamora137 commented 4 months ago

this should be after a user logs into their wallet, they see their 'stamps/src-20' tokens they own, and have created. this will be a button for items they have created/deployed to change the background image. this will need to be a post to the db (which does not exist yet).