Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
habdelra authored Jan 30, 2018
1 parent dc3e8f0 commit 016b053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Merkle-Tree Payment Pool
# Merkle-Tree Payment Pool [![Build Status](https://travis-ci.org/cardstack/merkle-tree-payment-pool.svg?branch=master)](https://travis-ci.org/cardstack/merkle-tree-payment-pool)

This is an implementation of a Merkle Tree based payment pool in Solidity for ERC-20 tokens. This project was inspired by this Ethereum research post: https://ethresear.ch/t/pooled-payments-scaling-solution-for-one-to-many-transactions/590. A longer description around the motivations behind this project is available here: https://medium.com/cardstack/scalable-payment-pools-in-solidity-d97e45fc7c5c. This project includes a payment pool smart contract that leverages Merkle Trees. Also included is a JS lib to create Merkle Trees, derive Merkle roots, and Merkle proofs that have metadata attached to the proofs that aid this smart contract in managing the payment pool.

Expand Down

0 comments on commit 016b053

Please sign in to comment.