A simple API which demonstrates how easy it is to use the Blockset API to get data.
This API exposes a single endpoint (GET /the-pizza-tx), which acts as a proxy to the
Blockset API, and returns back the full Bitcoin transaction of the infamous
Pizza Transaction.
$ npm install$ cp .env.example .envEdit .env and set the BLOCKSET_API_USER_JWT variable to a valid User JWT.
If you don't have one, or don't know what this is, refer to the Blockset Authentication guide.
$ npm startNavigate to http://localhost:3000/the-pizza-tx in your browser, and see the transaction that made history.