From c3d315ed49ffbf9531c1a29a1776b2894beb1509 Mon Sep 17 00:00:00 2001 From: kay kurokawa Date: Wed, 16 May 2018 15:41:17 -0400 Subject: [PATCH] add information regarding testnet on README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f451a509e..64d31aafe 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,10 @@ submit new unit tests for old code. Unit tests can be compiled and run The Travis CI system makes sure that every pull request is built, and that unit and sanity tests are automatically run. +### Testnet + +Testnet is maintained for testing purposes and can be accessed using the command `./lbrycrdd -testnet`. If you would like testnet credits, please contact kay@lbry.io or grin@lbry.io. + ## License This project is MIT licensed. For the full license, see [LICENSE](LICENSE).