Skip to content
This repository has been archived by the owner on Mar 5, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elmato committed Sep 17, 2018
1 parent e53ef55 commit b5370c2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions eosio.unregd/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Build

```shell
eosiocpp -o eosio.unregd.wast eosio.unregd.cpp
eosiocpp -g eosio.unregd.abi eosio.unregd.cpp
```

# Setup

Expand All @@ -25,6 +27,8 @@ python claim.py eostest11125 EOS7jUtjvK61eWM38RyHS3WFM7q41pSYMP7cpjQWWjVaaxH5J9C

# Dependecies

```pip install bitcoin --user```
```pip install requests --user```
```sudo apt-get install python-pysha3```
```shell
pip install bitcoin --user
pip install requests --user
sudo apt-get install python-pysha3
```

0 comments on commit b5370c2

Please sign in to comment.