Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/interplanaria/bottle
Bitcoin Browser
https://github.com/interplanaria/bottle
Last synced: 2 months ago
JSON representation
Bitcoin Browser
- Host: GitHub
- URL: https://github.com/interplanaria/bottle
- Owner: interplanaria
- Created: 2019-03-21T14:04:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T18:23:41.000Z (about 2 years ago)
- Last Synced: 2024-08-03T23:15:34.371Z (6 months ago)
- Language: CSS
- Homepage: https://bottle.bitdb.network
- Size: 3.46 MB
- Stars: 87
- Watchers: 9
- Forks: 24
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-bitcoin-sv - bottle - A bitcoin browser. (Projects / Applications)
README
# Bottle
> A Bitcoin Browser
![bottle](./bottle2.png)
> Did you know that you can upload files directly to the Bitcoin network, as permanent, immutable, and monetizable Bitcoin transactions?
>
> These files can be all sorts of things like documents, images, and videos, and can be combined to make other things, like applications or interactive pages.
>
> With files, you can publish things that reference one another through URI schemes.
>
> And because it's on the blockchain, ownership is provable, the content is permanent, and it can be directly monetized forever.Bottle is a browser that lets you surf the Bitcoin network for these things, and brings them all together through Bitcoin native URI schemes such as [B://](https://b.bitdb.network) or [C://](https://c.bitdb.network) (or any other protocols we add in the future).
Note that the address bar below uses a b:// address:, not HTTP or HTTPS. This HTML file is 100% hosted and served from the Bitcoin blockchain, and has nothing to do with where a "server" is located.
![bottle_html](./bottle_html.jpg)
# Download
You can download it at https://bottle.bitdb.network
# How it Works
Learn more about how it works at: https://bottle.bitdb.network
# Contribute
Contribution is welcome.
# How to Build
## 1. Download Electron
You can build from source. You need electron.
```
npm install -g electron
```## 2. Install
Download the repository and install. First, clone it.
```
git clone https://github.com/interplanaria/bottle.git
```Then install dependencies
```
cd bottle
npm install
```## 3. Run
```
npm start
```