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
-
12
1
This is the Python core library of the Ethereum project.
13
2
14
3
For the python based command line client see:
15
4
https://github.com/ethereum/pyethapp
16
5
17
- Installation:
18
- ++++++++++++++
19
-
6
+ ## Installation:
20
7
21
8
`` git clone https://github.com/ethereum/pyethereum/ ``
22
9
@@ -25,9 +12,7 @@ Installation:
25
12
`` python setup.py install ``
26
13
27
14
28
-
29
- Components
30
- ---------------
15
+ ## Components
31
16
32
17
### ethereum.pow.chain
33
18
@@ -208,28 +193,8 @@ The pyethereum codebase is designed to be maximally friendly for use across many
208
193
* ` initialize(state, block) ` - called in ` apply_block ` before transactions are processed
209
194
* ` finalize(state, block) ` - called in ` apply_block ` after transactions are processed
210
195
* ` 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
212
197
213
- Licence
214
- ========
215
- See LICENCE
198
+ ## Licence
216
199
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