Skip to content

Commit

Permalink
Fixes incorrect readme
Browse files Browse the repository at this point in the history
  • Loading branch information
solatis committed May 11, 2015
1 parent f7725cf commit 911210f
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
haskell-bitcoin-script
==================
haskell-bitcoin-api
===================

[![Build Status](https://travis-ci.org/solatis/haskell-bitcoin-script.png?branch=master)](https://travis-ci.org/solatis/haskell-bitcoin-script)
[![Coverage Status](https://coveralls.io/repos/solatis/haskell-bitcoin-script/badge.svg?branch=master)](https://coveralls.io/r/solatis/haskell-bitcoin-script?branch=master)
[![Build Status](https://travis-ci.org/solatis/haskell-bitcoin-api.png?branch=master)](https://travis-ci.org/solatis/haskell-bitcoin-api)
[![Coverage Status](https://coveralls.io/repos/solatis/haskell-bitcoin-api/badge.svg?branch=master)](https://coveralls.io/r/solatis/haskell-bitcoin-api?branch=master)
[![MIT](http://b.repl.ca/v1/license-MIT-blue.png)](http://en.wikipedia.org/wiki/MIT_License)
[![Haskell](http://b.repl.ca/v1/language-haskell-lightgrey.png)](http://haskell.org)

This library provides utilities for compiling, manipulation and decompiling of
Bitcoin scripts.
The Bitcoin Core application provides an HTTP RPC interface for communication.
This library implements access to these functions. It builds on top of the
`bitcoin-tx` and `bitcoin-script`, and as such provides an extremely flexible
environment to create, manipulate and store transactions and custom scripts.

0 comments on commit 911210f

Please sign in to comment.