Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/blockfrost/blockfrost-js-examples


https://github.com/blockfrost/blockfrost-js-examples

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        


# blockfrost-js-examples


Blockfrost.io Typescript Examples



### Installing Node.js SDK

Examples in this repository leverage Blockfrost SDK for Node.js. For a deeper dive into the SDK and guidelines on how to incorporate it into your project visit [blockfrost-js](https://github.com/blockfrost/blockfrost-js).

### Examples in this repository

| Example | Description |
| --------------------------------------------------- | :------------------------------------------------------------------------------------ |
| [Asset Explorer](./examples/asset-explorer) | UI Explorer for Cardano assets [Live Preview](https://cardano-tokens.com) |
| [Basic Javascript SDK](./examples/basic) | Basic example calling Blockfrost endpoints |
| [Simple Transaction](./examples/simple-transaction) | Build and send simple transaction using JS SDK and Cardano Serialization Lib |
| [NFT minting](./examples/mint-nft) | Simple NFT mint (CIP-25) using JS SDK and Cardano Serialization Lib |
| [Webhook Basic](./examples/webhook-basic) | Basic endpoint for receiving Webhook requests using Node.js Express framework |
| [Webhook Slack](./examples/webhook-slack) | Forward blockchain events (new block, tx, epoch,...) sent by Webhook to Slack channel |

### Other Examples

| Example | Description |
| ------------------------------------------------------------------------------------------ | :------------------------------------------------------------------ |
| [Blockfrost Websocket Link](https://github.com/blockfrost/blockfrost-websocket-link) | WebSocket bridge to the Cardano blockchain using the Blockfrost API |
| [Blockfrost Websocket Link UI](https://github.com/blockfrost/blockfrost-websocket-link-ui) | UI for Blockfrost Websocket Link |

### Thirdparty examples

| Example | Description |
| ------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Keagate](https://github.com/dilan-dio4/Keagate) | Open-source, high-performance alternative to popular cryptocurrency payment gateways such as Coinbase Commerce, CoinGate, BitPay, NOWPayments, CoinRemitter, CoinsPaid and more. |

Open a PR and add your own project!