For the complete documentation index, see llms.txt. This page is also available as Markdown.

Unibase DA Quick Start

Upload and verify data with the Unibase DA SDK in 5 minutes.

1. Clone SDK

git clone https://github.com/unibaseio/unibase-da-sdk.git
cd unibase-da-sdk

2. Set Environment

export CHAIN_TYPE=base-sepolia

3. Upload a File

go run upload.go --path=./your-file --sk=<your-secret-key>

4. Supported Networks

Network

CHAIN_TYPE

Status

Base Sepolia

base-sepolia

✅ Testnet

Base Mainnet

base

🛣 Roadmap

BSC

bsc-mainnet

🛣 Roadmap

5. Data Flow

Your file → Reed-Solomon encoding → Distributed storage nodes → On-chain verification

Next Steps

Last updated