ICP Rust CDK学習メモ
  • ICP Rust CDK学習メモ
  • ⚙️開発環境準備
  • 開発
    • テンプレート生成 (dfx new)
    • Frontend開発
      • 1. シンプルなHTML
      • 2. Canister呼び出し
    • Backend開発
      • 1. Hello
      • 2. データ更新/参照
      • 3. ic_cdk::caller()
      • 4. ic_cdk::call()
      • 5. 動的画像生成
      • 6. staticファイル参照
      • 7. HTTPS outcalls
      • 8. Threshold ECDSA
    • Bootcamp
      • Calculator ➕✖️➖➗
      • Homework diary 📔
      • Student wall 🎨
      • MotoCoin 🪙
      • The Verifier 👨‍🏫
      • The Dapp 🚀
  • サンプル
    • 📔Diary
  • 技術情報
    • 🪪Principal
    • 🪪Internet Identity
    • 🪙Token
    • 🖼️NFT
    • 🗝️VetKey
  • ツール
    • dfx
      • dfx identity
    • quill
  • 参考情報
    • 🔗リンク集
GitBook提供
このページ内
  • 特徴
  • 手順
  • 将来機能
  • Attribute Sharing
  • Signer Interaction Standard (ICRC-25)
  • Working Group

役に立ちましたか?

GitHubで編集
  1. 技術情報

Internet Identity

前へPrincipal次へToken

最終更新 1 年前

役に立ちましたか?

Internet Identity(II)は、Internet Computerがサポートするブロックチェーン認証フレームワークです。

ユーザーが安全かつ匿名でInternet Computer上のdappsにサインインできるようにするシステムです。

特徴

★TODO★

手順

★TODO★

将来機能

Attribute Sharing

Dapps間でIdentityを紐づけることなく、必要に応じて各Dappsの属性を共有できるようにする仕組み。

参考情報:

Signer Interaction Standard (ICRC-25)

署名する内容に説明を追加するなど

Working Group

https://github.com/dfinity/wg-identity-authentication

🪪
https://identity.ic0.app/
https://github.com/dfinity/wg-identity-authentication/blob/main/topics/attribute-sharing.md
https://github.com/dfinity/wg-identity-authentication/blob/main/topics/signer_standards_overview.md