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:
Add the network to your wallet:
| Setting | Value |
|---|---|
| Network Name | 0G Galileo Testnet |
| RPC URL | https://evmrpc-testnet.0g.ai |
| Chain ID | 16602 |
| Currency | 0G |
| Explorer | https://chainscan-galileo.0g.ai |
Step 3: Choose Your Path
I have a dataset to monetize
Publish your dataset, set your policy, and start earning royalties automatically.
I want to fine-tune a model
Browse the marketplace, pay for the epochs you need, receive your trained model.
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 devSee the Developer Guide for full setup details.