introductory guide to smart contracts

pull/122/head
Demian Elias Brener 8 years ago
parent 11cf9f8752
commit 1529e19b09
  1. 2
      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)) - 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/). - 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 ## 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`. Zeppelin integrates with [Truffle](https://github.com/ConsenSys/truffle), an Ethereum development environment. Please install Truffle and initialize your project with `truffle init`.

Loading…
Cancel
Save