beyondlogical / eth-ref

This repository is intended to provide a sample of reference projects for ethereum backed applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ethereum Reference Projects

This repository is intended to provide a sample of reference projects for ethereum backed applications

  • Currency - minting & distributing fungible tokens
  • Money changers - token sales
  • Asset swaps - token exchanges
  • Auctions - token value determination
  • Receipt - token as state record
  • Commit-reveal - storing secret proofs for future evidence of past state
  • Cryptocollectibles (NFTs) - non-fungible tokens
  • File storage - smart contract as db
  • Portable personal data - Encrypted records in public dbs
  • Voting booth - group favorite selection determination
  • DAO - group commit-approve decision making
  • Oracle - sensing changes to state off-chain
  • Actor - turn on-chain state changes into off-chain actions
  • Private sidechain - production off-main networks

About

This repository is intended to provide a sample of reference projects for ethereum backed applications