Skip to main content

Source code · deterministic art

Cosmic Signature Source Code

Cosmic Signature exposes source-code resources for the deterministic artwork pipeline that turns on-chain seeds into three-body NFT art. The client-side viewer below is interactive, while this server-rendered summary gives crawlers the key facts before JavaScript runs.

seed -> SHA3-256 random stream -> three-body simulation -> spectral renderer -> Cosmic Signature NFT image

Code Viewer

View the generation code that converts seeds into images

The following code converts the seed generated by the smart contract into images. You can also find it on IPFS:

ipfs:/QmWEao2HjCvyHJSbYnWLyZj8HfFardxzuNh7AUk1jgyXTm

The public GitHub organization is available at github.com/PredictionExplorer.