Get the Core API

Download the latest release and start building decentralized applications across multiple blockchain networks.

Using Core API with CLI

npm install -g @elenelabs/core-api
                

Start a Project

core-api init my-decentralized-app
cd my-decentralized-app
core-api run --network ethereum --chain 1
                

Documentation

Complete CLI documentation with examples and advanced configuration options

View CLI Guide

Release History

1.2.0 - Oct 2025

  • 🚀 Added support for Ethereum Layer 2 networks
  • ⚡ Performance optimizations for cross-chain queries
  • 🔧 New experimental query builder CLI

1.1.5 - Mar 2025

  • 🔐 Enhanced cryptographic validation for smart contracts
  • 🌐 Added support for Polkadot parachains
  • 🔧 CLI improvements and bug fixes

Join the Open Source Community

Contribute to our codebase, documentation, or help improve our developer tools.

Contribute to Core API