/bitkit

A frontend for an EVM rollup on Bitcoin.

Primary LanguageSolidityApache License 2.0Apache-2.0

🅱️itkit

A frontend for an EVM rollup on Bitcoin built with Rollkit.

The stack

Bitkit is built with Bitcoin, Rollkit, & Ethermint.

Bitkit is a smart contract demo on a sovereign rollup built on Bitcoin to provide data availability & consensus, leveraging Ethermint with Rollkit as the execution environment.

This allows users to securely create and share messages on the sovereign rollup secured by Bitcoin without the need for a centralized server or authority.

This application is deployed on IPFS and can be accessed through DNS.

Developing this site yourself

# clone the repository
git clone https://github.com/jcstein/bitkit.git

# CD into directory, and frontend
cd bitkit/frontend

# Install dependencies
yarn

# Develop site locally
yarn dev