Skip to content

Playground

metalefty edited this page Sep 17, 2021 · 7 revisions

Tapyease Playground

Playground Status Info

https://status.playground.taas.haw.biz/

Playground Explorer

http://140.238.54.215:4200/

接続情報

項目名 設定値
JSON-RPC/HTTPS https://playground.taas.haw.biz:2820/
RPCユーザー名 tapyrus
RPCパスワード tapyrus
ブロック生成間隔 60 秒 (予告なく変更されることがあります)

Playground とは

TaaS で提供している、無料で誰でも利用できる体験用のTapyrusネットワーク&エンドポイントです。

体験用という位置づけのため、RPCユーザーは全員で共通のものを使用します。ウォレットの作成は可能ですが、誰でもそのウォレットにアクセスできる点にご注意ください。

JSON-RPC 接続例

$ curl --data-binary '{"method":"getblockchaininfo"}' https://tapyrus:tapyrus@playground.taas.haw.biz:2820 | jq
{
  "result": {
    "chain": "843",
    "mode": "prod",
    "blocks": 168102,
    "headers": 168102,
    "bestblockhash": "0a610927ee61c9823866806f7c7faae67aff5d2ccfa9191ad4618203b46102a4",
    "mediantime": 1614573906,
    "verificationprogress": 1,
    "initialblockdownload": false,
    "size_on_disk": 52333633,
    "pruned": false,
    "aggregatePubkeys": [
      {
        "03b3ef922860c50a411f5f884e4ee7c67775bc8d6c7ae23dff55f84c42b05e6ac9": 0
      }
    ],
    "warnings": ""
  },
  "error": null,
  "id": null
}

Clone this wiki locally