project1

command module
v0.0.0-...-7657e0b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 30, 2015 License: MIT Imports: 14 Imported by: 0

README

Cryptocurrency Cafe - Project 1

Starting code for Project 1 - Bitcoin Transactions.

This code uses the BTC Suite library for bitcoin.

  • keypair.go: code for generating a bitcoin key pair (including its public address).
  • spend.go: code for generating a bitcoin transaction.

This is intended for learning and exploration only! IT WOULD BE VERY FOOLISH TO SEND ANY SIGNIFICANT FUNDS TO ADDRESSES GENERATED OR USED IN THIS CODE.

Credits: the code was written by Nick Skelsey and Alex Kuck for the University of Virginia's cs4501: Cryptocurrency Cafe course, Spring 2015.

Documentation

Overview

Every file in go is a part of some package. Since we want to create a program from this file we use 'package main'

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL