Appearance
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:
sh
agoric init --dapp-template dapp-fungible-faucet my-fungible-faucet
Fungible Faucet Dapp
Gives fungible tokens on request. The front end is raw JavaScript with Material Design Components.
Card Store Dapp
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.
OTC Desk Dapp
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 that walks through the development.
Oracle Dapp
A generic way to interact with oracles such as the Chainlink decentralized oracle network. The front end is raw JavaScript.