🚀 Dubhe Release
📦 Contents
NPM Packages
@0xobelisk/sui-common@0xobelisk/sui-client@0xobelisk/sui-cli@0xobelisk/graphql-client@0xobelisk/ecs@0xobelisk/graphql-server@0xobelisk/react@0xobelisk/grpc-client@0xobelisk/clientcreate-dubhe
Rust Binaries (dubhe-indexer)
Supported Platforms:
- Linux: x86_64, ARM64
- macOS: x86_64 (Intel), ARM64 (Apple Silicon)
- Windows: x86_64
Docker Images
graphql-server– GraphQL server (port 4000)dubhe-indexer– Indexer binary
📥 Installation Instructions
NPM Package Installation
npm install @0xobelisk/sui-cli@2.0.0
# or
pnpm add @0xobelisk/sui-client@2.0.0Binary Usage
- Download the corresponding
dubhe-indexerfile for your system - Extract:
tar -xzf dubhe-indexer-*.tar.gz - Run:
./dubhe-indexer --help
Docker Images (Docker Hub)
Images are tagged with version and latest. If Docker Hub publish is configured, pull commands use the configured namespace below.
docker pull vladilenaksana/graphql-server:2.0.0
docker pull vladilenaksana/dubhe-indexer:2.0.0🔗 Usage Examples
# Create new project
npx create-dubhe@2.0.0
# Run indexer
./dubhe-indexer --config dubhe.config.json --worker-pool-number 3 --store-url https://checkpoints.testnet.sui.io --start-checkpoint 1000
# Run with Docker
docker run -p 4000:4000 vladilenaksana/graphql-server:2.0.0
docker run vladilenaksana/dubhe-indexer:2.0.0 --help📋 Binary File List
dubhe-indexer-v2.0.0-macos-arm64.tar.gz(13M)dubhe-indexer-v2.0.0-macos-x86_64.tar.gz(13M)dubhe-indexer-v2.0.0-ubuntu-arm64.tar.gz(14M)dubhe-indexer-v2.0.0-ubuntu-x86_64.tar.gz(14M)dubhe-indexer-v2.0.0-windows-x86_64.tar.gz(13M)
What's Changed
- Feature/update eslint by @vladilen11 in #198
- feat(react): support update config hook by @vladilen11 in #207
- feat: add new client package by @vladilen11 in #209
- Deploy to testnet by @web3olalala in #210
- Feature/client to support channel by @vladilen11 in #211
- Feature/update indexer and cli by @vladilen11 in #212
- feat(e2e): add contract framework, codegen e2e test by @vladilen11 in #214
- Feature/update common by @vladilen11 in #215
- feat: Dubhe v2 — per-user shared storage, lazy settlement, and session key system by @vladilen11 in #218
- feat: bump sui lib, rewrite v2 docs, add agent skills, automate dapp upgrade flow by @vladilen11 in #219
- feat: dubhe v2 mainnet-ready — security hardening, dead code cleanup,… by @vladilen11 in #221
- Feature/update some nits by @vladilen11 in #222
- Feature/add card template by @vladilen11 in #223
Full Changelog: v1.2.1...v2.0.0