Git Product home page Git Product logo

ecs198-cryptocurrency-technologies's Introduction

ECS198-Cryptocurrency-Technologies

The class materials for ECS 198 - Cryptocurrency Technologies, Spring 2016 taught by Rylan Schaeffer and Vincent Yang.

Important Materials
Assignments
  1. Digital Signatures

Generate a public/private key pair. Submit your public key and a digital signature of the sentence, "I, [insert your name here], signed this sentence!"

  1. Cryptographic Hash Functions/Merkle Trees

Submit a program that accepts a string of transactions, and outputs a hash tree of transactions.

  1. Proof of Work

Submit a program that accepts a list of transactions and an integer n, and outputs the value of a nonce such that

hash(root of hash tree | nonce) has n leading zeroes

To be updated...

  1. Centralized Cryptocurrency

Submit a program that accepts a list of transactions over a number of "epochs", and outputs a list of valid transactions per epoch

  1. Proof of Work (Cont.)

Submit a program that accepts a list of transactions, a nonce and integer n, and verifies that

hash(root of hash tree | nonce) has n leading zeroes

  1. Decentralized Cryptocurrency

Submit a program that accepts a block chain or a list of transactions, or hash tree, nonce. For each epoch:

If given (hash tree, nonce), verify the proposed block and append to block chain if legitimate

If given list of transactions, verify the transactions, mine the correct nonce, append the block to block chain

Structure
.
├── Lectures
│   ├── 0-History
│   ├── 1-DigitalSignatures
│   ├── 2-CryptoHash
│   ├── 3-Decentralization
│   ├── 4-Mining
│   ├── 5-EngineeringDetails
│   ├── 6-Flaws
│   ├── 6.5-Blockchain
│   ├── 7-Anonymity
│   ├── 8-Ethereum
│   └── 9-DAO
├── Programs
│   ├── HW1-Digital-Signatures
│   │   ├── Program\ 1
│   │   └── Submissions
│   ├── HW2-Crypto-Hash
│   │   └── Program\ 2
│   ├── HW3-Mining
│   │   └── Program\ 3
│   └── Term-Project
├── Projects
├── Syllabus
└── Worksheets
    ├── backup
    ├── exam
    ├── hw1
    ├── hw2
    ├── hw3
    ├── hw4
    ├── hw5
    ├── hw6
    ├── hw7
    ├── hw8
    └── hw9

ecs198-cryptocurrency-technologies's People

Contributors

rylanschaeffer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.