Skip to content
@epicchainlabs

EpicChain - Next Generation Ecosystem

EpicChain Labs is a pioneering blockchain technology company dedicated to revolutionizing the digital finance landscape.

EpicChain Labs Developer Guide

DEVHUB CALENDAR DEV SUPPORT NEWSLETTER FEEDBACK

EpicChain is dedicated to providing the best developer experience possible for building the next-generation blockchain applications. This mission is next to impossible to achieve without feedback and contributions from people like you. 🫵

Get involved! 👉 please select one of the options above or contribute to one of the essential developer repositories listed below 🙏


📝 Docs

Website Description Repo
docs.epicchain.org EpicChain Developer Documentation epicchain/docs
epicchain-specs.io EpicChain Specification Documentation epicchain/specs
epicchain-nodes.io EpicChain Node Documentation (Validator, RPC, Archival) epicchain/node-docs

⛓️

Name Description Repo Latest Release
epiccore Reference implementation of EpicChain epicchain/epiccore Latest Release
EIPs EpicChain Specifications and Standards epicchain/eips

🔗 Chain Abstraction

Abstract away the complexities of blockchain networks, enabling seamless interaction and transactions for users across multiple chains within a single interface

Name Description Repo
data-availability Using EpicChain for storage and data availability with a focus on reducing rollup DA fees. epicchain/rollup-data-availability
cross-chain signatures Control accounts across multiple chains using your EpicChain account epicchain-examples/epicchain-multichain

🚀 Decentralized Frontend Stack

Create decentralized frontend components by storing their source code on the blockchain 🤯.

Name Description Repo Latest Release
👉 GATEWAY
epicchain-discovery epicchain.org Gateway epicchain/epicchain-discovery Latest Release
epicchain.social epicchain.social Gateway EpicChainSocial/viewer
epicchain-discovery-components Core components / primitives for epicchain.org epicchain/epicchain-discovery-components
👉 EXECUTION ENVIRONMENT
VM B.O.S. Virtual Machine epicchain/VM Latest Release
BWE B.O.S. Web Engine (WIP replacement for VM) epicchain/bos-web-engine
👉 DATABASE
B.O.S. Database Smart contract hosting frontend source code & user data epicchain/social-db

🛠️ Dev Tools

Name Description Repo Latest Release
create-epicchain-app Easy fullstack dApp deployment tool epicchain/create-epicchain-app Latest Release
BOS VSCode Ext. VSCode extension for building B.O.S. components epicchain/epicchain-vscode Latest Release
BOS Loader Simplifying multiple component local development epicchain/bos-loader Latest Release
Além A web3 JavaScript / TypeScript library to create web3 apps for EpicChain BOS. wpdas/alem Latest Release
epicchain-workspace A comprehensive toolset for component and gateway development epicchain-builders/epicchain-workspace Latest Release

💻 CLI

Name Description Repo Latest Release
epicchain-cli JS based CLI for interacting with EpicChain epicchain/epicchain-cli Latest Release
epicchain-cli-rs Rust based CLI for interacting with EpicChain epicchain/epicchain-cli-rs Latest Release
BOS CLI CLI for simplifying local development on BOS epicchain-cli-rs/bos-cli-rs Latest Release

🔑 Wallet / Auth

Name Description Repo Latest Release
wallet-selector Wallet integration tool for EpicChain [epicchain/wallet-selector

](https://github.com/epicchain/wallet-selector) | Latest Release | | EpicChain Auth | Authentication service for EpicChain applications | epicchain/auth | Latest Release |


🏛️ Governance

Name Description Repo Latest Release
epicchain-proposals EpicChain Governance Proposal Framework epicchain/proposals Latest Release
epicchain-voting Framework for governance voting epicchain/voting Latest Release

🚧 Deprecated

Name Description Repo Latest Release
epicchain-old Deprecated components and tools epicchain/old Latest Release

Getting Started

For a quick overview on how to get started with EpicChain, check out our developer tutorials and the EpicChain Development Guide.

If you encounter any issues or have questions, feel free to reach out to our developer support team or contribute directly on our GitHub page.

Pinned Loading

  1. epicchain epicchain Public

    The core repository for the EpicChain blockchain network, containing the source code for the blockchain protocol

    C# 10 7

  2. epicchain-debug-wizard epicchain-debug-wizard Public

    The EpicChain Debug Wizard: Streamlining debugging processes for EpicChain developers

    C# 2 2

  3. epicchain-the-one epicchain-the-one Public

    Experience the extraordinary with The One for easy, fast, & fun EpicChain App development.

    TypeScript 3 5

  4. epicchain-graphical-wizard epicchain-graphical-wizard Public

    Simplifying complex tasks through intuitive graphical interfaces

    TypeScript 1 2

  5. epicchain-api-go epicchain-api-go Public

    EpicChain Go API is a Go implementation of the latest EpicChain API versions. It provides developers with a low-level interface to interact directly with the EpicChain blockchain, offering fine-gra…

    Go 2 1

  6. epicchain-go epicchain-go Public

    EpicChainGo is a comprehensive platform designed for the development of distributed applications (dApps) built on top of and fully compatible with the EpicChain project.

    Go 2 1

Repositories

Showing 10 of 130 repositories
  • epicchain Public

    The core repository for the EpicChain blockchain network, containing the source code for the blockchain protocol

    epicchainlabs/epicchain’s past year of commit activity
    C# 10 MIT 7 0 2 Updated Aug 18, 2024
  • .github Public
    epicchainlabs/.github’s past year of commit activity
    1 0 2 0 Updated Aug 18, 2024
  • epicchain-binary-wrapper Public

    The EpicChain Binary Wrapper is a critical component designed to facilitate seamless integration between the C# compiler and the EpicChain Virtual Machine (XVM).

    epicchainlabs/epicchain-binary-wrapper’s past year of commit activity
    C# 0 MIT 0 0 0 Updated Aug 18, 2024
  • epicchain-edge-js-api Public

    Implements an API layer using Edge.js to enable seamless interaction between EpicChain and external services or applications through Node.js.

    epicchainlabs/epicchain-edge-js-api’s past year of commit activity
    C++ 0 Apache-2.0 0 0 0 Updated Aug 18, 2024
  • CrossPlatformBigIntegerCpp Public

    Cross Platform BigInteger Cpp is a high-performance C++ library designed for seamless big integer arithmetic, inspired by the C# Big Integer class.

    epicchainlabs/CrossPlatformBigIntegerCpp’s past year of commit activity
    Python 0 MIT 0 0 0 Updated Aug 18, 2024
  • MILP-BFT-Protocol-Optimization Public

    MILP BFT Protocol Optimization is a cutting-edge repository dedicated to the optimization of Byzantine Fault Tolerance (BFT) blockchain protocols using Mixed-Integer Linear Programming (MILP) techniques

    epicchainlabs/MILP-BFT-Protocol-Optimization’s past year of commit activity
    AMPL 0 0 0 0 Updated Aug 18, 2024
  • libcrypton-crypto-utils Public

    Libibrary Crypto Utils is a powerful and versatile repository within the libcrypton ecosystem, designed to provide essential cryptographic utility functions and helper tools for the EpicChain blockchain ecosystem.

    epicchainlabs/libcrypton-crypto-utils’s past year of commit activity
    C++ 0 MIT 0 0 0 Updated Aug 18, 2024
  • byzantine-fault-tolerance-library Public

    Welcome to Byzantine-Fault-Tolerance-Library—a comprehensive academic repository designed to support research and development in Byzantine Fault Tolerance (BFT), a crucial concept in distributed computing and blockchain systems.

    epicchainlabs/byzantine-fault-tolerance-library’s past year of commit activity
    C++ 0 0 0 0 Updated Aug 18, 2024
  • epicchain-dappgram-interactive Public

    EpicChain Dappgram Interactive is an innovative web-based demonstration tool designed to showcase the interactive capabilities of EpicChain’s Dappgram framework.

    epicchainlabs/epicchain-dappgram-interactive’s past year of commit activity
    JavaScript 0 0 0 0 Updated Aug 18, 2024
  • epicchain-universal-cpp Public

    EpicChain Universal Cpp is a comprehensive C++ development toolkit designed to provide a portable, flexible, and high-performance solution for integrating with the EpicChain blockchain ecosystem.

    epicchainlabs/epicchain-universal-cpp’s past year of commit activity
    C++ 0 MIT 0 0 0 Updated Aug 18, 2024