Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jplesperance/tcn
Browse files Browse the repository at this point in the history
  • Loading branch information
jplesperance committed Apr 10, 2018
2 parents 5a2c78f + 2d65e3a commit 028e9c8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Transactional Cryptocurrency Network, TCN, is a simple blockchain and cryptocurr

## Motivation

I decided to start this project as a way to gain a better understanding for blockchain technology and implementation. TCN is loosely based on the BitCoin Specification.
I decided to start this project as a way to gain a better understanding for blockchain technology. It is a living research project that has loosely implements the bitcoin specification. Anyone interested in building anything stable upon TCN is encouraged to fork it first, since given the reseach project status, backwards breaking changes are likely.

## Getting Started

Expand Down Expand Up @@ -57,6 +57,9 @@ tcn send -to <destination-wallet> -from <source-wallet> -amount <amount of coins
tcn printchain
```

### Slack Channel for TCH
[TCN Platform Official Slack](https://tcnplatform.slack.com)

## Built With

* [BoltDB](https://github.com/boltdb/bolt) - BoltDB: embedded k/v database for Go
Expand Down

0 comments on commit 028e9c8

Please sign in to comment.