Skip to content

Commit

Permalink
Merge branch 'master' of github.com:shu223/BlockchainSwift
Browse files Browse the repository at this point in the history
  • Loading branch information
shu223 committed May 25, 2018
2 parents 09813d1 + dbe0157 commit b9c5cb3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Expand Up @@ -4,11 +4,10 @@ A simple Blockchain in Swift.

## What is this?

This is an implementation of Blockchain in Swift 4 based on **this great article** [^consensus]:
This is an implementation of Blockchain in Swift 4 based on **this great article**:

[Learn Blockchains by Building One – Hacker Noon](https://hackernoon.com/learn-blockchains-by-building-one-117428612f46)

[^consensus]: The "Consensus" part is available in [feature/consensus](https://github.com/shu223/BlockchainSwift/tree/feature/consensus) branch.

## How to build

Expand Down Expand Up @@ -53,4 +52,7 @@ Here are the articles:

日本語版(Swift):

- [Swiftでブロックチェーンを実装してみる](https://qiita.com/shu223/items/ebe59325f36fbf25e3d6)
- [Swiftでブロックチェーンを実装してみる](https://qiita.com/shu223/items/ebe59325f36fbf25e3d6)


*The "Consensus" part is available in the [feature/consensus](https://github.com/shu223/BlockchainSwift/tree/feature/consensus) branch.

0 comments on commit b9c5cb3

Please sign in to comment.