Olymp Network
Olymp Network is an Arbitrum Orbit L3 data network where validators produce signed Data Packages and anchor proofs on-chain. Consumers fetch verifiable payloads through public gateways and pay with OLYMP credits.
Quick start
pnpm install
Start the local devnet and services:
cd infra/compose
copy provider.env.example provider.env
copy gateway.env.example gateway.env
# Start chain + services
docker-compose up -d
# In another terminal, deploy + configure
pwsh ../../scripts/bootstrap-local.ps1
Bootstrap now deploys founder and rewards modules, seeds mock stablecoins, and registers a sample provider with bond.
MetaMask setup
Add the local devnet:
{
"chainId": "0x7A69",
"chainName": "Olymp Local",
"rpcUrls": ["http://127.0.0.1:8545"],
"nativeCurrency": {
"name": "ETH",
"symbol": "ETH",
"decimals": 18
}
}
Developer entrypoints
- Provider node:
http://localhost:8081 - Gateway:
http://localhost:8082(OpenAPI:http://localhost:8082/docs) - Postgres:
postgres://postgres:postgres@localhost:5432/olymp