Skip to content

Commit c367e4f

Browse files
committed
Merge branch 'master' of github.com:trailofbits/pyevmasm
2 parents 10205fa + 6b87008 commit c367e4f

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# pyevmasm
2+
3+
pyevm is an assembler and disassembler library for the Ethereum Virtual Machine (EVM). pyevmasm supports python 2.7 and python 3.6 and newer. It also includes a convenient commandline tool `evmasm`.
4+
5+
New issues, feature requests, and contributions are welcome. Join us in #ethereum on the [Empire Hacking Slack](https://empireslacking.herokuapp.com) to discuss Ethereum security tool development.
6+
7+
This tool is currently new and under development.
8+
9+
# Installation
10+
11+
Install the latest stable version using pip:
12+
```
13+
pip install pyevmasm
14+
```
15+
16+
To install the library from source:
17+
```
18+
git clone https://github.com/trailofbits/pyevmasm
19+
cd pyevmasm
20+
python setup.py install
21+
```
22+

0 commit comments

Comments
 (0)