@josojo/realitycheck-contracts
Version:
RealityCheck demo
37 lines (25 loc) • 510 B
HTML
<div style="float:right">
Your balance: 12345 ETC
<a href="withdraw.html">Withdraw</a>
</div>
<div>
<a href="ask.html">Ask a question</a>
|
<a href="answer.html">Answer a question</a>
|
<a href="your.html">Your questions</a>
|
<a href="developers.html">Developers</a>
</div>
<h2>Developers</h2>
<h3>Getting a question from your contract</h3>
<h3>Handling the answer</h3>
<p>
Create a function like this:
<code>
__realitycheck_callback(bytes32 id, uint32 answer)
</code>
</p>
<p>
blah blah blah
</p>