Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,8 @@ <h2>Uses</h2>
<li>Layer 2 Backend (lightning)</li>
<li>General Purpose Bitcoin Library</li>
</ul>
<p>Try it in the browser: <a href="https://bcoin.io/browser/">https://bcoin.io/browser/</a></p>
<h2>Install</h2>
<pre class="prettyprint source"><code>$ git clone git://github.com/bcoin-org/bcoin.git
<pre class="prettyprint source"><code>$ git clone https://github.com/bcoin-org/bcoin.git
$ cd bcoin
$ npm rebuild
$ ./bin/bcoin
Expand Down Expand Up @@ -114,4 +113,4 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-bc
<script> prettyPrint(); </script>
<script src="scripts/linenumber.js"> </script>
</body>
</html>
</html>
2 changes: 2 additions & 0 deletions guides-markdown/browser.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ The bcoin JavaScript library can be easily formatted to run in a web browser lik
Using a proxy server, we can connect the web client to the actual live Bitcoin network.
```

> :warning: **Currently this feature is not working**
Comment thread
IMPranshu marked this conversation as resolved.

## Introduction

Because bcoin is written in JavaScript, the entire codebase can be interpreted by
Expand Down