LICENLICEN Docs

Quickstart

Start publishing or training in under 5 minutes.

Quickstart

Get up and running on LICEN in a few minutes. You'll need a wallet and some testnet tokens — that's it.

LICEN is built on three core 0G primitives:

  • 0G Storage for encrypted datasets and trained model outputs
  • 0G Chain for policy enforcement, escrow, and settlement
  • 0G Compute as the target fine-tuning network. The current demo simulates this lifecycle while the production roadmap adds a 0G-compatible confidential node with attestation-gated key release.

Step 1: Set Up Your Wallet

LICEN uses Privy for authentication. You can connect an existing wallet (MetaMask, WalletConnect) or create one with your email or Google account.

Step 2: Get Testnet Tokens

LICEN runs on the 0G Galileo Testnet. Get free testnet 0G tokens from the faucet:

0G Faucet →

Add the network to your wallet:

SettingValue
Network Name0G Galileo Testnet
RPC URLhttps://evmrpc-testnet.0g.ai
Chain ID16602
Currency0G
Explorerhttps://chainscan-galileo.0g.ai

Step 3: Choose Your Path


Running Locally

If you want to run LICEN yourself:

git clone https://github.com/stoneybros-projects/licen.git
cd licen
pnpm install

# Web app
cp apps/web/.env.example apps/web/.env.local
cd apps/web && pnpm dev

# Orchestrator (separate terminal)
cp packages/orchestrator/.env.example packages/orchestrator/.env
cd packages/orchestrator && pnpm dev

See the Developer Guide for full setup details.

On this page