You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Contract should contain at least the following functionality:
Fixed size canvas
Clearing all the slots would be expensive so once the canvas is created we cannot create a new one unless we perform some indexing up to the maximum u64 size to create a few canvases per contract. Better to stick with a single canvas for now.
Index pixels by a u64 for ease of use
Each pixel is represented by some colour format e.g. rgb
Getter to return a pixel colour
Setter to set a pixel colour
Initial implementation does not need to require a time delay between each placement
Getter to return the maximum canvas size
The text was updated successfully, but these errors were encountered:
Contract should contain at least the following functionality:
u64
size to create a few canvases per contract. Better to stick with a single canvas for now.u64
for ease of useThe text was updated successfully, but these errors were encountered: