Desgard / bitlayer-l2

BitLayer layer 2 EVM client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bitlayer Overview

Bitlayer is the first Bitcoin security-equivalent layer 2 based on BitVM. It consists an EVM compatible chain/sequencer(bitlayer-l2) that can map BTC ecological assets and facilitate the entry of BTC users. Bitlayer-l2 is a fork of geth.

Bitlayer’s Value Propositions

Due to the technical nature of Bitcoin, there exists a trade-off between "Security and Turing completeness" for Bitcoin layer2 solutions.

Bitlayer aims to resolve this dilemma and realize a Bitcoin layer 2 that is equally secure as Bitcoin and Turing complete through cryptographic innovations and blockchain protocol engineering. This is intended to ultimately foster a prosperous Bitcoin ecosystem.

Technical Features

Bitlayer's core objective is to address the trade-off between security (trustless) and Turing completeness in BTC Layer 2. Based on this context, three key tasks are abstracted:

  1. Trustless entry and exit of L1 assets
  2. State transitions using a Turing-complete L2 virtual machine
  3. L1 verification of the validity of L2 state transitions

Bitlayer innovatively utilizes the DLC/LN protocol to enable trustless bidirectional flow of signals/assets. It introduces VMs (EVM, SolanaVM, MoveVM, etc.) to support a wide range of state transition expressions.

Architecture

arch

Bitlayer subscribes to the typical model of an Optimistic Rollup equivalent.

Roadmap

roadmap

Bitlayer-l2 is the geth client in MAINNET-V1.

Building the source

Building geth requires both a Go (version 1.21 or later) and a C compiler. You can install them using your favourite package manager. Once the dependencies are installed, run

make geth

or, to build the full suite of utilities:

make all

Documentation

  • The official documentation for the Bitlayer can be found here. It contains all the conceptual and architectural details of the chain along with operational guide for users running the nodes.

License

The go-ethereum library (i.e. all code outside of the cmd directory) is licensed under the GNU Lesser General Public License v3.0, also included in our repository in the COPYING.LESSER file.

The go-ethereum binaries (i.e. all code inside of the cmd directory) are licensed under the GNU General Public License v3.0, also included in our repository in the COPYING file.

Interact With Us On Social Media

About

BitLayer layer 2 EVM client

License:GNU Lesser General Public License v3.0


Languages

Language:Go 86.7%Language:C 8.0%Language:JavaScript 3.3%Language:Assembly 0.7%Language:Shell 0.2%Language:Java 0.2%Language:Sage 0.2%Language:M4 0.2%Language:NSIS 0.2%Language:Python 0.1%Language:Solidity 0.1%Language:Makefile 0.1%Language:HTML 0.0%Language:Dockerfile 0.0%