claimtrie/README.md

47 lines
804 B
Markdown
Raw Normal View History

2018-06-28 07:14:30 +02:00
# ClaimTrie
coming soon
## Installation
coming soon
## Usage
coming soon
## Running from Source
This project requires [Go v1.10](https://golang.org/doc/install) or higher.
``` bash
go get -v github.com/lbryio/claimtrie
```
## Examples
Refer to [triesh](https://github.com/lbryio/claimtrie/blob/master/cmd/claimtrie)
## Testing
``` bash
go test -v github.com/lbryio/claimtrie
gocov test -v github.com/lbryio/claimtrie 1>/dev/null
```
## Contributing
coming soon
## License
This project is MIT licensed.
## Security
We take security seriously. Please contact security@lbry.io regarding any security issues.
Our PGP key is [here](https://keybase.io/lbry/key.asc) if you need it.
## Contact
The primary contact for this project is [@lyoshenka](https://github.com/lyoshenka) (grin@lbry.io)