A minimal, multi-chain/IPFS-ready framework for generating real-time creative data (from NUWE/shaders/audio) and persisting/tokenizing that data on decentralized networks.
This repository serves as the single source of truth for our grant work, containing modules essential to our flagship tools (Neuro-Emotive AI, NUWE, Fractal Modular Shader System). The framework demonstrates how to:
- Generate real-time creative data from NUWE/shaders/audio systems
- Persist/Tokenize data on decentralized networks (Filecoin/IPFS, NEAR, Solana, Polkadot)
- IPFS Integration: Content-addressed storage for high-fidelity audiovisual assets
- NEAR WASM: Browser-native deployment of creative engines as public goods
- Solana Programs: High-throughput real-time metadata logging
- Substrate Pallets: Decentralized emotional state proof-of-concept
NUWE/Shader Engine → Emotional Metadata → IPFS CID → Blockchain Tokenization
nft-blockchain-interactive/
├── src/
│ ├── rust-client/ # Core Rust library for audiovisual/emotional metadata
│ ├── ipfs-integration/ # CID generation and IPFS pinning/retrieval
│ ├── near-wasm/ # WASM/TypeScript bindings for NEAR/BOS
│ └── solana-client/ # Anchor programs for Solana metadata validation
├── docs/ # Technical whitepapers and tutorials
├── examples/ # Working demos (Mintbase-style UI)
└── README.md # This file (generic grant proposal)
This repository will produce tailored deliverables for each grant application:
| Grant Body | Deliverable Module | Key Focus |
|---|---|---|
| Filecoin Foundation | IPFS Persistence Layer | Decentralized storage of affective media |
| NEAR Foundation | Real-Time WASM Creative Engine | Browser-native creative sessions |
| Rust Foundation | Open-Source Crate Ecosystem | Quality Rust tooling for creative systems |
| Solana Foundation | High-Performance On-Chain Metadata | Real-time performance logging |
| Web3 Foundation | Substrate Pallet PoC | Decentralized emotional state proof |
# Clone the repository
git clone https://github.com/compiling-org/nft-blockchain-interactive.git
cd nft-blockchain-interactive
# Build all modules
cargo build --release
# Run tests
cargo test
# Build WASM for NEAR
cd src/near-wasm && wasm-pack build --target web- Technical Whitepaper: Architecture and performance benchmarks
- API Documentation: Module integration guides
- Grant Proposals: Tailored applications for each foundation
- Live shader performance with emotional state tracking
- Audiovisual data generation from biofeedback inputs
- Decentralized persistence of ephemeral creative moments
- Tokenization of live performances and installations
- Cross-chain interoperability for global creative markets
- Public goods infrastructure for artistic expression
This project welcomes contributions from the creative coding, blockchain, and decentralized storage communities. See our Contributing Guide for details.
Licensed under MIT/Apache 2.0 Dual License - see LICENSE for details.
- Website: compiling-org.netlify.app
- GitHub: github.com/compiling-org
- Documentation: docs/
This repository contains the core framework for our $10K micro-grant applications to Filecoin, NEAR, Rust, Solana, and Web3 Foundations.