commit a02af039b52c1faadfc4bf9431cc2854bc4f3858 Author: Dave Collins Date: Tue May 28 19:03:53 2013 -0500 Initial commit. diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..5b97dbba --- /dev/null +++ b/.gitignore @@ -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 diff --git a/README.md b/README.md new file mode 100644 index 00000000..18692b1a --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +btcdb +===== + +Package btcdb provides a database interface for the bitcoin blockchain.