OVYRA / DOCUMENTATION

BUILD
ONCHAIN

The reference layer for understanding OVYRA — collection structure, network configuration, marketplace behavior and the interfaces that connect the pieces

DOCUMENT STATUSV1 / PUBLICBASE SEPOLIA
ERC-721 / EVM
MARKETPLACE READY
01 / OVERVIEW

OVYRA in one view

OVYRA is an onchain digital art experience built around a calm visual collection, EVM ownership and a separate operational layer for market and activity data

HOME → visual collection
MARKET → listings & trade
ACTIVITY → onchain events
DOCS → technical reference
ABOUT → studio / story
02 / COLLECTION

OVYRA ESSENCE

The featured collection currently presents four core assets: The Gate, Stillness, Beyond and Reflection. Artwork presentation stays intentionally minimal while metadata and ownership remain onchain

Network

Base Sepolia during development, with the configuration prepared for Base mainnet

Standard

ERC-721 collection architecture

03 / MARKETPLACE

Collect or list

The Market route is the operational surface for live listings. When an OpenSea collection slug and contract are configured, the page can load listings and prepare listing or fulfillment actions through the server-side marketplace proxy

Open Market ↗

04 / ACTIVITY

Follow the chain

Activity separates transaction history from the visual homepage. When the collection slug is configured, the Activity route can request collection events and optionally watch for updates

Open Activity ↗

05 / CONTRACTS

Network surface

Public configuration lives in config.js. Private keys and marketplace API keys must remain server-side and never be placed in frontend configuration

CHAIN_ID 84532
CHAIN BASE SEPOLIA
STANDARD ERC-721
MARKET API /api/market
EXPLORER basescan.org
06 / API

Server endpoints

The Express server exposes a small marketplace proxy so OpenSea credentials are not shipped to the browser

GET /api/health
GET /api/market/nft/:chain/:contract/:token
GET /api/market/collection/:slug/events
GET /api/market/collection/:slug/listings
POST /api/market/listing-actions
POST /api/market/listing-fulfillment
POST /api/market/order/listing