mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
17 lines
No EOL
683 B
PHP
17 lines
No EOL
683 B
PHP
<?php $reward = CreditApi::getCurrentTestCreditReward() ?>
|
|
<div class="cover cover-dark cover-dark-grad content content-dark">
|
|
<h1>Test and Earn</h1>
|
|
<?php echo View::render('get/feedback-prompt') ?>
|
|
<h3>Test Your Install</h3>
|
|
<ol>
|
|
<li>Run <code>lbrynet-console</code> from the command line</li>
|
|
<li>Enter <code>get wonderfullife</code></li>
|
|
<li>Continue to play as you desire</li>
|
|
</ol>
|
|
<h3>Feedback</h3>
|
|
<p>
|
|
In addition to <?php echo i18n::formatCredits($reward) ?>, your feedback will be personally read by the developers and help signal
|
|
interest in LBRY to investors.
|
|
</p>
|
|
<a href="/feedback" class="btn-alt">Provide Your Feedback</a>
|
|
</div>
|