https://github.com/jcstein/bitkit
A frontend for an EVM rollup on Bitcoin.
https://github.com/jcstein/bitkit
Last synced: 5 months ago
JSON representation
A frontend for an EVM rollup on Bitcoin.
- Host: GitHub
- URL: https://github.com/jcstein/bitkit
- Owner: jcstein
- License: apache-2.0
- Created: 2023-03-05T06:33:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T00:24:20.000Z (about 2 years ago)
- Last Synced: 2024-10-29T08:01:05.922Z (7 months ago)
- Language: Solidity
- Homepage: https://bitkit.dev
- Size: 921 KB
- Stars: 3
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🅱️itkit
A frontend for an EVM rollup on Bitcoin built with Rollkit.
## The stack
Bitkit is built with [Bitcoin](https://bitcoin.org/), [Rollkit](https://rollkit.dev/), & [Ethermint](https://github.com/celestiaorg/ethermint).
Bitkit is a smart contract demo on a [sovereign rollup](https://celestia.org/glossary/sovereign-rollup) built on Bitcoin to provide [data availability](https://celestia.org/glossary/data-availability) & [consensus](https://ethereum.org/en/developers/docs/consensus-mechanisms), leveraging Ethermint with Rollkit as the [execution environment](https://celestia.org/glossary/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](https://bitkit.dev/).
## Developing this site yourself
```sh
# 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
```