Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions views/includes/how.jade
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ div.row.text-center

div#what-make.col-sm-6.text-right
p Contracts are the main building blocks of Ethereum. A contract is a computer program that lives inside the distributed Ethereum network and has its own ether balance, memory and code. Every time you send a transaction to a contract, it executes its code, which can store data, send transactions and interact with other contracts.
p Contracts are maintained by the network, without any central ownership or control. Contracts are written in languages instantly familiar to any programmer and powered by Ether, Ethereum's cryptofuel. You can find out more in our <a href="http://wiki.ethereum.org" target="_blank">wiki</a>.
p Contracts are maintained by the network, without any central ownership or control. Contracts are written in languages instantly familiar to any programmer and powered by Ether, Ethereum's cryptofuel. You can find out more in our <a href="http://wiki.ethereum.org" target="_blank">wiki</a>.


div#apps-examples.row.text-center
Expand Down Expand Up @@ -65,8 +65,11 @@ div#apps-examples.row.text-center
div.row.hr.reference-clients Mobile &amp; desktop reference clients.
div.row.hr Turing complete contracts on a blockhain.
div.row
img(src='/images/cpp-logo.png', alt="C++")
img(src='/images/go-gopher.png', alt="Go")
img(src='/images/python-logo.png', alt="Python")
a(href='https://github.com/ethereum/cpp-ethereum')
img(src='/images/cpp-logo.png', alt="C++")
a(href='https://github.com/ethereum/eth-go')
img(src='/images/go-gopher.png', alt="Go")
a(href='https://github.com/ethereum/pyethereum')
img(src='/images/python-logo.png', alt="Python")
span.huge &hellip;
div.row flexible implementations.