Skip to content

Commit

Permalink
add development instruction to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
heropan committed Aug 9, 2018
1 parent e599b8e commit 05f4091
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Elastos.ELA.SPV.Cpp

## Summary
This repository is a basic library aimed to provide a serials of wallet related interfaces for anyone who want to build a wallet themselves.
This repository is a basic library aimed to provide a serials of wallet related interfaces for anyone who want to build a wallet themselves.


## Build on Ubuntu/MacOs
### Check the required tools
Expand Down Expand Up @@ -76,8 +77,14 @@ $ cmake -DSPV_FOR_ANDROID=ON ..
$ make
```


## Development
Patches are welcome. Please submit pull requests against the `dev` branch.


## More

Learn more about this repository please refer to the following links:
- [interfaces definition](https://github.com/elastos/Elastos.ELA.SPV.Cpp/tree/dev/Interface)
- [wiki](https://github.com/elastos/Elastos.ELA.SPV.Cpp/wiki)
- [wiki](https://github.com/elastos/Elastos.ELA.SPV.Cpp/wiki)

0 comments on commit 05f4091

Please sign in to comment.