By TxPipe

Products

Workspace size

NFT Image Segmentation with Jupyter Notebook

NFT Image Segmentation with Jupyter Notebook
SMALL

TxPipe

A jupyter notebook for configuring the Image Segmentation service from the SingularityNET AI Marketplace, downloading an NFT image and applying the service to it.

Aiken Gift Card

Aiken Gift Card
SMALL

Adalicious

This is an example of a gift card. With these contracts you can lock anything and have it be unlockable only with a simultaneously minted NFT. This minted NFT holds the power to unlock the assets and is considered the gift card.

ADA Payment Links

ADA Payment Links
SMALL

Adalicious

This starter kit shows how you can implement your own Payment Forms for charging your products in ADA. Easy to customize with your Company Logo and Name. Easy to deploy in Demeter

Adder library

Adder library
SMALL

Blink Labs

A tutorial that shows you how to use Adder as a Go library to index data from a Cardano Node.

[Production Grade Dapps] Linear Vesting

[Production Grade Dapps] Linear Vesting
LARGE

Anastasia Labs

Linear Vesting contract aims at providing a reliable mechanism for releasing Cardano Native Tokens gradually over a specified timeframe, with customization options to fit different requirements.

[Production Grade Dapps] Bridge Template

[Production Grade Dapps] Bridge Template
LARGE

Anastasia Labs

In the rapidly evolving world of blockchain technology, the need for seamless communication and interoperability between disparate blockchain networks has never been more critical. The Bridge Template serves as a pivotal solution in this domain, designed to bridge the gap between different blockchain ecosystems. This innovative template enables the efficient and secure transfer of assets and data across various networks, breaking down the barriers that have traditionally hindered interoperability in the blockchain space.

[Production Grade Dapps] Plutarch Merkle Tree

[Production Grade Dapps] Plutarch Merkle Tree
LARGE

Anastasia Labs

The Plutarch Merkle Tree project provides a Plutarch-based implementation of Merkle Trees for the Cardano blockchain. This project allows developers to leverage the security and efficiency of Merkle Trees in their Cardano smart contracts, ensuring data integrity and efficient data verification.

[Production Grade Dapps] Single Asset Staking

[Production Grade Dapps] Single Asset Staking
LARGE

Anastasia Labs

Single Asset Staking contracts facilitate collective staking of digital assets and distributing rewards among participants.

[Production Grade Dapps] Yield Farming

[Production Grade Dapps] Yield Farming
LARGE

Anastasia Labs

Yield farming, also referred to as liquidity mining, is a way to generate rewards with cryptocurrency holdings. In simple terms, it means locking up cryptocurrencies and getting rewards.

Assets API Starter Kit

Assets API Starter Kit
SMALL

TxPipe

This starter kit shows how you can start building a simple REST API to query assets data from DB-sync.

Atlas Starter Kit

Atlas Starter Kit
SMALL

Genius Yield

A starter kit containing examples illustrating various features of Atlas framework which is a haskell tooling to write off-chain code for on-chain smart contracts.

Cardano CLI Tutorial

Cardano CLI Tutorial
SMALL

TxPipe

A tutorial that shows you how to use the Cardano CLI to execute operations directly against the Cardano node.

Cardano Marketplace

Cardano Marketplace
MEDIUM

dQuadrant

A simple Cardano Marketplace facilitating NFT buy and sale.

Cardano Starter Kit

Cardano Starter Kit
SMALL

AlanSmithee

A starter kit for building cardano web3 applications with React, NextJS, and TypeScript using use-cardano and Lucid for interacting with the blockchain.

Java Offchain PlutusV2 Starter Kit

Java Offchain PlutusV2 Starter Kit
MEDIUM

Cardano Fans

A simple Java 17 project demonstrating PlutusV2 contract invocation using simple CLI wallet.

gOuroboros

gOuroboros
SMALL

Blink Labs

A tutorial that shows you how to use the gOuroboros to communicate with a Cardano Node.

Haskell Hello World

Haskell Hello World
LARGE

TxPipe

An empty Haskell project ready to code with all required dependencies already installed and all of the recommended VS Code extensions available by default.. It contains some very basic code with a 'hello world' example.

Java Starter Kit

Java Starter Kit
MEDIUM

Cardano Fans

A simple Java 17 project demonstrating simple CLI wallet with transaction sending.

Kuber Starter Kit

Kuber Starter Kit
SMALL

TxPipe

This repo provides a NodeJS package with examples of how to balance transactions using Kuber.

Kupo Node.js Examples

Kupo Node.js Examples
SMALL

CardanoSolutions

Example setups using Kupo, in JavaScript/Node.js

Mafoc

Mafoc
SMALL

Captain Haskell

The Cardano Indexer Framework with many predefined ones included.

Marlowe Tutorial

Marlowe Tutorial
SMALL

IOHK

This tutorial contains 6 lessons for interacting with Marlowe Smart Contracts.

Aiken Hello World Next.js

Aiken Hello World Next.js
SMALL

Mesh

Start an Aiken project and deploy a web frontend with wallet and transaction builder.

Ecommerce Next.js TypeScript

Ecommerce Next.js TypeScript
SMALL

Mesh

A starter template for ecommerce stores, where customers can pay with Cardano stable coins such as DJED, a receipt will be minted to the customer's wallet and you will fulfil their order.

Marketplace Next.js TypeScript

Marketplace Next.js TypeScript
SMALL

Mesh

A starter template for marketplace smart contract allows users to buy and sell NFTs. A seller list an NFT for sales by specifying a certain price, and anyone can buy it by paying the demanded price.

Multi-sig Minting Next.js TypeScript

Multi-sig Minting Next.js TypeScript
SMALL

Mesh

Sell native tokens with multi-sig minting; where the backend server will build the transaction, and the user signs the transaction on the frontend.

plu-ts Next.js TypeScript

plu-ts Next.js TypeScript
SMALL

Mesh

Write smart contracts on Cardano with plu-ts, execute and deploy your app with Mesh.

Wallet Sign In Next.js

Wallet Sign In Next.js
SMALL

Mesh

Use this template to build a dApp that sign in with Cardano wallet, prove the ownership of a wallet by signing a piece of data using data sign.

Stake Pool Portal Next.js TypeScript

Stake Pool Portal Next.js TypeScript
SMALL

Mesh

Are you a stake pool operator? This starter template allows delegators to connect their wallet and stake with your pool.

Starter Next.js TypeScript

Starter Next.js TypeScript
SMALL

Mesh

Start a new project on Next.js. This starter template consists of a connect wallet button and wallet integration.

Naumachia Smart Contract Template

Naumachia Smart Contract Template
SMALL

Free Honey

Scaffolding for a Naumachia Smart Contract with build script and Aiken script interface.

Stake Pool Explorer

Stake Pool Explorer
SMALL

TxPipe

A NodeJS website that provides a list of all the available Pools currently registered in Cardano. The data get queried from Demeter's cluster's DB-Sync instance using SQL.

Ogmios TypeScript Client

Ogmios TypeScript Client
SMALL

TxPipe + CardanoSolutions

A Demeter starter kit that shows how to use Ogmios' Typescript client.

OpShin Starter Kit

OpShin Starter Kit
SMALL

OpShin

A starter kit for python based smart contracts with PyCardano and OpShin

Oura Webhooks Starter Kit

Oura Webhooks Starter Kit
SMALL

TxPipe

A simple tutorial showing how to use Oura together with a Webhook sink for publishing a message to a Discord server in real-time whenever a delegation is processed for a specific Pool hash..

Plutus Hello World

Plutus Hello World
LARGE

TxPipe

A bare-bones example of a Plutus validator with the corresponding scripts to compile the sourcecode into UPLC bytecode ready to be submitted on-chain.

PlutusV2 Hello World

PlutusV2 Hello World
LARGE

SAIB Inc.

This is a bare bones PlutusV2 smart-contract template. The goal is to provide the minimum expression of a PlutusV2 project to be used as starting point to build more complex contracts. Demonstrating one of the new features of PlutusV2!

PPBL 2024 Plutus Examples

PPBL 2024 Plutus Examples
LARGE

Gimbalabs

A set of example validators used in the Plutus PBL 2024 course from Gimbalabs. Can be used as a starter template for PlutusV2 projects.

Plutus Pioneer Program 4

Plutus Pioneer Program 4
SMALL

Input Output Global

This kit contains everything needed to complete the homework and follow the lectures of the fourth iteration of the Plutus Pioneer Program.

PyCardano Starter Kit

PyCardano Starter Kit
SMALL

TxPipe

A simple tutorial showing how to use the PyCardano library together with Ogmios for generating addresses, querying UTXOs and submitting transactions.

Python DB-Sync Starter Kit

Python DB-Sync Starter Kit
SMALL

TxPipe

A set of python scripts that query the DB-Sync instance running on Demeter's cluster to generate different data analysis outputs from the ledger history.

Wallet Connect Starter Kit

Wallet Connect Starter Kit
SMALL

TxPipe

This starter kit shows how you can connect to a Cardano Wallet from a Remix.run application

Pallas Block Download

Pallas Block Download
SMALL

TxPipe

A very basic example of how to use Pallas rust library to connect to the Cardano Node running on Demeter's cluster by using low-level Ouroboros mini-protocols.

ADA Handle Starter Kit

ADA Handle Starter Kit
SMALL

TxPipe

A small Remix.run application which shows how to use Scrolls for showing the address associated to an ADA handle.