Skip to content

Commit 67332de

Browse files
authored
Update README.md
1 parent c9b2a22 commit 67332de

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# pyevmasm
22

3-
pyevmasm is an assembler and disassembler library for the Ethereum Virtual Machine (EVM). pyevmasm supports python 2.7 and newer. You can find the documentation [here](rtdlink).
3+
pyevmasm is an assembler and disassembler library for the Ethereum Virtual Machine (EVM).
44

55
This library is currently new and under development.
66

77
New issues, feature requests, and contributions are welcome. Join us in #ethereum channel on the [Empire Hacking Slack](https://empireslacking.herokuapp.com) to discuss Ethereum security tool development.
88

99

10-
Example;
10+
Examples;
1111
```
1212
>>> from pyevmasm import instruction_table, disassemble_hex, disassemble_all, assemble_hex
1313
>>> instruction_table[20]
@@ -66,6 +66,8 @@ $ echo -n "608060405260043610603f57600035" | evmasm -d
6666
0000000c: PUSH1 0x0
6767
0000000e: CALLDATALOAD
6868
```
69+
### Requirements
70+
Python >=2.7 or Python >=3.3
6971

7072
# Installation
7173

@@ -81,3 +83,5 @@ cd pyevmasm
8183
python setup.py install
8284
```
8385

86+
# Documentation
87+
[insert RTD link here]()

0 commit comments

Comments
 (0)