References
Primary Influences
-
Rhea Myers, "Facecoin" (2014). A conceptual artwork implementing a toy blockchain where proof of work is finding faces in hash visualizations. rhea.art/facecoin | Source code
-
Rhea Myers, "Facecoins" (2023). ERC-721 tokenized edition where genesis block and colors derive from the owner's Ethereum wallet address. rhea.art/facecoins
-
Rhea Myers, "Facecoin Cash" (2020). Higher-resolution variant of the original Facecoin. rhea.art/2020/02/24/facecoin-cash
-
Rhea Myers, Proof of Work: Blockchain Provocations 2011-2021 (2022). Urbanomic / MIT Press. ISBN 9781915103048. Collected anthology of blockchain artworks and essays.
-
Clovers Network (2019). An Ethereum dApp using proof of search to mine symmetrical Reversi board patterns as NFTs. Created by Billy Rennekamp. github.com/clovers-network
Face Detection
-
Viola, P. and Jones, M. (2001). "Rapid Object Detection using a Boosted Cascade of Simple Features." CVPR 2001. The foundational paper for Haar Cascade face detection.
-
Vora, M. et al. (2024). "Seeing Faces in Things: A Model and Dataset for Pareidolia." ECCV 2024. arxiv.org/abs/2409.16143. The first large-scale study of face detection on pareidolic images, finding that state-of-the-art detectors achieve under 8% AP.
-
Bazarevsky, V. et al. (2019). "BlazeFace: Sub-millisecond Neural Face Detection on Mobile GPUs." CVPR Workshop on Computer Vision for AR/VR. The MediaPipe/BlazeFace architecture.
-
Zhang, K. et al. (2016). "Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Networks." IEEE Signal Processing Letters. The MTCNN architecture.
-
Deng, J. et al. (2020). "RetinaFace: Single-Shot Multi-Level Face Localisation in the Wild." CVPR 2020. State-of-the-art face detection.
-
Radford, A. et al. (2021). "Learning Transferable Visual Models From Natural Language Supervision." ICML 2021. The CLIP model.
Blockchain and Consensus
-
Nakamoto, S. (2008). "Bitcoin: A Peer-to-Peer Electronic Cash System." The original Bitcoin whitepaper establishing proof-of-work consensus.
-
King, S. (2013). "Primecoin: Cryptocurrency with Prime Number Proof-of-Work." An early example of meaningful proof of work.
-
Wood, G. (2016). "Polkadot: Vision for a Heterogeneous Multi-Chain Framework." The framework underlying Substrate.
-
Kwon, J. and Buchman, E. (2019). "Cosmos Whitepaper: A Network of Distributed Ledgers." The Cosmos/Tendermint architecture.
Computer Vision Libraries
-
OpenCV (Open Source Computer Vision Library). opencv.org. Provides the Haar Cascade implementation used in Facecoin.
-
CCV (C-based/Cached/Core Computer Vision). libccv.org. The JavaScript face detection library used in Myers' original Facecoin.
-
MediaPipe. mediapipe.dev. Google's cross-platform ML solutions, including BlazeFace.
Data Availability and Rollups
-
Celestia. The first modular data availability network. celestia.org | docs.celestia.org
-
Al-Bassam, M. et al. (2019). "LazyLedger: A Distributed Data Availability Ledger With Client-Side Smart Contracts." The original Celestia (LazyLedger) paper.
-
Sovereign SDK. High-performance sovereign rollup framework in Rust. docs.sovereign.xyz | GitHub
-
Rollkit. Modular rollup framework for sovereign rollups on Celestia. rollkit.dev | GitHub
-
Lazybridging. Native ZK-based bridging for Celestia sovereign rollups. Celestia Blog: Lazybridging
Bridging
-
Axelar Interchain Amplifier. Cross-chain messaging for Celestia rollups. axelar.network
-
Wormhole. Cross-chain messaging protocol supporting 30+ chains. wormhole.com
-
LayerZero. Omnichain interoperability protocol. layerzero.network
NFT Standards
-
ERC-721: "Non-Fungible Token Standard." EIP-721. The Ethereum NFT standard.
-
Metaplex Token Metadata Standard. The Solana NFT metadata standard. docs.metaplex.com