Updating index.html

This commit is contained in:
Chris Troutner
2020-08-06 14:14:10 -07:00
parent 9b6adbf4ec
commit e9766630ed
2 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -208,11 +208,11 @@ function onError (error) {
case 'EACCES': case 'EACCES':
console.error(`${bind} requires elevated privileges`) console.error(`${bind} requires elevated privileges`)
process.exit(1) process.exit(1)
break // break
case 'EADDRINUSE': case 'EADDRINUSE':
console.error(`${bind} is already in use`) console.error(`${bind} is already in use`)
process.exit(1) process.exit(1)
break // break
default: default:
throw error throw error
} }
+14 -14
View File
@@ -23,24 +23,24 @@
target="_blank" target="_blank"
>REST API</a >REST API</a
>, allowing modern applications to interact with the Bitcoin Cash (BCH) >, allowing modern applications to interact with the Bitcoin Cash (BCH)
blockchain. New to the BCH blockchain? Start by reading more about blockchain. New to the BCH blockchain? Check out these
<a <a
href="https://troutsblog.com/research/bitcoin-cash/how-to-bch-full-stack-developer" href="https://fullstack.cash/documentation"
target="_blank" target="_blank"
>building full stack applications on BCH</a >educational resources</a
>. >.
</p><br /> </p><br />
<p> <p>
A REST API can work with any programming language, but bch-api is intended A REST API can work with any programming language, but bch-api is intended
to be paired with the to be paired with the
<a <a
href="https://www.npmjs.com/package/@chris.troutner/bch-js" href="https://www.npmjs.com/package/@psf/bch-js"
target="_blank" target="_blank"
>npm bch-js</a >npm bch-js</a
> >
JavaScript library. JavaScript library.
<a <a
href="https://github.com/Permissionless-Software-Foundation/bch-js-examples" href="https://fullstack.cash/examples"
target="_blank" target="_blank"
>Here is example code</a >Here is example code</a
> >
@@ -53,7 +53,7 @@
</p><br /> </p><br />
<p> <p>
While you'll be able to run through the examples without one, you should While you'll be able to run through the examples without one, you should
<a href="https://account.bchjs.cash/" target="_blank" <a href="https://fullstack.cash/login" target="_blank"
>sign-up for a free API key</a >sign-up for a free API key</a
> >
in order to unlock higher rate limits. in order to unlock higher rate limits.
@@ -66,7 +66,7 @@
<h3>bch-api</h3> <h3>bch-api</h3>
<ul> <ul>
<li> <li>
<a href="https://account.bchjs.cash" target="_blank"> <a href="https://fullstack.cash/login" target="_blank">
Get an API key to increase rate limits Get an API key to increase rate limits
</a> </a>
</li> </li>
@@ -80,14 +80,14 @@
<br /> <br />
<li> <li>
<a href="https://tapi.bchjs.cash"> <a href="https://tapi.fullstack.cash">
testnet REST API testnet REST API
</a> </a>
</li> </li>
<br /> <br />
<li> <li>
<a href="https://github.com/christroutner/bch-api" target="_blank"> <a href="https://github.com/Permissionless-Software-Foundation/bch-api" target="_blank">
bch-api GitHub repository bch-api GitHub repository
</a> </a>
</li> </li>
@@ -114,14 +114,14 @@
</li> </li>
<br /> <br />
<li> <li>
<a href="https://bchjs.cash/" target="_blank"> <a href="https://fullstack.cash/cashstrap" target="_blank">
Run your own infrastructure Run your own infrastructure
</a> </a>
</li> </li>
<br /> <br />
<li> <li>
<a href="https://github.com/bitcoinbook/bitcoinbook#chapters" target="_blank"> <a href="https://fullstack.cash/documentation" target="_blank">
Mastering Bitcoin (great free reference) Mastering Bitcoin (great free reference)
</a> </a>
</li> </li>
@@ -135,7 +135,7 @@
<br /> <br />
<li> <li>
<a href="https://developer.bitcoin.com/faucets/bch/" target="_blank"> <a href="https://fullstack.cash/faucet/" target="_blank">
Testnet Faucet Testnet Faucet
</a> </a>
</li> </li>
@@ -148,7 +148,7 @@
<h3>bch-js</h3> <h3>bch-js</h3>
<ul> <ul>
<li> <li>
<a href="https://www.npmjs.com/package/@chris.troutner/bch-js" <a href="https://www.npmjs.com/package/@psf/bch-js"
target="_blank"> target="_blank">
npm library npm library
</a> </a>
@@ -163,7 +163,7 @@
<br /> <br />
<li> <li>
<a href="https://github.com/christroutner/bch-js" target="_blank"> <a href="https://github.com/Permissionless-Software-Foundation/bch-js" target="_blank">
GitHub code repository GitHub code repository
</a> </a>
</li> </li>