# Dapp Templates

When creating a new dapp using agoric init, you have the option of starting from a number of templates. To use a template other than the default, add the --dapp-template option:

agoric init --dapp-template dapp-fungible-faucet my-fungible-faucet

# Fungible Faucet Dapp

Github: dapp-fungible-faucet (opens new window)

Gives fungible tokens on request. The front end is raw JavaScript with Material Design Components (opens new window).

# Card Store Dapp

Github: dapp-card-store (opens new window)

Mints NFT (non-fungible token) baseball cards and lets users buy them with their fungible tokens from the Fungible Faucet Dapp. The front end is raw JavaScript with Material Design Components (opens new window).

# OTC Desk Dapp

Github: dapp-otc (opens new window)

Gives custom quotes to users, in the form of an exercisable call option. This dapp has no front end, but it does have a video tutorial (opens new window) that walks through the development.

# Oracle Dapp

Github: dapp-oracle (opens new window)

A generic way to interact with oracles such as the Chainlink (opens new window) decentralized oracle network. The front end is raw JavaScript.