From 1529e19b09c2719e52f3757e9ac829e3c2a2ac09 Mon Sep 17 00:00:00 2001 From: Demian Elias Brener Date: Fri, 23 Dec 2016 14:19:20 -0300 Subject: [PATCH] introductory guide to smart contracts --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dbdb39f8c..40b00e27c 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ With Zeppelin, you can build distributed applications, protocols and organizatio - using common contract security patterns (See [Onward with Ethereum Smart Contract Security](https://medium.com/bitcorps-blog/onward-with-ethereum-smart-contract-security-97a827e47702#.y3kvdetbz)) - in the [Solidity language](http://solidity.readthedocs.io/en/develop/). +> NOTE: New to smart contract development? Check our [introductory guide](https://github.com/OpenZeppelin/zeppelin-solidity/issues/121). + ## Getting Started Zeppelin integrates with [Truffle](https://github.com/ConsenSys/truffle), an Ethereum development environment. Please install Truffle and initialize your project with `truffle init`.