Blockchain Service の概要
    • PDF

    Blockchain Service の概要

    • PDF

    Article Summary

    NAVERクラウドプラットフォームの Blockchain Service は、Hyperledger Fabricを利用してプライベート、コンソーシアム型ブロックチェーンネットワークを構成できる Blockchain as a Service(BaaS)です。Blockchain Service の APIの使用方法は、以下のガイドをご参照ください。

    共通設定

    API URL

    Region NameURL
    韓国(KR)https://blockchainservice.apigw.ntruss.com/api/v1
    シンガポール(SGN)https://blockchainservice.apigw.ntruss.com/api/sgn-v1

    リクエストヘッダ

    全ての APIには、以下の Header値を転送します。

    項目要否説明
    Content-TypeYesリクエスト Body Content Typeを application/jsonに指定(POST)
    x-ncp-apigw-timestampYes1970年1月1日 00:00:00 協定世界時(UTC)からの経過時間をミリ秒(Millisecond)で表す
    API Gatewayサーバとの時間差が5分以上の場合は無効なリクエストとみなす
    x-ncp-iam-access-keyYesポータルまたは Sub Accountが発行した Access Key ID
    x-ncp-apigw-signature-v2Yes上記例の Bodyを Access Key IDとマッピングする SecretKeyで暗号化した署名
    HMAC暗号化アルゴリズムは HmacSHA256 を使用

    NAVERクラウドプラットフォームの認証キーおよび Signatureの作成方法は、NAVER Cloud Platform APIをご参照ください。

    エラーレスポンスの形式

    コード名説明
    errorCodeブロックチェーン商品内のエラーコード
    messageエラーの原因
    statushttp status code name
    resourcesサブ権限エラー時の必要権限リスト
    {
      "error":
        {
          "errorCode": "string",
          "message": "string",
          "status": "string",
          "resources": []
        }
    }
    

    この記事は役に立ちましたか?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.