101 sample for BlockChain (source: India Hacks event)
Start a BlockChain simulator e.g. testrpc
testrpc
Sample Contract, Bit Coin can be downloaded using truffle.
truffle init
Make few changes to the contract & coin and migrate + test.
truffle migrate
Now you should see JSON files created for the contracts.
Assert.
truffle test