Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blockfrost/blockfrost-js-examples
https://github.com/blockfrost/blockfrost-js-examples
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/blockfrost/blockfrost-js-examples
- Owner: blockfrost
- License: apache-2.0
- Created: 2022-12-01T21:07:54.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-20T17:20:25.000Z (about 1 year ago)
- Last Synced: 2024-11-30T20:51:46.328Z (about 1 month ago)
- Language: Nix
- Size: 16 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!