Rebrand for grin.us-ea.st deployment
- Point page metadata, API examples, and README at grin.us-ea.st - Replace github.com/aglkm/grin-explorer references with git.pka.world/butler/grin-explorer (footer link, request UA, README) - Drop upstream-specific Tor onion link and the grincoin.org donate page (route, template, and footer link), since neither applies to this fork Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
<br>
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<b>Example:</b><br> curl -X POST --data '{"jsonrpc":"2.0","method":"get_tip","params":[],"id":1}' https://grincoin.org/v2/foreign
|
||||
<b>Example:</b><br> curl -X POST --data '{"jsonrpc":"2.0","method":"get_tip","params":[],"id":1}' https://grin.us-ea.st/v2/foreign
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
@@ -41,18 +41,18 @@
|
||||
<br>
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<b>Example:</b><br> curl -X POST --data '{"jsonrpc":"2.0","method":"get_status","params":[],"id":1}' https://grincoin.org/v2/owner
|
||||
<b>Example:</b><br> curl -X POST --data '{"jsonrpc":"2.0","method":"get_status","params":[],"id":1}' https://grin.us-ea.st/v2/owner
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
<h5>GET API</h5>
|
||||
<div>There are also several GET APIs provided by the explorer.</div>
|
||||
<br>
|
||||
<a href="https://grincoin.org/rpc/block/latest">https://grincoin.org/rpc/block/latest</a><br>
|
||||
<a href="https://grincoin.org/rpc/market/supply">https://grincoin.org/rpc/market/supply</a><br>
|
||||
<a href="https://grincoin.org/rpc/market/supply_raw">https://grincoin.org/rpc/market/supply_raw</a><br>
|
||||
<a href="https://grincoin.org/rpc/network/hashrate">https://grincoin.org/rpc/network/hashrate</a><br>
|
||||
<a href="https://grincoin.org/rpc/network/difficulty">https://grincoin.org/rpc/network/difficulty</a><br><br>
|
||||
<a href="https://grin.us-ea.st/rpc/block/latest">https://grin.us-ea.st/rpc/block/latest</a><br>
|
||||
<a href="https://grin.us-ea.st/rpc/market/supply">https://grin.us-ea.st/rpc/market/supply</a><br>
|
||||
<a href="https://grin.us-ea.st/rpc/market/supply_raw">https://grin.us-ea.st/rpc/market/supply_raw</a><br>
|
||||
<a href="https://grin.us-ea.st/rpc/network/hashrate">https://grin.us-ea.st/rpc/network/hashrate</a><br>
|
||||
<a href="https://grin.us-ea.st/rpc/network/difficulty">https://grin.us-ea.st/rpc/network/difficulty</a><br><br>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user