Updated Home (markdown)

David Hill 2014-03-15 19:22:58 -07:00
parent d6fdb4d00f
commit b349e34a54

@ -1,4 +1,5 @@
Welcome to the btcd wiki! ### About
btcd is a full node bitcoin implementation written in [Go](http://golang.org).
### Getting Started ### Getting Started
* Under construction * Under construction
@ -24,4 +25,4 @@ Welcome to the btcd wiki!
* [btcscript](https://github.com/conformal/btcscript) - Implements the Bitcoin transaction scripting language * [btcscript](https://github.com/conformal/btcscript) - Implements the Bitcoin transaction scripting language
* [btcec](https://github.com/conformal/btcec) - Implements support for the elliptic curve cryptographic functions needed for the Bitcoin scripts * [btcec](https://github.com/conformal/btcec) - Implements support for the elliptic curve cryptographic functions needed for the Bitcoin scripts
* [btcdb](https://github.com/conformal/btcdb) - Provides a database interface for the Bitcoin block chain * [btcdb](https://github.com/conformal/btcdb) - Provides a database interface for the Bitcoin block chain
* [btcutil](https://github.com/conformal/btcutil) - Provides Bitcoin-specific convenience functions and types * [btcutil](https://github.com/conformal/btcutil) - Provides Bitcoin-specific convenience functions and types