Initial commit.

This commit is contained in:
Dave Collins 2013-06-12 16:22:01 -05:00
commit 63af0dbca9
2 changed files with 32 additions and 0 deletions

28
.gitignore vendored Normal file
View file

@ -0,0 +1,28 @@
# Temp files
*~
# Log files
*.log
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
# Folders
_obj
_test
# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
_testmain.go
*.exe

4
README.md Normal file
View file

@ -0,0 +1,4 @@
btcscript
=========
Package btcscript implements the bitcoin transaction scripts.