💎genesis
The first fully-on-chain Non Arbitrary Generative Art Collection
'genesis' consists of pieces derived from Bitcoin Blocks with the most sought after Blocktributes. This list is curated based on the existing Bitmap categorization and demand. Specifics of the selection will be revealed in due time. A Non-Arbitrary Generative Art algorithm will be applied to this set of blocks as the mode of creation. Each piece features a unique, theoretically accurate, visual representation of the block's data. Let's go through an example to explain how this works: The first Ordinal in 'Genesis' will be crafted from Block 0, it will take 'Non-Arbitrary' data from said block and run it through our code. This is how nagalabs generates art. The algorithm by which every 'genesis' inscription is created will be consistent throughout the entire collection. You can think of each block as the source of creative variability.
'genesis' will be 100% on chain code, in the form of HTML, CSS & JavaScript.
Each 'genesis' artwork will be shaped using a 2-dimensional array:
// Example for block 170
const blockArray = [169, [headerSize, tx0Size, tx1Size], 171];
Last updated