I am continuing to finish the library integration. Beyond this, here is a (possibly incomplete) list of tasks to be completed.
Information can be displayed on modals using the pre-existing Modal component inside src/components.
* To validate the colours, the balances of each address for a given pixel can be checked. The colour associated with the address with the highest balance for a pixel shall be filled in. If two or more balances are the same and they are the highest, the colour that was filled first shall be selected, except in cases of a re-org where the colour with the lowest ID may be selected. Addresses may be derived using the P2PUT address format with "canvas00" as the prefix and ending with 2 big-endian bytes for the x coordinate, followed with 2 bytes for the y coordinate and 1 byte for the colour ID.
I am continuing to finish the library integration. Beyond this, here is a (possibly incomplete) list of tasks to be completed.
Information can be displayed on modals using the pre-existing
Modalcomponent insidesrc/components.* To validate the colours, the balances of each address for a given pixel can be checked. The colour associated with the address with the highest balance for a pixel shall be filled in. If two or more balances are the same and they are the highest, the colour that was filled first shall be selected, except in cases of a re-org where the colour with the lowest ID may be selected. Addresses may be derived using the P2PUT address format with "canvas00" as the prefix and ending with 2 big-endian bytes for the x coordinate, followed with 2 bytes for the y coordinate and 1 byte for the colour ID.