Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit db17a6a

Browse files
committed
Cleaned up readme
1 parent 65456dc commit db17a6a

File tree

1 file changed

+5
-40
lines changed

1 file changed

+5
-40
lines changed

README.md

Lines changed: 5 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,9 @@
1-
===================================================
2-
Ethereum -- Next generation cryptocurrency network
3-
===================================================
4-
5-
.. image:: https://badges.gitter.im/Join%20Chat.svg
6-
:alt: Join the chat at https://gitter.im/ethereum/pyethereum
7-
:target: https://gitter.im/ethereum/pyethereum?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
8-
9-
Ethereum Core Library
10-
=====================
11-
121
This is the Python core library of the Ethereum project.
132

143
For the python based command line client see:
154
https://github.com/ethereum/pyethapp
165

17-
Installation:
18-
++++++++++++++
19-
6+
## Installation:
207

218
``git clone https://github.com/ethereum/pyethereum/``
229

@@ -25,9 +12,7 @@ Installation:
2512
``python setup.py install``
2613

2714

28-
29-
Components
30-
---------------
15+
## Components
3116

3217
### ethereum.pow.chain
3318

@@ -208,28 +193,8 @@ The pyethereum codebase is designed to be maximally friendly for use across many
208193
* `initialize(state, block)` - called in `apply_block` before transactions are processed
209194
* `finalize(state, block)` - called in `apply_block` after transactions are processed
210195
* `get_uncle_candidates(chain, state)` - called in `mk_head_candidate` to include uncles in a block
211-
* Create a chain config with the CONSENSUS_STRATEGY set to whatever you named your new consensus strategy
196+
* Create a chain config with the `CONSENSUS_STRATEGY` set to whatever you named your new consensus strategy
212197

213-
Licence
214-
========
215-
See LICENCE
198+
## Licence
216199

217-
`Ethereum <https://ethereum.org/>`_ is based on a design by Vitalik Buterin.
218-
219-
.. |Linux develop| image:: https://build.ethdev.com/buildstatusimage?builder=Linux%20PyEthereum%20develop
220-
:target: https://build.ethdev.com/builders/Linux%20PyEthereum%20develop/builds/-1
221-
.. |OSX develop| image:: https://build.ethdev.com/buildstatusimage?builder=OSX%20PyEthereum%20develop
222-
:target: https://build.ethdev.com/builders/OSX%20PyEthereum%20develop/builds/-1
223-
.. |Linux master| image:: https://build.ethdev.com/buildstatusimage?builder=Linux%20PyEthereum%20master
224-
:target: https://build.ethdev.com/builders/Linux%20PyEthereum%20master/builds/-1
225-
.. |OSX master| image:: https://build.ethdev.com/buildstatusimage?builder=OSX%20PyEthereum%20master
226-
:target: https://build.ethdev.com/builders/OSX%20PyEthereum%20master/builds/-1
227-
228-
.. |Travis develop| image:: https://travis-ci.org/ethereum/pyethereum.png?branch=develop
229-
:target: https://travis-ci.org/ethereum/pyethereum
230-
.. |Travis master| image:: https://travis-ci.org/ethereum/pyethereum.png?branch=master
231-
:target: https://travis-ci.org/ethereum/pyethereum
232-
.. |Coverage develop| image:: https://coveralls.io/repos/ethereum/pyethereum/badge.png?branch=develop
233-
:target: https://coveralls.io/r/ethereum/pyethereum?branch=develop
234-
.. |Coverage master| image:: https://coveralls.io/repos/ethereum/pyethereum/badge.png?branch=master
235-
:target: https://coveralls.io/r/ethereum/pyethereum?branch=master
200+
See LICENCE

0 commit comments

Comments
 (0)