Skip to content

v1.2.0-pre.102

Choose a tag to compare

@vladilen11 vladilen11 released this 04 Mar 15:06
· 47 commits to main since this release

🚀 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/client
  • create-dubhe

Rust Binaries (dubhe-indexer)

Supported Platforms:

  • Linux: x86_64, ARM64
  • macOS: x86_64 (Intel), ARM64 (Apple Silicon)
  • Windows: x86_64

📥 Installation Instructions

NPM Package Installation

npm install @0xobelisk/sui-cli@1.2.0-pre.102
# or
pnpm add @0xobelisk/sui-client@1.2.0-pre.102

Binary Usage

  1. Download the corresponding dubhe-indexer file for your system
  2. Extract: tar -xzf dubhe-indexer-*.tar.gz
  3. Run: ./dubhe-indexer --help

🔗 Usage Examples

# Create new project
npx create-dubhe@1.2.0-pre.102

# Run indexer
./dubhe-indexer --config dubhe.config.json --worker-pool-number 3 --store-url https://checkpoints.testnet.sui.io --start-checkpoint 1000

📋 Binary File List

  • dubhe-indexer-v1.2.0-pre.102-macos-arm64.tar.gz (13M)
  • dubhe-indexer-v1.2.0-pre.102-macos-x86_64.tar.gz (13M)
  • dubhe-indexer-v1.2.0-pre.102-ubuntu-arm64.tar.gz (14M)
  • dubhe-indexer-v1.2.0-pre.102-ubuntu-x86_64.tar.gz (14M)
  • dubhe-indexer-v1.2.0-pre.102-windows-x86_64.tar.gz (12M)

Full Changelog: v1.2.0-pre.101...v1.2.0-pre.102