diff --git a/public/content/decentralized-identity/index.md b/public/content/decentralized-identity/index.md index d8fba4c819c..166780609cd 100644 --- a/public/content/decentralized-identity/index.md +++ b/public/content/decentralized-identity/index.md @@ -57,7 +57,7 @@ Decentralized identity has many potential use-cases: Decentralized identity can help replace password-based logins with decentralized authentication. Service providers can issue attestations to users, which can be stored in an Ethereum wallet. An example attestation would be an [NFT](/glossary/#nft) granting the holder access to an online community. -A [Sign-In with Ethereum](https://login.xyz/) function would then enable servers to confirm the user's Ethereum account and fetch the required attestation from their account address. This means users can access platforms and websites without having to memorize long passwords and improves the online experience for users. +A [Sign-In with Ethereum](https://siwe.xyz/) function would then enable servers to confirm the user's Ethereum account and fetch the required attestation from their account address. This means users can access platforms and websites without having to memorize long passwords and improves the online experience for users. ### 2. KYC authentication {#kyc-authentication} @@ -158,6 +158,7 @@ Here's an example to show how onchain attestations might work in practice: There are many ambitious projects using Ethereum as a foundation for decentralized identity solutions: - **[Ethereum Name Service (ENS)](https://ens.domains/)** - _A decentralized naming system for onchain, machine-readable identifiers, like, Ethereum wallet addresses, content hashes, and metadata._ +- **[Sign in with Ethereum (SIWE)](https://siwe.xyz/)** - _Open standard for authentication with Ethereum accounts._ - **[SpruceID](https://www.spruceid.com/)** - _A decentralized identity project which allows users to control digital identity with Ethereum accounts and ENS profiles instead of relying on third-party services._ - **[Ethereum Attestation Service (EAS)](https://attest.sh/)** - _A decentralized ledger/protocol for making onchain or offchain attestations about anything._ - **[Proof of Humanity](https://www.proofofhumanity.id)** - _Proof of Humanity (or PoH) is a social identity verification system built on Ethereum._ @@ -186,6 +187,6 @@ There are many ambitious projects using Ethereum as a foundation for decentraliz ### Communities {#communities} - [ERC-725 Alliance on GitHub](https://github.com/erc725alliance) — _Supporters of the ERC725 standard for managing identity on the Ethereum blockchain_ -- [SpruceID Discord server](https://discord.com/invite/Sf9tSFzrnt) — _Community for enthusiasts and developers working on Sign-in with Ethereum_ +- [EthID Discord server](https://discord.com/invite/ZUyG3mSXFD) — _Community for enthusiasts and developers working on Sign-in with Ethereum, and Ethereum Follow Protocol_ - [Veramo Labs](https://discord.gg/sYBUXpACh4) — _A community of developers contributing to building a framework for verifiable data for applications_ - [walt.id](https://discord.com/invite/AW8AgqJthZ) — _A community of developers and builders working on decentralized identity use cases across various industries_ diff --git a/public/content/developers/docs/programming-languages/python/index.md b/public/content/developers/docs/programming-languages/python/index.md index 6d3aa1f9c86..08f88b42794 100644 --- a/public/content/developers/docs/programming-languages/python/index.md +++ b/public/content/developers/docs/programming-languages/python/index.md @@ -65,7 +65,7 @@ Need a more basic primer first? Check out [ethereum.org/learn](/learn/) or [ethe - [eth-utils](https://github.com/ethereum/eth-utils/) - _utility functions for working with Ethereum related codebases_ - [py-solc-x](https://pypi.org/project/py-solc-x/) - _Python wrapper around the solc solidity compiler with 0.5.x support_ - [pymaker](https://github.com/makerdao/pymaker) - _Python API for Maker contracts_ -- [siwe](https://github.com/spruceid/siwe-py) - _Sign in with Ethereum (siwe) for Python_ +- [siwe](https://github.com/signinwithethereum/siwe-py) - _Sign in with Ethereum (siwe) for Python_ - [Web3 DeFi for Ethereum integrations](https://github.com/tradingstrategy-ai/web3-ethereum-defi) - _A Python package with ready integrations for ERC-20, Uniswap and other popular projects_ - [Wake](https://getwake.io) - _All-in-one Python framework for contracts testing, fuzzing, deployment, vulnerability scanning and code navigation (language server - [Tools for Solidity](https://marketplace.visualstudio.com/items?itemName=AckeeBlockchain.tools-for-solidity))_ diff --git a/public/content/developers/docs/programming-languages/ruby/index.md b/public/content/developers/docs/programming-languages/ruby/index.md index b4f19688571..62a8ab7e436 100644 --- a/public/content/developers/docs/programming-languages/ruby/index.md +++ b/public/content/developers/docs/programming-languages/ruby/index.md @@ -24,7 +24,6 @@ Need a more basic primer first? Check out [ethereum.org/learn](/learn/) or [ethe - [Finally understanding Ethereum accounts](https://dev.to/q9/finally-understanding-ethereum-accounts-1kpe) - [Finally Authenticating Rails Users with MetaMask](https://dev.to/q9/finally-authenticating-rails-users-with-metamask-3fj) -- [Sign-In with Ethereum - Ruby Library and Rails Examples Release](https://blog.spruceid.com/sign-in-with-ethereum-ruby-library-release-and-rails-examples/) - [How to connect to the Ethereum network using Ruby](https://www.quicknode.com/guides/web3-sdks/how-to-connect-to-the-ethereum-network-using-ruby) - [How to generate a new Ethereum address in Ruby](https://www.quicknode.com/guides/web3-sdks/how-to-generate-a-new-ethereum-address-in-ruby) @@ -39,10 +38,10 @@ Need a more basic primer first? Check out [ethereum.org/learn](/learn/) or [ethe - [eth.rb](https://github.com/q9f/eth.rb) - _Ruby library and RPC-client to handle Ethereum accounts, messages, and transactions_ - [keccak.rb](https://github.com/q9f/keccak.rb) - _The Keccak (SHA3) hash used by Ethereum_ -- [siwe-ruby](https://github.com/spruceid/siwe-ruby) - _Ruby implementation of Sign-In with Ethereum_ -- [siwe_rails](https://github.com/spruceid/siwe_rails) - _Rails gem that adds SIWE local sign in routes_ -- [siwe-rails-examples](https://github.com/spruceid/siwe-rails-examples) - _SIWE example using Ruby on Rails with custom controller_ -- [omniauth-siwe](https://github.com/spruceid/omniauth-siwe) - _OmniAuth strategy for Sign In With Ethereum (SIWE)_ +- [siwe-ruby](https://github.com/signinwithethereum/siwe-ruby) - _Ruby implementation of Sign-In with Ethereum_ +- [siwe-rails](https://github.com/signinwithethereum/siwe-rails) - _Rails gem that adds SIWE local sign in routes_ +- [siwe-rails-examples](https://github.com/signinwithethereum/siwe-rails-examples) - _SIWE example using Ruby on Rails with custom controller_ +- [omniauth-siwe](https://github.com/signinwithethereum/omniauth-siwe) - _OmniAuth strategy for Sign In With Ethereum (SIWE)_ - [omniauth-nft](https://github.com/valthon/omniauth-nft) - _OmniAuth strategy for authenticating via NFT ownership_ - [ethereum-on-rails](https://github.com/q9f/ethereum-on-rails) - _Ethereum on Rails template which allows to connect MetaMask to Ruby on Rails_ diff --git a/public/content/social-networks/index.md b/public/content/social-networks/index.md index 065c481270b..8b5e89f525f 100644 --- a/public/content/social-networks/index.md +++ b/public/content/social-networks/index.md @@ -75,6 +75,8 @@ Users use the platform's native [ERC-20](/glossary/#erc-20) token $MIND to pay f - **[Mirror.xyz](https://mirror.xyz/)** - _Mirror is a decentralized, user-owned publishing platform built on Ethereum for users to crowdfund ideas, monetize content, and build high-value communities._ - **[Lens Protocol](https://lens.xyz/)** - _Lens Protocol is a composable and decentralized social graph helping creators take ownership of their content wherever they go in the digital garden of the decentralized internet._ - **[Farcaster](https://farcaster.xyz/)** - _Farcaster is a sufficiently decentralized social network. It is an open protocol that can support many clients, just like email._ +- **[Ethereum Follow Protocol](https://efp.app/)** - _Ethereum Follow Protocol is a fully decentralized onchain social graph for Ethereum accounts, advancing the vision of a modular Ethereum identity stack, complementing ENS and SIWE._ +- **[Ethereum Comments Protocol](https://www.ethcomments.xyz/)** - _A new, programmable social content primitive on Ethereum to put your thoughts onchain._ ## Web2 social networks on Ethereum {#web2-social-networks-and-ethereum} diff --git a/public/content/translations/ar/decentralized-identity/index.md b/public/content/translations/ar/decentralized-identity/index.md index 016d646d2c1..acf6318b4d2 100644 --- a/public/content/translations/ar/decentralized-identity/index.md +++ b/public/content/translations/ar/decentralized-identity/index.md @@ -133,7 +133,7 @@ summaryPoint3: بفضل العملات الرقمية، أصبح لدى المس يمكن أن تساعد الهوية اللامركزية في استبدال عمليات تسجيل الدخول المستندة إلى كلمة المرور [بمصادقة لامركزية](https://www.ibm.com/blogs/blockchain/2018/10/decentralized-identity-an-alternative-to-password-based-authentication/). يمكن لمقدمي الخدمات إصدار مصادقات للمستخدمين، والتي يمكن تخزينها في محفظة إثيريوم. ومن أمثلة المصادقة [NFT](/nft/) التي تمنح المالك حق الوصول إلى مجتمع ما على الإنترنت. -ستقوم وظيفة [تسجيل الدخول باستخدام إثيريوم](https://login.xyz/) حينئذ بتمكين الخوادم لتأكيد حساب المستخدم في إثيريوم والحصول على المصادقة المطلوبة من عنوان الحساب الخاص بهم. وهذا يعني أنه يمكن للمستخدمين الوصول إلى المنصات والمواقع دون الحاجة إلى حفظ كلمات المرور الطويلة وتحسين تجربة المستخدمين على الإنترنت. +ستقوم وظيفة [تسجيل الدخول باستخدام إثيريوم](https://siwe.xyz/) حينئذ بتمكين الخوادم لتأكيد حساب المستخدم في إثيريوم والحصول على المصادقة المطلوبة من عنوان الحساب الخاص بهم. وهذا يعني أنه يمكن للمستخدمين الوصول إلى المنصات والمواقع دون الحاجة إلى حفظ كلمات المرور الطويلة وتحسين تجربة المستخدمين على الإنترنت. ### ٢. مصادقة KYC {#kyc-authentication} @@ -181,5 +181,5 @@ summaryPoint3: بفضل العملات الرقمية، أصبح لدى المس ### المجتمعات {#communities} - [ERC-725 Alliance on GitHub](https://github.com/erc725alliance) — _داعمو معيار ERC725 لإدارة الهوية على سلسلة كتل إثيريوم_ -- [خادم SpruceID Discord](https://discord.com/invite/Sf9tSFzrnt) — _مجتمع للمتحمسين والمبرجمين الذين يعملون على تسجيل الدخول من خلال إثيريوم _ +- [خادم EthID Discord](https://discord.com/invite/ZUyG3mSXFD) — _مجتمع للمتحمسين والمبرجمين الذين يعملون على تسجيل الدخول من خلال إثيريوم _ - [Veramo Labs](https://discord.gg/sYBUXpACh4) - _مجتمع من المبرجمين يساهم في بناء إطار عمل للبيانات القابلة للتحقق منها للتطبيقات_ diff --git a/public/content/translations/az/decentralized-identity/index.md b/public/content/translations/az/decentralized-identity/index.md index 0b8171e7967..b5a7e0be784 100644 --- a/public/content/translations/az/decentralized-identity/index.md +++ b/public/content/translations/az/decentralized-identity/index.md @@ -133,7 +133,7 @@ Mərkəzləşdirilməmiş kimlik bir çox potensial istifadə hallarına malikdi Mərkəzləşdirilməmiş kimlik parol əsaslı girişləri ilə əvəz etməyə kömək edə bilər [mərkəzləşdirilməmiş autentifikasiya](https://www.ibm.com/blogs/blockchain/2018/10/decentralized-identity-an-alternative-to-password-based-authentication/"). Xidmət təminatçıları istifadəçilərə Ethereum cüzdanında saxlanıla bilən sertifikatlar verə bilər. Misal attestasiya sahibinə onlayn icmaya giriş imkanı verən [NFT](/nft/) ola bilər. -[Ethereum ilə daxil olun](https://login.xyz/) funksiyası daha sonra serverlərə istifadəçinin Ethereum hesabını təsdiqləməyə və hesab ünvanından tələb olunan sertifikatı əldə etməyə imkan verəcək. Bu o deməkdir ki, istifadəçilər uzun parolları yadda saxlamadan platformalara və vebsaytlara daxil ola bilər ki, bu da istifadəçilər üçün onlayn təcrübəni yaxşılaşdırır. +[Ethereum ilə daxil olun](https://siwe.xyz/) funksiyası daha sonra serverlərə istifadəçinin Ethereum hesabını təsdiqləməyə və hesab ünvanından tələb olunan sertifikatı əldə etməyə imkan verəcək. Bu o deməkdir ki, istifadəçilər uzun parolları yadda saxlamadan platformalara və vebsaytlara daxil ola bilər ki, bu da istifadəçilər üçün onlayn təcrübəni yaxşılaşdırır. ### 2. KYC identifikasiyası {#kyc-authentication} @@ -184,6 +184,6 @@ Ethereum-dan mərkəzləşdirilməmiş kimlik həlləri üçün əsas kimi istif ### İcmalar {#communities} - [GitHub-da ERC-725 Alyansı](https://github.com/erc725alliance) — _Ethereum blokçeynində kimlik idarə etmək üçün ERC725 standartının tərəfdarları_ -- [SpruceID Discord serveri](https://discord.com/invite/Sf9tSFzrnt) — _Ethereum ilə Giriş üzərində işləyən həvəskarlar və tərtibatçılar üçün icma_ +- [EthID Discord serveri](https://discord.com/invite/ZUyG3mSXFD) — _Ethereum ilə Giriş üzərində işləyən həvəskarlar və tərtibatçılar üçün icma_ - [Veramo Labs](https://discord.gg/sYBUXpACh4) — _Tətbiqlər üçün yoxlanıla bilən məlumatlar üzrə çərçivənin qurulmasına töhfə verən tərtibatçılar icması_ - [walt.id](https://discord.com/invite/AW8AgqJthZ) — _Müxtəlif sənayelərdə mərkəzləşdirilməmiş kimlikdən istifadə halları üzərində işləyən tərtibatçılar və inşaatçılar icması_ diff --git a/public/content/translations/bn/decentralized-identity/index.md b/public/content/translations/bn/decentralized-identity/index.md index f8c97b75860..8c7bcd98565 100644 --- a/public/content/translations/bn/decentralized-identity/index.md +++ b/public/content/translations/bn/decentralized-identity/index.md @@ -133,7 +133,7 @@ summaryPoint3: ক্রিপ্টোকারেন্সির জন্য বিকেন্দ্রীভূত পরিচয় [বিকেন্দ্রীভূত প্রমাণীকরণের](https://www.ibm.com/blogs/blockchain/2018/10/decentralized-identity-an-alternative-to-password-based-authentication/) মাধ্যমে পাসওয়ার্ড-ভিত্তিক লগইনগুলি প্রতিস্থাপন করতে সহায়তা করতে পারে। পরিষেবা প্রদানকারীরা ব্যবহারকারীদের প্রত্যয়ন জারি করতে পারে, যা একটি ইথেরিয়াম ওয়ালেটে সংরক্ষণ করা যেতে পারে। একটি উদাহরণ প্রত্যয়ন হবে একটি [NFT](/nft/) যা ধারককে একটি অনলাইন কমিউনিটিতে অ্যাক্সেস দেয়। -একটি [ইথেরিয়াম দিয়ে সাইন-ইন করুন](https://login.xyz/) ফাংশন তারপর সার্ভারগুলিকে ব্যবহারকারীর ইথেরিয়াম অ্যাকাউন্ট নিশ্চিত করতে এবং তাদের অ্যাকাউন্ট অ্যাড্রেস থেকে প্রয়োজনীয় প্রত্যয়ন আনতে সক্ষম করবে। এর মানে ব্যবহারকারীরা দীর্ঘ পাসওয়ার্ড মুখস্থ না করেই প্ল্যাটফর্ম এবং ওয়েবসাইটগুলি অ্যাক্সেস করতে পারে এবং ব্যবহারকারীদের জন্য অনলাইন অভিজ্ঞতা উন্নত করে। +একটি [ইথেরিয়াম দিয়ে সাইন-ইন করুন](https://siwe.xyz/) ফাংশন তারপর সার্ভারগুলিকে ব্যবহারকারীর ইথেরিয়াম অ্যাকাউন্ট নিশ্চিত করতে এবং তাদের অ্যাকাউন্ট অ্যাড্রেস থেকে প্রয়োজনীয় প্রত্যয়ন আনতে সক্ষম করবে। এর মানে ব্যবহারকারীরা দীর্ঘ পাসওয়ার্ড মুখস্থ না করেই প্ল্যাটফর্ম এবং ওয়েবসাইটগুলি অ্যাক্সেস করতে পারে এবং ব্যবহারকারীদের জন্য অনলাইন অভিজ্ঞতা উন্নত করে। ### 2. KYC প্রমাণীকরণ {#kyc-authentication} @@ -181,5 +181,5 @@ summaryPoint3: ক্রিপ্টোকারেন্সির জন্য ### কমিউনিটিগুলো {#communities} - [GitHub-এ ERC-725 জোট](https://github.com/erc725alliance) — _ইথেরিয়াম ব্লকচেইনে পরিচয় পরিচালনার জন্য ERC725 স্ট্যান্ডার্ডের সমর্থকগণ_ -- [SpruceID Discord সার্ভার](https://discord.com/invite/Sf9tSFzrnt) — _উৎসাহী এবং ডেভেলপারদের জন্য কমিউনিটি যারা ইথেরিয়ামের সাথে সাইন-ইন করে কাজ করছে_ +- [EthID Discord সার্ভার](https://discord.com/invite/ZUyG3mSXFD) — _উৎসাহী এবং ডেভেলপারদের জন্য কমিউনিটি যারা ইথেরিয়ামের সাথে সাইন-ইন করে কাজ করছে_ - [ Veramo Labs](https://discord.gg/sYBUXpACh4) — _অ্যাপ্লিকেশানগুলির জন্য যাচাইযোগ্য ডেটার জন্য একটি কাঠামো তৈরিতে অবদান রাখতে ডেভেলপারদের একটি কমিউনিটি_ diff --git a/public/content/translations/cs/decentralized-identity/index.md b/public/content/translations/cs/decentralized-identity/index.md index 0db37181c5b..f16a0110b64 100644 --- a/public/content/translations/cs/decentralized-identity/index.md +++ b/public/content/translations/cs/decentralized-identity/index.md @@ -57,7 +57,7 @@ Decentralizovaná identita má mnoho možných využití: Decentralizovaná identita může pomoci nahradit přihlašování založené na heslech decentralizovanou autentifikací. Poskytovatelé služeb mohou vydávat atestace uživatelům, které mohou být uloženy v Ethereum peněžence. Příkladem atestace by byl [NFT](/glossary/#nft) umožňující držiteli přístup k online komunitě. -Funkce [Přihlášení s Ethereem](https://login.xyz/) by pak umožnila serverům potvrdit uživatelův Ethereum účet a načíst požadovanou atestaci z jejich adresy účtu. To znamená, že uživatelé mohou přistupovat k platformám a webům, aniž by si museli zapamatovat dlouhá hesla, a tím zlepšili jejich online zážitek. +Funkce [Přihlášení s Ethereem](https://siwe.xyz/) by pak umožnila serverům potvrdit uživatelův Ethereum účet a načíst požadovanou atestaci z jejich adresy účtu. To znamená, že uživatelé mohou přistupovat k platformám a webům, aniž by si museli zapamatovat dlouhá hesla, a tím zlepšili jejich online zážitek. ### 2. Autentizace KYC {#kyc-authentication} @@ -186,6 +186,6 @@ Existuje mnoho ambiciózních projektů, které využívají Ethereum jako zákl ### Komunity {#communities} - [Aliance ERC-725 na GitHubu](https://github.com/erc725alliance) – _Stoupenci normy ERC725 pro správu identity na blockchainu Ethereum_ -- [SpruceID Discord server](https://discord.com/invite/Sf9tSFzrnt) – _Komunita pro nadšence a vývojáře pracující na přihlášení s Ethereem_ +- [EthID Discord server](https://discord.com/invite/ZUyG3mSXFD) – _Komunita pro nadšence a vývojáře pracující na přihlášení s Ethereem_ - [Veramo Labs](https://discord.gg/sYBUXpACh4) – _Komunita vývojářů podílejících se na budování rámce pro ověřitelná data pro aplikace_ - [walt.id](https://discord.com/invite/AW8AgqJthZ) — _Komunika vývojářů a builderů pracující na praktickém použití decentralizované identity napříč různými obory_ diff --git a/public/content/translations/de/decentralized-identity/index.md b/public/content/translations/de/decentralized-identity/index.md index 562a4e3f184..72abcbbc709 100644 --- a/public/content/translations/de/decentralized-identity/index.md +++ b/public/content/translations/de/decentralized-identity/index.md @@ -57,7 +57,7 @@ Dezentralisierte Identitäten haben viele potenzielle Nutzungsmöglichkeiten: Dezentralisierte Identitäten können dazu beitragen, Passwort-basierte Logins durch dezentrale Authentifizierung zu ersetzen. Dienstleister können Attestierungen an Benutzer verteilen, welche in einer Ethereum-Wallet gespeichert werden. Eine Beispielattestierung wäre ein [NFT](/glossary/#nft), welcher dem Inhaber Zugriff auf eine Online-Community gewährt. -Eine [Anmeldung über Ethereum](https://login.xyz/) würde es Servern ermöglichen, das Ethereum-Konto des Benutzers zu bestätigen und die erforderliche Attestierung von seiner Account-Adresse einzuholen. Das bedeutet, dass Benutzer auf Plattformen und Websites zugreifen können, ohne sich lange Passwörter merken und das Online-Erlebnis für Benutzer verbessern zu müssen. +Eine [Anmeldung über Ethereum](https://siwe.xyz/) würde es Servern ermöglichen, das Ethereum-Konto des Benutzers zu bestätigen und die erforderliche Attestierung von seiner Account-Adresse einzuholen. Das bedeutet, dass Benutzer auf Plattformen und Websites zugreifen können, ohne sich lange Passwörter merken und das Online-Erlebnis für Benutzer verbessern zu müssen. ### 2. KYC-Authentifizierung {#kyc-authentication} @@ -186,6 +186,6 @@ Es gibt viele ehrgeizige Projekte, die Ethereum als Grundlage für dezentrale Id ### Communities {#communities} - [ERC-725 Allianz auf GitHub](https://github.com/erc725alliance) — _Unterstützer des ERC725-Standards zur Identitätsverwaltung in der Ethereum-Blockchain_ -- [SpruceID Discord Server](https://discord.com/invite/Sf9tSFzrnt) — _Community für Enthusiasten und Entwickler, die am Anmelden mit Ethereum arbeiten_ +- [EthID Discord Server](https://discord.com/invite/ZUyG3mSXFD) — _Community für Enthusiasten und Entwickler, die am Anmelden mit Ethereum arbeiten_ - [Veramo Labs](https://discord.gg/sYBUXpACh4) — _Eine Community von Entwicklern, die zum Aufbau eines Rahmens für überprüfbare Daten für Anwendungen beitragen_ - [walt.id](https://discord.com/invite/AW8AgqJthZ) – _Eine Gemeinschaft von Entwicklern und Erstellern, die an Anwendungsfällen für dezentrale Identität in verschiedenen Branchen arbeiten_ diff --git a/public/content/translations/de/developers/docs/programming-languages/python/index.md b/public/content/translations/de/developers/docs/programming-languages/python/index.md index 3277be071b6..0ba8e42c693 100644 --- a/public/content/translations/de/developers/docs/programming-languages/python/index.md +++ b/public/content/translations/de/developers/docs/programming-languages/python/index.md @@ -56,7 +56,7 @@ Sind Sie an einigen grundlegenden Informationen interessiert? Dann sehen Sie sic - [eth-utils](https://github.com/ethereum/eth-utils/) – _Dienstprogrammfunktionen für das Arbeiten mit Codebasen, die mit Ethereum verwandt sind_ - [py-solc-x](https://pypi.org/project/py-solc-x/) – _Python-Wrapper um den Solc Solidity-Compiler mit 0.5.x Unterstützung_ - [pymaker](https://github.com/makerdao/pymaker) – _Python-API für Maker-Verträge_ -- [siwe](https://github.com/spruceid/siwe-py) – _Mit Ethereum (siwe) für Python anmelden_ +- [siwe](https://github.com/signinwithethereum/siwe-py) – _Mit Ethereum (siwe) für Python anmelden_ - [Web3 DeFi für Ethereum-Integrationen](https://github.com/tradingstrategy-ai/web3-ethereum-defi) - _Ein Python-Paket mit fertigen Integrationen für ERC-20, Uniswap und andere populäre Projekte_ - [Wake](https://getwake.io) – _All-in-One-Python-Framework für das Testen von Contracts, Fuzzing, die Bereitstellung, Schwachstellenscans und die Code-Navigation (Sprachserver – [Tools for Solidity](https://marketplace.visualstudio.com/items?itemName=AckeeBlockchain.tools-for-solidity))_ diff --git a/public/content/translations/de/developers/docs/programming-languages/ruby/index.md b/public/content/translations/de/developers/docs/programming-languages/ruby/index.md index 1696bb63c91..4324733ac0a 100644 --- a/public/content/translations/de/developers/docs/programming-languages/ruby/index.md +++ b/public/content/translations/de/developers/docs/programming-languages/ruby/index.md @@ -24,7 +24,6 @@ Sind Sie an einigen grundlegenden Informationen interessiert? Dann sehen Sie sic - [Endlich Ethereum-Konten verstehen](https://dev.to/q9/finally-understanding-ethereum-accounts-1kpe) - [Endlich Rails-Benutzer mit MetaMask authentifizieren](https://dev.to/q9/finally-authenticating-rails-users-with-metamask-3fj) -- [Anmelden mit Ethereum – Ruby-Bibliothek und Beispiele für Rails-Release](https://blog.spruceid.com/sign-in-with-ethereum-ruby-library-release-and-rails-examples/) - [So verbinden Sie sich über Ruby mit dem Ethereum-Netzwerk](https://www.quicknode.com/guides/web3-sdks/how-to-connect-to-the-ethereum-network-using-ruby) - [So erzeugen Sie eine neue Ethereum-Adresse in Ruby](https://www.quicknode.com/guides/web3-sdks/how-to-generate-a-new-ethereum-address-in-ruby) @@ -39,10 +38,10 @@ Sind Sie an einigen grundlegenden Informationen interessiert? Dann sehen Sie sic - [eth.rb](https://github.com/q9f/eth.rb) – _Ruby-Bibliothek und RPC-Client zur Verwaltung von Ethereum-Konten, Nachrichten und Transaktionen_ - [keccak.rb](https://github.com/q9f/keccak.rb) – _Der von Ethereum verwendete Keccak (SHA3) Hash_ -- [siwe-ruby](https://github.com/spruceid/siwe-ruby) – _Ruby-Implementierung der Anmeldung mit Ethereum_ -- [siwe_rails](https://github.com/spruceid/siwe_rails) – _Rails-Gem, das lokale SIWE-Anmelderouten hinzufügt_ -- [siwe-rails-examples](https://github.com/spruceid/siwe-rails-examples) – _SIWE-Beispiel mit Ruby on Rails und benutzerdefiniertem Controller_ -- [omniauth-siwe](https://github.com/spruceid/omniauth-siwe) – _OmniAuth-Strategie für Anmelden mit Ethereum (SIWE)_ +- [siwe-ruby](https://github.com/signinwithethereum/siwe-ruby) – _Ruby-Implementierung der Anmeldung mit Ethereum_ +- [siwe-rails](https://github.com/signinwithethereum/siwe-rails) – _Rails-Gem, das lokale SIWE-Anmelderouten hinzufügt_ +- [siwe-rails-examples](https://github.com/signinwithethereum/siwe-rails-examples) – _SIWE-Beispiel mit Ruby on Rails und benutzerdefiniertem Controller_ +- [omniauth-siwe](https://github.com/signinwithethereum/omniauth-siwe) – _OmniAuth-Strategie für Anmelden mit Ethereum (SIWE)_ - [omniauth-nft](https://github.com/valthon/omniauth-nft) – _OmniAuth-Strategie für die Authentifizierung über NFT-Besitz_ - [ethereum-on-rails](https://github.com/q9f/ethereum-on-rails) – _Ethereum on Rails-Vorlage, um MetaMask mit Ruby on Rails zu verbinden_ diff --git a/public/content/translations/el/decentralized-identity/index.md b/public/content/translations/el/decentralized-identity/index.md index 95f6bad83f1..a7c8020aa8b 100644 --- a/public/content/translations/el/decentralized-identity/index.md +++ b/public/content/translations/el/decentralized-identity/index.md @@ -57,7 +57,7 @@ summaryPoint3: Χάρη στα κρυπτονομίσματα, οι χρήστε Η αποκεντρωμένη ταυτότητα μπορεί να βοηθήσει στην αντικατάσταση των συνδέσεων με κωδικό πρόσβασης με την αποκεντρωμένη αυθεντικοποίηση. Οι πάροχοι υπηρεσιών μπορούν να εκδίδουν βεβαιώσεις στους χρήστες, οι οποίες μπορούν να αποθηκευτούν σε ένα πορτοφόλι Ethereum. Ένα παράδειγμα βεβαίωσης θα ήταν ένα [NFT](/glossary/#nft) που παρέχει στον κάτοχο πρόσβαση σε μια διαδικτυακή κοινότητα. -Μια λειτουργία [Σύνδεση με Ethereum](https://login.xyz/) θα επέτρεπε στους διακομιστές να επιβεβαιώσουν τον λογαριασμό Ethereum του χρήστη και να ανακτήσουν την απαιτούμενη βεβαίωση από τη διεύθυνση του λογαριασμού τους. Αυτό σημαίνει ότι οι χρήστες μπορούν να έχουν πρόσβαση σε πλατφόρμες και ιστότοπους χωρίς να χρειάζεται να απομνημονεύουν μεγάλους κωδικούς πρόσβασης βελτιώνοντας τη διαδικτυακή εμπειρία. +Μια λειτουργία [Σύνδεση με Ethereum](https://siwe.xyz/) θα επέτρεπε στους διακομιστές να επιβεβαιώσουν τον λογαριασμό Ethereum του χρήστη και να ανακτήσουν την απαιτούμενη βεβαίωση από τη διεύθυνση του λογαριασμού τους. Αυτό σημαίνει ότι οι χρήστες μπορούν να έχουν πρόσβαση σε πλατφόρμες και ιστότοπους χωρίς να χρειάζεται να απομνημονεύουν μεγάλους κωδικούς πρόσβασης βελτιώνοντας τη διαδικτυακή εμπειρία. ### 2. Πιστοποίηση KYC {#kyc-authentication} @@ -186,6 +186,6 @@ summaryPoint3: Χάρη στα κρυπτονομίσματα, οι χρήστε ### Κοινότητες {#communities} - [ERC-725 Alliance στο GitHub](https://github.com/erc725alliance) — _Υποστηρικτές του προτύπου ERC725 για τη διαχείριση ταυτότητας στο blockchain Ethereum_ -- [Διακομιστής SpruceID Discord](https://discord.com/invite/Sf9tSFzrnt) — _Κοινότητα για λάτρεις και προγραμματιστές που εργάζονται με τον τρόπο Σύνδεσης στο Ethereum_ +- [Διακομιστής EthID Discord](https://discord.com/invite/ZUyG3mSXFD) — _Κοινότητα για λάτρεις και προγραμματιστές που εργάζονται με τον τρόπο Σύνδεσης στο Ethereum_ - [Veramo Labs](https://discord.gg/sYBUXpACh4) — _Μια κοινότητα προγραμματιστών που συμβάλλουν στη δημιουργία ενός πλαισίου για επαληθεύσιμα δεδομένα για εφαρμογές_ - [walt.id](https://discord.com/invite/AW8AgqJthZ) — _Μια κοινότητα προγραμματιστών και δημιουργών που εργάζονται σε περιπτώσεις αποκεντρωμένης χρήσης ταυτότητας σε διάφορες βιομηχανίες_ diff --git a/public/content/translations/el/developers/docs/programming-languages/python/index.md b/public/content/translations/el/developers/docs/programming-languages/python/index.md index 9612ae475a6..d7db895bd0f 100644 --- a/public/content/translations/el/developers/docs/programming-languages/python/index.md +++ b/public/content/translations/el/developers/docs/programming-languages/python/index.md @@ -65,7 +65,7 @@ incomplete: true - [eth-utils](https://github.com/ethereum/eth-utils/) - _βοηθητικές λειτουργίες για την εργασία με βάσεις κώδικα που σχετίζονται με το Ethereum_ - [py-solc-x](https://pypi.org/project/py-solc-x/) - _Python wrapper γύρω από τον μεταγλωττιστή solidity με υποστήριξη 0.5.x_ - [pymaker](https://github.com/makerdao/pymaker) - _Συμβόλαια Python API για δημιουργούς_ -- [siwe](https://github.com/spruceid/siwe-py) - _Συνδεθείτε στο Ethereum (siwe) για Python_ +- [siwe](https://github.com/signinwithethereum/siwe-py) - _Συνδεθείτε στο Ethereum (siwe) για Python_ - [Web3 DeFi για ενσωματώσεις Ethereum](https://github.com/tradingstrategy-ai/web3-ethereum-defi) - _Ένα πακέτο Python με έτοιμες ενσωματώσεις για ERC-20, Uniswap και άλλα δημοφιλή έργα_ - [Wake](https://getwake.io) - _Πλαίσιο Python All-in-one για δοκιμή συμβάσεων, ασάφεια, ανάπτυξη, σάρωση ευπάθειας και πλοήγηση κώδικα (διακομιστής γλώσσας - [Εργαλεία για Solidity](https://marketplace.visualstudio.com/items?itemName=AckeeBlockchain.tools-for-solidity))_ diff --git a/public/content/translations/el/developers/docs/programming-languages/ruby/index.md b/public/content/translations/el/developers/docs/programming-languages/ruby/index.md index a3bb3baf564..f5e2a6dfaf5 100644 --- a/public/content/translations/el/developers/docs/programming-languages/ruby/index.md +++ b/public/content/translations/el/developers/docs/programming-languages/ruby/index.md @@ -24,7 +24,6 @@ incomplete: false - [Επιτέλους κατανόηση των λογαριασμών Ethereum](https://dev.to/q9/finally-understanding-ethereum-accounts-1kpe) - [Επιτέλους έλεγχος ταυτότητας χρηστών Rails με MetaMask](https://dev.to/q9/finally-authenticating-rails-users-with-metamask-3fj) -- [Είσοδος με το Ethereum - Βιβλιοθήκη Ruby και παραδείγματα Rails](https://blog.spruceid.com/sign-in-with-ethereum-ruby-library-release-and-rails-examples/) - [Πώς να συνδεθείτε στο δίκτυο Ethereum χρησιμοποιώντας τη Ruby](https://www.quicknode.com/guides/web3-sdks/how-to-connect-to-the-ethereum-network-using-ruby) - [Πώς να δημιουργήσετε μια νέα διεύθυνση Ethereum στη Ruby](https://www.quicknode.com/guides/web3-sdks/how-to-generate-a-new-ethereum-address-in-ruby) @@ -39,10 +38,10 @@ incomplete: false - [eth.rb](https://github.com/q9f/eth.rb) - _Βιβλιοθήκη Ruby και πελάτης RPC για διαχείριση λογαριασμών, μηνυμάτων και συναλλαγών Ethereum_ - [keccak.rb](https://github.com/q9f/keccak.rb) - _Ο κατακερματισμός Keccak (SHA3) που χρησιμοποιείται από το Ethereum_ -- [siwe-ruby](https://github.com/spruceid/siwe-ruby) - _Εφαρμογή Ruby για σύνδεση με Ethereum_ -- [siwe_rails](https://github.com/spruceid/siwe_rails) - _Χρήσιμο Rails που προσθέτει διαδρομές τοπικής σύνδεσης SIWE_ -- [siwe-rails-examples](https://github.com/spruceid/siwe-rails-examples) - _Παράδειγμα SIWE με Ruby στο Rails με προσαρμοσμένο ελεγκτή_ -- [omniauth-siwe](https://github.com/spruceid/omniauth-siwe) - _Στρατηγική OmniAuth για σύνδεση με Ethereum (SIWE)_ +- [siwe-ruby](https://github.com/signinwithethereum/siwe-ruby) - _Εφαρμογή Ruby για σύνδεση με Ethereum_ +- [siwe-rails](https://github.com/signinwithethereum/siwe-rails) - _Χρήσιμο Rails που προσθέτει διαδρομές τοπικής σύνδεσης SIWE_ +- [siwe-rails-examples](https://github.com/signinwithethereum/siwe-rails-examples) - _Παράδειγμα SIWE με Ruby στο Rails με προσαρμοσμένο ελεγκτή_ +- [omniauth-siwe](https://github.com/signinwithethereum/omniauth-siwe) - _Στρατηγική OmniAuth για σύνδεση με Ethereum (SIWE)_ - [omniauth-nft](https://github.com/valthon/omniauth-nft) - _Στρατηγική OmniAuth για έλεγχο ταυτότητας μέσω ιδιοκτησίας NFT_ - [ethereum-on-rails](https://github.com/q9f/ethereum-on-rails) - _Πρότυπο Ethereum στο Rails που επιτρέπει σύνδεση του MetaMask στο Ruby με Rails_ diff --git a/public/content/translations/es/decentralized-identity/index.md b/public/content/translations/es/decentralized-identity/index.md index 2ee4701fc09..0d1b798d67c 100644 --- a/public/content/translations/es/decentralized-identity/index.md +++ b/public/content/translations/es/decentralized-identity/index.md @@ -57,7 +57,7 @@ La identidad descentralizada tiene muchos casos potenciales de uso: La identidad descentralizada puede ayudar a reemplazar los inicios de sesión basados en contraseña con autenticación descentralizada. Los proveedores de servicios pueden emitir certificados a los usuarios, los cuales pueden ser almacenados en una cartera de Ethereum. Un certificado de ejemplo sería un [NFT](/glossary/#nft) que otorga al titular acceso a una comunidad en línea. -Una función [de inicio de sesión con Ethereum](https://login.xyz/) habilitaría entonces a los servidores para confirmar la cuenta de Ethereum del usuario y obtener la verificación necesaria desde la dirección de su cuenta. Esto significa que los usuarios pueden acceder a plataformas y sitios web sin tener que memorizar contraseñas largas y mejorar la experiencia en línea de los usuarios. +Una función [de inicio de sesión con Ethereum](https://siwe.xyz/) habilitaría entonces a los servidores para confirmar la cuenta de Ethereum del usuario y obtener la verificación necesaria desde la dirección de su cuenta. Esto significa que los usuarios pueden acceder a plataformas y sitios web sin tener que memorizar contraseñas largas y mejorar la experiencia en línea de los usuarios. ### 2. Autenticación KYC {#kyc-authentication} @@ -186,6 +186,6 @@ Hay muchos proyectos ambiciosos que utilizan Ethereum como base para soluciones ### Comunidades {#communities} - [ERC-725 Alianza en GitHub](https://github.com/erc725alliance) — _Partidarios del estándar ERC725 para gestionar la identidad en la cadena de bloques Ethereum_ -- [Servidor SpruceID Discord](https://discord.com/invite/Sf9tSFzrnt) — _Comunidad para entusiastas y desarrolladores que trabajan en SpruceID con Ethereum_ +- [Servidor EthID Discord](https://discord.com/invite/ZUyG3mSXFD) — _Comunidad para entusiastas y desarrolladores que trabajan en Sign-in con Ethereum_ - [Veramo Labs](https://discord.gg/sYBUXpACh4) — _Una comunidad de desarrolladores que contribuyen a la construcción de un marco para datos verificables para aplicaciones_ - [walt.id](https://discord.com/invite/AW8AgqJthZ): _una comunidad de desarrolladores y constructores que se ocupan de los casos de uso para las identidades descentralizadas en varias industrias._ diff --git a/public/content/translations/es/developers/docs/programming-languages/python/index.md b/public/content/translations/es/developers/docs/programming-languages/python/index.md index c6883c4230b..bf014fdc9dc 100644 --- a/public/content/translations/es/developers/docs/programming-languages/python/index.md +++ b/public/content/translations/es/developers/docs/programming-languages/python/index.md @@ -56,7 +56,7 @@ Utiliza Ethereum para crear aplicaciones descentralizadas (o "dapps"), que aprov - [eth-utils](https://github.com/ethereum/eth-utils/): _Funciones de utilidad para trabajar con bases de código relacionadas con Ethereum_ - [py-solc-x:](https://pypi.org/project/py-solc-x/) _wrapper de Python en torno al compilador de Solidity con soporte 0.5.x_ - [pymaker:](https://github.com/makerdao/pymaker) _API de Python para contratos de Maker_ -- [siwe:](https://github.com/spruceid/siwe-py) _inicio de sesión con Ethereum (siwe) para Python_ +- [siwe:](https://github.com/signinwithethereum/siwe-py) _inicio de sesión con Ethereum (siwe) para Python_ - [DeFi Web3 para integraciones Ethereum:](https://github.com/tradingstrategy-ai/web3-ethereum-defi) _paquete de Python con integraciones listas para ERC-20, Uniswap y otros proyectos populares_ - [Wake](https://getwake.io): _Un marco Python todo en uno para pruebas de contratos, fuzzing, implementación, análisis de vulnerabilidades y navegación de código (servidor de lenguajes, [Herramientas para Solidity](https://marketplace.visualstudio.com/items?itemName=AckeeBlockchain.tools-for-solidity))_ diff --git a/public/content/translations/es/developers/docs/programming-languages/ruby/index.md b/public/content/translations/es/developers/docs/programming-languages/ruby/index.md index e2b76f39704..4e2ce3c3942 100644 --- a/public/content/translations/es/developers/docs/programming-languages/ruby/index.md +++ b/public/content/translations/es/developers/docs/programming-languages/ruby/index.md @@ -24,7 +24,6 @@ Utiliza Ethereum para crear aplicaciones descentralizadas (o "dapps"), que aprov - [Comprender finalmente las cuentas de Ethereum](https://dev.to/q9/finally-understanding-ethereum-accounts-1kpe) - [Autenticar finalmente usuarios de Rails con MetaMask](https://dev.to/q9/finally-authenticating-rails-users-with-metamask-3fj) -- [Iniciar sesión con Ethereum: biblioteca de Ruby y ejemplos de Rails](https://blog.spruceid.com/sign-in-with-ethereum-ruby-library-release-and-rails-examples/) - [Cómo conectarse a la red Ethereum usando Ruby](https://www.quicknode.com/guides/web3-sdks/how-to-connect-to-the-ethereum-network-using-ruby) - [Cómo generar una nueva dirección de Ethereum en Ruby](https://www.quicknode.com/guides/web3-sdks/how-to-generate-a-new-ethereum-address-in-ruby) @@ -39,10 +38,10 @@ Utiliza Ethereum para crear aplicaciones descentralizadas (o "dapps"), que aprov - [eth.rb](https://github.com/q9f/eth.rb): _Biblioteca de Ruby y cliente RPC para manejar cuentas de Ethereum, mensajes y transacciones_ - [keccak.rb](https://github.com/q9f/keccak.rb): _El hash Keccak (SHA3) usado por Ethereum_ -- [siwe-ruby:](https://github.com/spruceid/siwe-ruby) _Implementación de Ruby de acceso con Ethereum_ -- [siwe_rails:](https://github.com/spruceid/siwe_rails) _Rails gem que agrega rutas de inicio de sesión de SIWE_ -- [siwe-rails-examples:](https://github.com/spruceid/siwe-rails-examples) _ejemplos de SIWE usando Ruby on Rails con controlador personalizado_ -- [omniaut-siwe:](https://github.com/spruceid/omniauth-siwe) _Estrategia de OmniAuth para el acceso con Ethereum (SIWE)_ +- [siwe-ruby:](https://github.com/signinwithethereum/siwe-ruby) _Implementación de Ruby de acceso con Ethereum_ +- [siwe-rails:](https://github.com/signinwithethereum/siwe-rails) _Rails gem que agrega rutas de inicio de sesión de SIWE_ +- [siwe-rails-examples:](https://github.com/signinwithethereum/siwe-rails-examples) _ejemplos de SIWE usando Ruby on Rails con controlador personalizado_ +- [omniaut-siwe:](https://github.com/signinwithethereum/omniauth-siwe) _Estrategia de OmniAuth para el acceso con Ethereum (SIWE)_ - [omniauth-mft:](https://github.com/valthon/omniauth-nft) _Estrategia de OmniAuth para la autenticación mediante propiedad de NFT_ - [ethereum-on-rails](https://github.com/q9f/ethereum-on-rails): _Plantilla de Ethereum en Rails que permite conectar MetaMask con Ruby en Rails_ diff --git a/public/content/translations/fa/decentralized-identity/index.md b/public/content/translations/fa/decentralized-identity/index.md index 5c9214d1e3d..5e5a8f42c08 100644 --- a/public/content/translations/fa/decentralized-identity/index.md +++ b/public/content/translations/fa/decentralized-identity/index.md @@ -57,7 +57,7 @@ summaryPoint3: به لطف رمزنگاری، کاربران اکنون ابزا هویت غیرمتمرکز می‌تواند به جایگزینی ورودهای مبتنی بر رمز عبور با احراز هویت غیرمتمرکز کمک کند. ارائه دهندگان خدمات می توانند تصدیق هایی را برای کاربران صادر کنند که می توانند در کیف پول اتریوم ذخیره شوند. یک تایید نمونه، می تواند یک [NFT](/glossary/#nft) باشد که به دارنده اجازه دسترسی به یک انجمن آنلاین را می دهد. -سپس یک تابع [Sign-In with Ethereum](https://login.xyz/) سرورها را قادر می‌سازد تا حساب اتریوم کاربر را تأیید کنند و گواهی لازم را از آدرس حساب خود دریافت کنند. این بدان معناست که کاربران می توانند بدون نیاز به حفظ رمزهای عبور طولانی به پلتفرم ها و وب سایت ها دسترسی داشته باشند و این تجربه آنلاین را برای کاربران بهبود می بخشد. +سپس یک تابع [Sign-In with Ethereum](https://siwe.xyz/) سرورها را قادر می‌سازد تا حساب اتریوم کاربر را تأیید کنند و گواهی لازم را از آدرس حساب خود دریافت کنند. این بدان معناست که کاربران می توانند بدون نیاز به حفظ رمزهای عبور طولانی به پلتفرم ها و وب سایت ها دسترسی داشته باشند و این تجربه آنلاین را برای کاربران بهبود می بخشد. ### 2. احراز هویت KYC {#kyc-authentication} @@ -186,6 +186,6 @@ summaryPoint3: به لطف رمزنگاری، کاربران اکنون ابزا ### جوامع {#communities} - [اتحاد ERC-725 در GitHub](https://github.com/erc725alliance) — _حامی استاندارد ERC725 برای مدیریت هویت در بلاک چین اتریوم_ -- [سرور SpruceID Discord](https://discord.com/invite/Sf9tSFzrnt) — _انجمن برای علاقه مندان و توسعه دهندگانی که روی ورود به سیستم با اتریوم_کار می کنند +- [سرور EthID Discord](https://discord.com/invite/ZUyG3mSXFD) — _انجمن برای علاقه مندان و توسعه دهندگانی که روی ورود به سیستم با اتریوم_کار می کنند - [Veramo Labs](https://discord.gg/sYBUXpACh4) — _جامعه ای از توسعه دهندگان که در ساخت چارچوبی برای داده های قابل تأیید برای برنامه ها مشارکت دارند_ - [walt.id](https://discord.com/invite/AW8AgqJthZ) — _جامعه‌ای از توسعه‌دهندگان و سازندگان که بر روی موارد استفاده از هویت غیرمتمرکز در صنایع مختلف کار می‌کنند_ diff --git a/public/content/translations/fil/decentralized-identity/index.md b/public/content/translations/fil/decentralized-identity/index.md index 1ac69336c26..61233c1a7ff 100644 --- a/public/content/translations/fil/decentralized-identity/index.md +++ b/public/content/translations/fil/decentralized-identity/index.md @@ -133,7 +133,7 @@ Maraming posibleng use case ang decentralized identity: Makakatulong ang decentralized identity na palitan ang mga pag-log in gamit ang password ng [decentralized authentication](https://www.ibm.com/blogs/blockchain/2018/10/decentralized-identity-an-alternative-to-password-based-authentication/). Maaaring magbigay ang mga service provider ng mga attestation sa mga user, na maso-store sa Ethereum wallet. Ang isang halimbawa ng attestation ay isang [NFT](/nft/) na nagbibigay sa may-ari ng access sa isang online na komunidad. -Ang function na [Mag-sign in gamit ang Ethereum](https://login.xyz/) ay magbibigay-daan sa mga server na kumpirmahin ang Ethereum account ng user at kunin ang kinakailangang attestation mula sa account address niya. Ibig sabihin nito, maa-access ng mga user ang mga platform at website nang hindi kinakailangang tandaan ang mahahabang password at mapapahusay nito ang online experience ng mga user. +Ang function na [Mag-sign in gamit ang Ethereum](https://siwe.xyz/) ay magbibigay-daan sa mga server na kumpirmahin ang Ethereum account ng user at kunin ang kinakailangang attestation mula sa account address niya. Ibig sabihin nito, maa-access ng mga user ang mga platform at website nang hindi kinakailangang tandaan ang mahahabang password at mapapahusay nito ang online experience ng mga user. ### 2. KYC authentication {#kyc-authentication} @@ -181,5 +181,5 @@ Maraming malalaking proyekto ang gumagamit ng Ethereum bilang pundasyon para sa ### Mga Komunidad {#communities} - [ERC-725 Alliance sa GitHub](https://github.com/erc725alliance) — _Mga tagasuporta ng pamantayang ERC725 para sa pamamahala ng identity sa Ethereum blockchain_ -- [SpruceID Discord server](https://discord.com/invite/Sf9tSFzrnt) — _Komunidad para sa mga tagahanga at developer na nagtatrabaho sa Mag-sign in gamit ang Ethereum_ +- [EthID Discord server](https://discord.com/invite/ZUyG3mSXFD) — _Komunidad para sa mga tagahanga at developer na nagtatrabaho sa Mag-sign in gamit ang Ethereum_ - [Veramo Labs](https://discord.gg/sYBUXpACh4) — _Isang komunidad ng mga developer na tumutulong sa pagbuo ng framework para sa nave-verify na data para sa mga application_ diff --git a/public/content/translations/fr/decentralized-identity/index.md b/public/content/translations/fr/decentralized-identity/index.md index 9a6bb955cc8..b98754ae1cd 100644 --- a/public/content/translations/fr/decentralized-identity/index.md +++ b/public/content/translations/fr/decentralized-identity/index.md @@ -57,7 +57,7 @@ L'identité décentralisée propose de nombreux cas d'utilisation potentiels : L'identité décentralisée peut aider à remplacer les connexions par mot de passe par une authentification décentralisée. Les fournisseurs de services peuvent délivrer des attestations aux utilisateurs, qui peuvent être stockées dans un portefeuille Ethereum. Un exemple d'attestation serait un [NFT](/glossary/#nft) accordant au titulaire l'accès à une communauté en ligne. -Une fonction de [connexion avec Ethereum](https://login.xyz/) permettrait alors aux serveurs de confirmer le compte Ethereum de l'utilisateur et de récupérer l'attestation requise à partir de l'adresse de son compte. Cela signifie que les utilisateurs peuvent accéder aux plateformes et aux sites web sans avoir à mémoriser de longs mots de passe et améliore l'expérience en ligne des utilisateurs. +Une fonction de [connexion avec Ethereum](https://siwe.xyz/) permettrait alors aux serveurs de confirmer le compte Ethereum de l'utilisateur et de récupérer l'attestation requise à partir de l'adresse de son compte. Cela signifie que les utilisateurs peuvent accéder aux plateformes et aux sites web sans avoir à mémoriser de longs mots de passe et améliore l'expérience en ligne des utilisateurs. ### 2. Authentification KYC {#kyc-authentication} @@ -186,6 +186,6 @@ Il existe de nombreux projets ambitieux utilisant Ethereum comme base pour des s ### Communautés {#communities} - [ERC-725 Alliance sur GitHub](https://github.com/erc725alliance) — _Supporters de la norme ERC725 pour la gestion d'identité sur la blockchain Ethereum_ -- [Serveur Discord SpruceID](https://discord.com/invite/Sf9tSFzrnt) — _Communauté pour les adeptes et les développeurs travaillant sur la connexion avec Ethereum_ +- [Serveur Discord EthID](https://discord.com/invite/ZUyG3mSXFD) — _Communauté pour les adeptes et les développeurs travaillant sur la connexion avec Ethereum_ - [Veramo Labs](https://discord.gg/sYBUXpACh4) — _Une communauté de développeurs contribuant à la construction d'un framework de données vérifiables pour les applications_ - [walt.id](https://discord.com/invite/AW8AgqJthZ) — _Une communauté de développeurs et constructeurs travaillant sur des cas d'utilisation d'identité décentralisée dans diverses industries._ diff --git a/public/content/translations/fr/developers/docs/programming-languages/python/index.md b/public/content/translations/fr/developers/docs/programming-languages/python/index.md index cd7d5974491..6f0bb4fc746 100644 --- a/public/content/translations/fr/developers/docs/programming-languages/python/index.md +++ b/public/content/translations/fr/developers/docs/programming-languages/python/index.md @@ -56,7 +56,7 @@ Besoin d’une approche plus élémentaire ? Consultez [ethereum.org/learn](/le - [eth-utils](https://github.com/ethereum/eth-utils/) - _Fonctions utilitaires pour travailler avec les bases de code liées à Ethereum_ - [py-solc-x](https://pypi.org/project/py-solc-x/) - _Wrapper Python autour du compilateur solc Solidity avec support 0.5.x_ - [pymaker](https://github.com/makerdao/pymaker) - _API Python pour les contrats Maker_ -- [siwe](https://github.com/spruceid/siwe-py) - _Connectez-vous avec Ethereum (siwe) pour Python_ +- [siwe](https://github.com/signinwithethereum/siwe-py) - _Connectez-vous avec Ethereum (siwe) pour Python_ - [Intégration Web3 DeFi pour Ethereum](https://github.com/tradingstrategy-ai/web3-ethereum-defi) - _Un paquet Python avec des intégrations prêtes à l'emploi pour ERC-20, Uniswap et d'autres projets populaires_ - [Wake](https://getwake.io) - _Cadre Python tout-en-un pour les tests de contrats, le fuzzing, le déploiement, les analyses de vulnérabilités et la navigation dans le code (serveur de langage - [Outils pour Solidity](https://marketplace.visualstudio.com/items?itemName=AckeeBlockchain.tools-for-solidity))_ diff --git a/public/content/translations/fr/developers/docs/programming-languages/ruby/index.md b/public/content/translations/fr/developers/docs/programming-languages/ruby/index.md index 580bafbd716..fbb61e27b25 100644 --- a/public/content/translations/fr/developers/docs/programming-languages/ruby/index.md +++ b/public/content/translations/fr/developers/docs/programming-languages/ruby/index.md @@ -24,7 +24,6 @@ Besoin d’une approche plus élémentaire ? Consultez [ethereum.org/learn](/le - [Bien comprendre les comptes Ethereum](https://dev.to/q9/finally-understanding-ethereum-accounts-1kpe) - [Authentifier les utilisateurs Rails avec MetaMask](https://dev.to/q9/finally-authenticating-rails-users-with-metamask-3fj) -- [Connexion avec Ethereum - Bibliothèque Ruby et exemples de Rails](https://blog.spruceid.com/sign-in-with-ethereum-ruby-library-release-and-rails-examples/) - [Comment se connecter au réseau Ethereum en utilisant Ruby](https://www.quicknode.com/guides/web3-sdks/how-to-connect-to-the-ethereum-network-using-ruby) - [Comment générer une nouvelle adresse Ethereum dans Ruby](https://www.quicknode.com/guides/web3-sdks/how-to-generate-a-new-ethereum-address-in-ruby) @@ -39,10 +38,10 @@ Besoin d’une approche plus élémentaire ? Consultez [ethereum.org/learn](/le - [eth.rb](https://github.com/q9f/eth.rb) - _Bibliothèque Ruby et RPC-client pour gérer les comptes, messages et transactions Ethereum_ - [keccak.rb](https://github.com/q9f/keccak.rb) - _L'empreinte numérique de Keccak (SHA3) utilisée par Ethereum_ -- [siwe-ruby](https://github.com/spruceid/siwe-ruby) - _Implémentation Ruby de la connexion avec Ethereum_ -- [siwe_rails](https://github.com/spruceid/siwe_rails) - _Rails gem qui ajoute SIWE à la connexion en local_ -- [siwe-rails-examples](https://github.com/spruceid/siwe-rails-examples) - _Exemple de SIWE utilisant Ruby on Rails avec contrôleur personnalisé_ -- [omniauth-siwe](https://github.com/spruceid/omniauth-siwe) - _Stratégie OmniAuth pour se connecter avec Ethereum (SIWE)_ +- [siwe-ruby](https://github.com/signinwithethereum/siwe-ruby) - _Implémentation Ruby de la connexion avec Ethereum_ +- [siwe-rails](https://github.com/signinwithethereum/siwe-rails) - _Rails gem qui ajoute SIWE à la connexion en local_ +- [siwe-rails-examples](https://github.com/signinwithethereum/siwe-rails-examples) - _Exemple de SIWE utilisant Ruby on Rails avec contrôleur personnalisé_ +- [omniauth-siwe](https://github.com/signinwithethereum/omniauth-siwe) - _Stratégie OmniAuth pour se connecter avec Ethereum (SIWE)_ - [omniauth-nft](https://github.com/valthon/omniauth-nft) - _Stratégie OmniAuth pour l'authentification via la détention de NFT_ - [ethereum-on-rails](https://github.com/q9f/ethereum-on-rails) - _Modèle d'Ethereum on Rails permettant de connecter MetaMask à Ruby on Rails_ diff --git a/public/content/translations/ga/decentralized-identity/index.md b/public/content/translations/ga/decentralized-identity/index.md index 300444cca8b..2fddf76c769 100644 --- a/public/content/translations/ga/decentralized-identity/index.md +++ b/public/content/translations/ga/decentralized-identity/index.md @@ -57,7 +57,7 @@ Tá go leor cásanna úsáide féideartha ag baint le céannacht dhíláraithe: Is féidir le céannacht dhíláraithe cuidiú le fíordheimhniú díláraithe a chur in ionad logáil isteach atá bunaithe ar phasfhocal. Is féidir le soláthraithe seirbhíse fianuithe a eisiúint d'úsáideoirí, ar féidir iad a stóráil i sparán Ethereum. Sampla de fhianú is ea [NFT](/glossary/#nft) a thugann rochtain don sealbhóir ar phobal ar líne. -Ansin chuirfeadh feidhm [Sínigh isteach le hEthereum](https://login.xyz/) ar chumas na bhfreastalaithe cuntas Ethereum an úsáideora a dhearbhú agus an fianú riachtanach a fháil óna seoladh cuntais. Ciallaíonn sé sin gur féidir le húsáideoirí rochtain a fháil ar ardáin agus ar shuímh ghréasáin gan pasfhocail fhada a chur de ghlanmheabhair agus feabhsaíonn sé an t‑eispéireas ar líne d'úsáideoirí. +Ansin chuirfeadh feidhm [Sínigh isteach le hEthereum](https://siwe.xyz/) ar chumas na bhfreastalaithe cuntas Ethereum an úsáideora a dhearbhú agus an fianú riachtanach a fháil óna seoladh cuntais. Ciallaíonn sé sin gur féidir le húsáideoirí rochtain a fháil ar ardáin agus ar shuímh ghréasáin gan pasfhocail fhada a chur de ghlanmheabhair agus feabhsaíonn sé an t‑eispéireas ar líne d'úsáideoirí. ### 2. Fíordheimhniú KYC {#kyc-authentication} @@ -186,6 +186,6 @@ Tá go leor tionscadal uaillmhianach ag baint úsáide as Ethereum mar bhunús l ### Pobail {#communities} - [ERC-725 Alliance on GitHub](https://github.com/erc725alliance) — _Tacaitheoirí chaighdeán ERC725 chun aitheantas a bhainistiú ar bhlocshlabhra Ethereum_ -- [freastalaí SpruceID Discord](https://discord.com/invite/Sf9tSFzrnt) — _Pobal do dhíograiseoirí agus d'fhorbróirí atá ag obair ar Sínigh isteach le hEthereum_ +- [freastalaí EthID Discord](https://discord.com/invite/ZUyG3mSXFD) — _Pobal do dhíograiseoirí agus d'fhorbróirí atá ag obair ar Sínigh isteach le hEthereum_ - [Veramo Labs](https://discord.gg/sYBUXpACh4) — _Pobal forbróirí a chuidíonn le creat a chruthú le haghaidh sonraí infhíoraithe d'fheidhmchláir_ - [walt.id](https://discord.com/invite/AW8AgqJthZ) — _Pobal forbróirí agus tógálaithe atá ag obair ar chásanna úsáide céannachta díláraithe ar fud tionscail éagsúla_ diff --git a/public/content/translations/hi/decentralized-identity/index.md b/public/content/translations/hi/decentralized-identity/index.md index 401a2c2f811..1b228848bf2 100644 --- a/public/content/translations/hi/decentralized-identity/index.md +++ b/public/content/translations/hi/decentralized-identity/index.md @@ -57,7 +57,7 @@ summaryPoint3: क्रिप्टो को धन्यवाद, उपय विकेंद्रीकृत पहचान, पासवर्ड आधारित लॉगिन को विकेंद्रीकृत प्रमाणीकरण से बदलने में मदद कर सकती है। सेवा प्रदाता उपयोगकर्ताओं को प्रमाण प्रदान कर सकते हैं, जिसे इथेरियम वॉलेट में संग्रहीत किया जा सकता है। साक्षी का एक उदाहरण [NFT](/glossary/#nft) होगा, जो धारक को ऑनलाइन समुदाय में पहुंच प्रदान करता है। -एक [इथेरियम के साथ साइन-इन](https://login.xyz/) फ़ंक्शन सर्वर को उपयोगकर्ता के इथेरियम खाते की पुष्टि करने और उनके खाता पते से आवश्यक प्रमाण प्राप्त करने में सक्षम करता है। इसका मतलब है कि उपयोगकर्ता लंबे पासवर्ड को याद रखे बिना प्लेटफार्म और वेबसाइट्स तक पहुंच सकते हैं और यह उपयोगकर्ताओं के लिए ऑनलाइन अनुभव को बेहतर करता है। +एक [इथेरियम के साथ साइन-इन](https://siwe.xyz/) फ़ंक्शन सर्वर को उपयोगकर्ता के इथेरियम खाते की पुष्टि करने और उनके खाता पते से आवश्यक प्रमाण प्राप्त करने में सक्षम करता है। इसका मतलब है कि उपयोगकर्ता लंबे पासवर्ड को याद रखे बिना प्लेटफार्म और वेबसाइट्स तक पहुंच सकते हैं और यह उपयोगकर्ताओं के लिए ऑनलाइन अनुभव को बेहतर करता है। ### २ KYC प्रमाणीकरण {#kyc-authentication} @@ -186,6 +186,6 @@ summaryPoint3: क्रिप्टो को धन्यवाद, उपय ### समुदाय {#communities} - [ERC-725 गठबंधन GitHub पर](https://github.com/erc725alliance) — _इथेरियम ब्लॉकचेन पर पहचान प्रबंधन के लिए ERC725 मानक के समर्थक_ -- [SpruceID Discord सर्वर](https://discord.com/invite/Sf9tSFzrnt) — _उत्साहित और डेवलपर्स के लिए समुदाय, जो इथेरियम के साथ साइन इन पर काम कर रहे हैं_ +- [EthID Discord सर्वर](https://discord.com/invite/ZUyG3mSXFD) — _उत्साहित और डेवलपर्स के लिए समुदाय, जो इथेरियम के साथ साइन इन पर काम कर रहे हैं_ - [Veramo Labs](https://discord.gg/sYBUXpACh4) — _एप्लिकेशन के लिए सत्यापनीय डेटा के लिए एक फ्रेमवर्क बनाने में योगदान देने वाले डेवलपर्स का एक समुदाय_ - [walt.id](https://discord.com/invite/AW8AgqJthZ) — _विभिन्न उद्योगों में विकेंद्रीकृत पहचान उपयोग के मामलों पर काम करने वाले डेवलपर्स और बिल्डरों का एक समुदाय_ diff --git a/public/content/translations/hu/decentralized-identity/index.md b/public/content/translations/hu/decentralized-identity/index.md index c5b99dd999d..0f807cce1b8 100644 --- a/public/content/translations/hu/decentralized-identity/index.md +++ b/public/content/translations/hu/decentralized-identity/index.md @@ -57,7 +57,7 @@ A decentralizált identitás számtalan esetben alkalmazható: A decentralizált identitás segíthet, hogy a jelszóalapú bejelentkezésk helyett decentralizált hitelesítés legyen. A szolgáltatók tanúsításokat bocsáthatnak ki a felhasználóknak, amelyet az Ethereum-tárcájukban tárolnak. Például egy olyan tanúsítvány, ami egy [NFT](/glossary/#nft), és hozzáférést biztosít egy online közösséghez. -Az [Ethereumba való bejelentkezés](https://login.xyz/) funkció ekkor lehető tenné a szervereknek, hogy megerősítsék a felhasználó Ethereum-számláját és lekérdezzék az ehhez szükséges tanúsításokat a számlacímükről. Ezáltal a felhasználónak nem kell hosszú jelszavakat megjegyeznie ahhoz, hogy különböző platformokat és weboldalakat érjen el, és így jobb felhasználói élményben lehet része. +Az [Ethereumba való bejelentkezés](https://siwe.xyz/) funkció ekkor lehető tenné a szervereknek, hogy megerősítsék a felhasználó Ethereum-számláját és lekérdezzék az ehhez szükséges tanúsításokat a számlacímükről. Ezáltal a felhasználónak nem kell hosszú jelszavakat megjegyeznie ahhoz, hogy különböző platformokat és weboldalakat érjen el, és így jobb felhasználói élményben lehet része. ### 2. Ügyfél-azonosítás (KYC) {#kyc-authentication} @@ -186,6 +186,6 @@ Számtalan ambiciózus projekt használja az Ethereumot a decentralizált identi ### Közösségek {#communities} - [ERC-725 szövetség a GitHubon](https://github.com/erc725alliance) — _Az ERC725 szabvány támogatói, mely az Ethereum-blokkláncon való identitáskezelést célozza_ -- [SpruceID Discord-szerver](https://discord.com/invite/Sf9tSFzrnt) — _Rajongók és fejlesztők közössége, akik az Ethereumba való bejelentkezés funkcióján dolgoznak_ +- [EthID Discord-szerver](https://discord.com/invite/ZUyG3mSXFD) — _Rajongók és fejlesztők közössége, akik az Ethereumba való bejelentkezés funkcióján dolgoznak_ - [Veramo Labs](https://discord.gg/sYBUXpACh4) — _Fejlesztői közösség, melynek célja az alkalmazásokhoz szükséges igazolható adatok keretrendszerének kidolgozása_ - [walt.id](https://discord.com/invite/AW8AgqJthZ) – _Fejlesztők és építők közössége, akik a decentralizált identitás számtalan iparágban való felhasználási területeivel foglalkoznak_ diff --git a/public/content/translations/hu/developers/docs/programming-languages/python/index.md b/public/content/translations/hu/developers/docs/programming-languages/python/index.md index 2ac739389b2..ade1001f3e8 100644 --- a/public/content/translations/hu/developers/docs/programming-languages/python/index.md +++ b/public/content/translations/hu/developers/docs/programming-languages/python/index.md @@ -56,7 +56,7 @@ Szükséged van egy méginkább kezdőknek szóló alapozóra? Tekintsd meg az [ - [eth-utils](https://github.com/ethereum/eth-utils/) - _használati funkciók Ethereumhoz kapcsolódó kódbázisokkal való munkához_ - [py-solc-x](https://pypi.org/project/py-solc-x/) – _Python wrapper a solc solidity fordító köré 0.5.x támogatással_ - [pymaker](https://github.com/makerdao/pymaker) – _Python API Maker szerződésekre_ -- [siwe](https://github.com/spruceid/siwe-py) – _Bejelentkezés az Ethereummal (siwe) Pythonra_ +- [siwe](https://github.com/signinwithethereum/siwe-py) – _Bejelentkezés az Ethereummal (siwe) Pythonra_ - [Web3 decentralizált pénzügyek (DeFi) Ethereum integrációhoz](https://github.com/tradingstrategy-ai/web3-ethereum-defi) – _Egy Python csomag, mely készen áll az ERC-20, Uniswap és más népszerű projektekkel való integrációra_ - [Wake](https://getwake.io) - _Minden az egyben Python keretrendszer a szerződéseknek a teszteléshez, fuzzinghoz, telepítéshez, sebezhetőségi vizsgálathoz és kódnavigációhoz (nyelvi szerver - [eszközök a Solidity-hez](https://marketplace.visualstudio.com/items?itemName=AckeeBlockchain.tools-for-solidity))_ diff --git a/public/content/translations/hu/developers/docs/programming-languages/ruby/index.md b/public/content/translations/hu/developers/docs/programming-languages/ruby/index.md index 2cacd55e59f..9e634fee5c8 100644 --- a/public/content/translations/hu/developers/docs/programming-languages/ruby/index.md +++ b/public/content/translations/hu/developers/docs/programming-languages/ruby/index.md @@ -24,7 +24,6 @@ Szükséged van egy méginkább kezdőknek szóló alapozóra? Tekintsd meg az [ - [Az Ethereum-számlák megértése](https://dev.to/q9/finally-understanding-ethereum-accounts-1kpe) - [Rails-felhasználók hitelesítése a MetaMask használatával](https://dev.to/q9/finally-authenticating-rails-users-with-metamask-3fj) -- [Bejelentkezés az Ethereummal – Ruby-könyvtár és Rails-példák kiadása](https://blog.spruceid.com/sign-in-with-ethereum-ruby-library-release-and-rails-examples/) - [Hogyan lehet az Ethereum-hálózathoz kapcsolódni a Ruby-val](https://www.quicknode.com/guides/web3-sdks/how-to-connect-to-the-ethereum-network-using-ruby) - [Hogyan lehet új Ethereum-címet létrehozni a Ruby-val](https://www.quicknode.com/guides/web3-sdks/how-to-generate-a-new-ethereum-address-in-ruby) @@ -39,10 +38,10 @@ Szükséged van egy méginkább kezdőknek szóló alapozóra? Tekintsd meg az [ - [eth.rb](https://github.com/q9f/eth.rb) – _Ruby könyvtár és RPC-kliens az Ethereum-számlák, üzenetek és tranzakciók kezelésére_ - [keccak.rb](https://github.com/q9f/keccak.rb) – _Az Ethereum által használt keccak (SHA3) hash_ -- [siwe-ruby](https://github.com/spruceid/siwe-ruby) – _Ruby általi implementáció az Ethereummal való bejelentkezéshez_ -- [siwe_rails](https://github.com/spruceid/siwe_rails) – _SIWE lokális bejelentkezési utakat adó Rails gem_ -- [siwe-rails-examples](https://github.com/spruceid/siwe-rails-examples) – _SIWE-példa Ruby használatával a Railsen személyre szabott irányítóval_ -- [omniauth-siwe](https://github.com/spruceid/omniauth-siwe) – _OmniAuth-stratégia az Ethereummal (SIWE) való bejelentkezéshez_ +- [siwe-ruby](https://github.com/signinwithethereum/siwe-ruby) – _Ruby általi implementáció az Ethereummal való bejelentkezéshez_ +- [siwe-rails](https://github.com/signinwithethereum/siwe-rails) – _SIWE lokális bejelentkezési utakat adó Rails gem_ +- [siwe-rails-examples](https://github.com/signinwithethereum/siwe-rails-examples) – _SIWE-példa Ruby használatával a Railsen személyre szabott irányítóval_ +- [omniauth-siwe](https://github.com/signinwithethereum/omniauth-siwe) – _OmniAuth-stratégia az Ethereummal (SIWE) való bejelentkezéshez_ - [omniauth-nft](https://github.com/valthon/omniauth-nft) – _OmniAuth stratégia az NFT tulajdonjogon keresztüli hitelesítésre_ - [ethereum-on-rails](https://github.com/q9f/ethereum-on-rails) – _Ethereum a Rails-en sablon, mellyel a MetaMaskot a Ruby-hoz lehet kapcsolni a Rails-en_ diff --git a/public/content/translations/id/decentralized-identity/index.md b/public/content/translations/id/decentralized-identity/index.md index cbefc8899b7..58474ec31fe 100644 --- a/public/content/translations/id/decentralized-identity/index.md +++ b/public/content/translations/id/decentralized-identity/index.md @@ -57,7 +57,7 @@ Identitas yang terdesentralisasi memiliki berbagai pontesi yang dapat dimanfaatk Identitas terdesentralisasi dapat membantu menggantikan login berdasarkan kata sandi menjadi autentikasi terdesentralisasi. Penyedia layanan dapat menerbitkan pengesahan pada pengguna, yang dapat disimpan dalam dompet Ethereum. Sebuah contoh pengesahan adalah [NFT](/glossary/#nft) menyetujui akses kepemilikan pada komunitas daring. -Sebuah fungsi [Sign-in dengan Ethereum](https://login.xyz/) akan memungkinkan server untuk mengonfirmasi akun ethereum pengguna dan mencocokkan pengesahan yang dibutuhkan dari alamat akun mereka. Ini dimaksudkan bahwa pengguna dapat mengakses banyak platform dan situs web tanpa harus mengingat kata sandi yang panjang dan meningkatkan pengalaman daring pada para pengguna. +Sebuah fungsi [Sign-in dengan Ethereum](https://siwe.xyz/) akan memungkinkan server untuk mengonfirmasi akun ethereum pengguna dan mencocokkan pengesahan yang dibutuhkan dari alamat akun mereka. Ini dimaksudkan bahwa pengguna dapat mengakses banyak platform dan situs web tanpa harus mengingat kata sandi yang panjang dan meningkatkan pengalaman daring pada para pengguna. ### 2. Autentikasi KYC {#kyc-authentication} @@ -186,6 +186,6 @@ Ada banyak proyek ambisius yang menggunakan Ethereum sebagai landasan untuk solu ### Komunitas {#communities} - [Aliansi ERC-725 di GitHub](https://github.com/erc725alliance) — _Pendukung standar ERC725 untuk mengelola identitas pada rantai blok Ethereum_ -- [Server Discord SpruceID](https://discord.com/invite/Sf9tSFzrnt) — _Komunitas untuk para penggemar dan pengembang yang bekerja pada sign-in dengan Ethereum_ +- [Server Discord EthID](https://discord.com/invite/ZUyG3mSXFD) — _Komunitas untuk para penggemar dan pengembang yang bekerja pada sign-in dengan Ethereum_ - [Lab Veramo](https://discord.gg/sYBUXpACh4) — _Komunitas developer yang berkontribusi membangun kerangka kerja untuk memungkinkan verifikasi data untuk aplikasi_ - [wailt.id](https://discord.com/invite/AW8AgqJthZ) — _Komunitas pengembang dan pembuat sistem mengerjakan berbagai kasus penggunaan identitas terdesentralisasi pada berbagai industri_ diff --git a/public/content/translations/it/decentralized-identity/index.md b/public/content/translations/it/decentralized-identity/index.md index 2f5c99d66cc..75457fe89fd 100644 --- a/public/content/translations/it/decentralized-identity/index.md +++ b/public/content/translations/it/decentralized-identity/index.md @@ -57,7 +57,7 @@ L'identità decentralizzata ha molti possibili casi d'uso: L'identità decentralizzata può contribuire a sostituire gli accessi basati su password con l'autenticazione decentralizzata. I fornitori di servizi possono emettere attestazioni agli utenti, memorizzabili in un portafoglio di Ethereum. Un esempio di attestazione potrebbe essere un [NFT](/glossary/#nft) che concede al titolare l'accesso a una community online. -Una funzionalità "[Accedi con Ethereum](https://login.xyz/)", consentirebbe poi ai server di confermare il conto di Ethereum dell'utente, e di recuperare l'attestazione necessaria dal relativo indirizzo del conto. Ciò significa che gli utenti possono accedere a piattaforme e siti web, senza dover memorizzare lunghe password, migliorando l'esperienza online degli utenti. +Una funzionalità "[Accedi con Ethereum](https://siwe.xyz/)", consentirebbe poi ai server di confermare il conto di Ethereum dell'utente, e di recuperare l'attestazione necessaria dal relativo indirizzo del conto. Ciò significa che gli utenti possono accedere a piattaforme e siti web, senza dover memorizzare lunghe password, migliorando l'esperienza online degli utenti. ### 2. Autenticazione KYC {#kyc-authentication} @@ -186,6 +186,6 @@ Esistono molti progetti ambiziosi che utilizzano Ethereum come base per le soluz ### Community {#communities} - [ERC-725 Alliance su GitHub](https://github.com/erc725alliance) — _Sostenitori dello standard ERC-725 per la gestione dell'identità sulla blockchain di Ethereum_ -- [Server Discord di SpruceID](https://discord.com/invite/Sf9tSFzrnt) — _Community per appassionati e sviluppatori, al lavoro su "Accedi con Ethereum"_ +- [Server Discord di EthID](https://discord.com/invite/ZUyG3mSXFD) — _Community per appassionati e sviluppatori, al lavoro su "Accedi con Ethereum"_ - [Veramo Labs](https://discord.gg/sYBUXpACh4) — _Una community di sviluppatori, che contribuiscono alla creazione di un quadro per i dati verificabili per le applicazioni_ - [walt.id](https://discord.com/invite/AW8AgqJthZ) -- _Una comunità di sviluppatori e costruttori che lavorano a casi d'uso dell'identità decentralizzata che coinvolgono diversi settori_ diff --git a/public/content/translations/it/developers/docs/programming-languages/python/index.md b/public/content/translations/it/developers/docs/programming-languages/python/index.md index e1a89fd5717..8f7dab77ec9 100644 --- a/public/content/translations/it/developers/docs/programming-languages/python/index.md +++ b/public/content/translations/it/developers/docs/programming-languages/python/index.md @@ -56,7 +56,7 @@ Hai prima bisogno di nozioni di base? Dai un'occhiata a [ethereum.org/learn](/le - [eth-utils](https://github.com/ethereum/eth-utils/) - _Funzioni di utilità per lavorare con le basi di codice legate a Ethereum_ - [py-solc-x](https://pypi.org/project/py-solc-x/) - _Wrapper Python per il compilatore Solidity solc con supporto per 0.5.x_ - [pymaker](https://github.com/makerdao/pymaker) - _API Python per i contratti Maker_ -- [siwe](https://github.com/spruceid/siwe-py) - _Accesso con Ethereum (siwe) per Python_ +- [siwe](https://github.com/signinwithethereum/siwe-py) - _Accesso con Ethereum (siwe) per Python_ - [DeFi di Web3 per le integrazioni di Ethereum](https://github.com/tradingstrategy-ai/web3-ethereum-defi) - _Un pacchetto di Python con integrazioni pronte per l'ERC-20, Uniswap e altri progetti popolari_ - [Wake](https://getwake.io) - _Assetto completo di Python per testare i contratti, fuzzing, distribuzione, scansione delle vulnerabilità e navigazione del codice (server del linguaggio: [Tools for Solidity](https://marketplace.visualstudio.com/items?itemName=AckeeBlockchain.tools-for-solidity))_ diff --git a/public/content/translations/it/developers/docs/programming-languages/ruby/index.md b/public/content/translations/it/developers/docs/programming-languages/ruby/index.md index cf552e2e358..78b485b302f 100644 --- a/public/content/translations/it/developers/docs/programming-languages/ruby/index.md +++ b/public/content/translations/it/developers/docs/programming-languages/ruby/index.md @@ -24,7 +24,6 @@ Ti servono prima le nozioni di base? Dai un'occhiata a [ethereum.org/learn](/lea - [Comprendere definitivamente i conti di Ethereum](https://dev.to/q9/finally-understanding-ethereum-accounts-1kpe) - [Autenticare definitivamente gli utenti di Rails con Metamask](https://dev.to/q9/finally-authenticating-rails-users-with-metamask-3fj) -- [Accesso con Ethereum - Rilascio di esempi di Rail e libreria di Ruby](https://blog.spruceid.com/sign-in-with-ethereum-ruby-library-release-and-rails-examples/) - [Come connettersi alla rete di Ethereum usando Ruby](https://www.quicknode.com/guides/web3-sdks/how-to-connect-to-the-ethereum-network-using-ruby) - [Come generare un nuovo indirizzo di Ethereum in Ruby](https://www.quicknode.com/guides/web3-sdks/how-to-generate-a-new-ethereum-address-in-ruby) @@ -39,10 +38,10 @@ Ti servono prima le nozioni di base? Dai un'occhiata a [ethereum.org/learn](/lea - [eth.rb](https://github.com/q9f/eth.rb): _Libreria di Ruby e client RPC per gestire conti, messaggi e transazioni di Ethereum_ - [keccak.rb](https://github.com/q9f/keccak.rb) - _L'hash di The Keccak (SHA3) usato da Ethereum_ -- [siwe-ruby](https://github.com/spruceid/siwe-ruby) - _Implementazione in Ruby dell'Accesso con Ethereum_ -- [siwe_rails](https://github.com/spruceid/siwe_rails) - _Gemma di Rails che aggiunge la firma locale SIWE nei percorsi_ -- [siwe-rails-examples](https://github.com/spruceid/siwe-rails-examples) - _Esempio di SIWE usando Ruby on Rails con un controller personalizzato_ -- [omniauth-siwe](https://github.com/spruceid/omniauth-siwe) - _Strategia di OmniAuth per l’Accesso con Ethereum (SIWE)_ +- [siwe-ruby](https://github.com/signinwithethereum/siwe-ruby) - _Implementazione in Ruby dell'Accesso con Ethereum_ +- [siwe-rails](https://github.com/signinwithethereum/siwe-rails) - _Gemma di Rails che aggiunge la firma locale SIWE nei percorsi_ +- [siwe-rails-examples](https://github.com/signinwithethereum/siwe-rails-examples) - _Esempio di SIWE usando Ruby on Rails con un controller personalizzato_ +- [omniauth-siwe](https://github.com/signinwithethereum/omniauth-siwe) - _Strategia di OmniAuth per l’Accesso con Ethereum (SIWE)_ - [omniauth-nft](https://github.com/valthon/omniauth-nft) - _Strategia di OmniAuth per autenticarsi tramite il possesso di NFT_ - [ethereum-on-rails](https://github.com/q9f/ethereum-on-rails) - _Modello di Ethereum on Rails che consente di connettere MetaMask a Ruby on Rails_ diff --git a/public/content/translations/ja/decentralized-identity/index.md b/public/content/translations/ja/decentralized-identity/index.md index ac1fcdceda4..9818baaf876 100644 --- a/public/content/translations/ja/decentralized-identity/index.md +++ b/public/content/translations/ja/decentralized-identity/index.md @@ -57,7 +57,7 @@ summaryPoint3: 暗号技術により、今や再び自分自身のIDとアテス 分散型アイデンティティは、パスワードベースのログインを分散型認証に置き換えるのに役立ちます。 サービスプロバイダーは、アテステーションを発行することができ、ユーザーはそれをイーサリアムのウォレットに保存できます。 アテステーションの例としては、[非代替性トークン(NFT)](/glossary/#nft)保有者にオンラインコミュニティへのアクセスを許可することなどが挙げられます。 -[イーサリアムでサインイン](https://login.xyz/)機能を使うと、サーバはユーザーのイーサリアムアカウントを確認し、アカウントアドレスから必要なアテステーションを取得することができます。 これにより、ユーザーは長いパスワードを記憶することなくプラットフォームやウェブサイトにアクセスでき、オンライン・エクスペリエンスを向上させることができます。 +[イーサリアムでサインイン](https://siwe.xyz/)機能を使うと、サーバはユーザーのイーサリアムアカウントを確認し、アカウントアドレスから必要なアテステーションを取得することができます。 これにより、ユーザーは長いパスワードを記憶することなくプラットフォームやウェブサイトにアクセスでき、オンライン・エクスペリエンスを向上させることができます。 ### 2. KYC認証 {#kyc-authentication} @@ -186,6 +186,6 @@ summaryPoint3: 暗号技術により、今や再び自分自身のIDとアテス ### コミュニティ {#communities} - [GitHub上のERC-725アライアンス](https://github.com/erc725alliance) — _イーサリアムのブロックチェーン上でIDを管理するための規格「ERC725」のサポーターコミュニティ_ -- [SpruceID Discordサーバ](https://discord.com/invite/Sf9tSFzrnt) — _「イーサリアムでサインイン」に取り組むファンやデベロッパーのためのコミュニティ_ +- [EthID Discordサーバ](https://discord.com/invite/ZUyG3mSXFD) — _「イーサリアムでサインイン」に取り組むファンやデベロッパーのためのコミュニティ_ - [Veramo Labs](https://discord.gg/sYBUXpACh4) — _アプリケーション向けの検証可能なデータのフレームワークの構築に貢献するデベロッパーのコミュニティ_ - [walt.id](https://discord.com/invite/AW8AgqJthZ) — _さまざまな業界にわたる分散型IDのユースケースに取り組むデベロッパーおよびビルダーのコミュニティ_ diff --git a/public/content/translations/ja/developers/docs/programming-languages/python/index.md b/public/content/translations/ja/developers/docs/programming-languages/python/index.md index e56c725944c..1f015531774 100644 --- a/public/content/translations/ja/developers/docs/programming-languages/python/index.md +++ b/public/content/translations/ja/developers/docs/programming-languages/python/index.md @@ -56,7 +56,7 @@ incomplete: true - [eth-utils](https://github.com/ethereum/eth-utils/) - _イーサリアム関連のコードベースを操作するためのユーティリティ関数_ - [py-solc-x](https://pypi.org/project/py-solc-x/) - _solc SolidityコンパイラのPythonラッパー (Solidity 0.5xをサポート)_ - [pymaker](https://github.com/makerdao/pymaker) - _MakerコントラクトのためのPython API_ -- [siwe](https://github.com/spruceid/siwe-py) - _Pythonのためのイーサリアムによるサインイン (siwe)_ +- [siwe](https://github.com/signinwithethereum/siwe-py) - _Pythonのためのイーサリアムによるサインイン (siwe)_ - [イーサリアムの統合のためのWeb3 DeFi](https://github.com/tradingstrategy-ai/web3-ethereum-defi) - _ERC-20、Uniswap、その他の一般的なプロジェクトのための、すぐに統合を行えるPythonパッケージ_ - [Wake -](https://getwake.io) _コントラクトのテスト、ファジング、デプロイ、脆弱性スキャン、コードナビゲーションが可能なオールインワンPythonフレームワーク(言語サーバー - [Tools for Solidity](https://marketplace.visualstudio.com/items?itemName=AckeeBlockchain.tools-for-solidity))_ diff --git a/public/content/translations/ja/developers/docs/programming-languages/ruby/index.md b/public/content/translations/ja/developers/docs/programming-languages/ruby/index.md index 57722f7a0be..72462686867 100644 --- a/public/content/translations/ja/developers/docs/programming-languages/ruby/index.md +++ b/public/content/translations/ja/developers/docs/programming-languages/ruby/index.md @@ -24,7 +24,6 @@ incomplete: false - [いよいよイーサリアムアカウントを理解する](https://dev.to/q9/finally-understanding-ethereum-accounts-1kpe) - [いよいよMetaMaskを使用してRails Usersを認証する](https://dev.to/q9/finally-authenticating-rails-users-with-metamask-3fj) -- [イーサリアムによるサインイン - RubyライブラリとRailsのサンプルリリース](https://blog.spruceid.com/sign-in-with-ethereum-ruby-library-release-and-rails-examples/) - [Rubyを使用してイーサリアムネットワークに接続する方法](https://www.quicknode.com/guides/web3-sdks/how-to-connect-to-the-ethereum-network-using-ruby) - [Rubyで新しいイーサリアムアドレスを生成する方法](https://www.quicknode.com/guides/web3-sdks/how-to-generate-a-new-ethereum-address-in-ruby) @@ -39,10 +38,10 @@ incomplete: false - [eth.rb](https://github.com/q9f/eth.rb) - _イーサリアムアカウント、メッセージ、トランザクションを扱うためのRubyライブラリとRPCクライアント_ - [keccak.rb](https://github.com/q9f/keccak.rb) - _イーサリアムによって使用されるKeccak (SHA3) ハッシュ_ -- [siwe-ruby](https://github.com/spruceid/siwe-ruby) - _イーサリアムによるサインインのRuby実装_ -- [siwe_rails](https://github.com/spruceid/siwe_rails) - _siweローカルサインインのルートを追加するRails gem_ -- [siwe-rails-examples](https://github.com/spruceid/siwe-rails-examples) - _カスタムコントローラでRuby on Railsを使用したsiweの例_ -- [omniauth-siwe](https://github.com/spruceid/omniauth-siwe) - _イーサリアムによるサインイン (siwe) のためのOmniAuthストラテジー_ +- [siwe-ruby](https://github.com/signinwithethereum/siwe-ruby) - _イーサリアムによるサインインのRuby実装_ +- [siwe-rails](https://github.com/signinwithethereum/siwe-rails) - _siweローカルサインインのルートを追加するRails gem_ +- [siwe-rails-examples](https://github.com/signinwithethereum/siwe-rails-examples) - _カスタムコントローラでRuby on Railsを使用したsiweの例_ +- [omniauth-siwe](https://github.com/signinwithethereum/omniauth-siwe) - _イーサリアムによるサインイン (siwe) のためのOmniAuthストラテジー_ - [omniauth-nft](https://github.com/valthon/omniauth-nft) - _NFT所有権による認証のためのOmniAuthストラテジー_ - [ethereum-on-rails](https://github.com/q9f/ethereum-on-rails) - _MetaMaskをRuby on Railsに接続できるようにする、Railsでのイーサリアムテンプレート_ diff --git a/public/content/translations/kn/decentralized-identity/index.md b/public/content/translations/kn/decentralized-identity/index.md index ce1ae3068b5..c9ee4f03425 100644 --- a/public/content/translations/kn/decentralized-identity/index.md +++ b/public/content/translations/kn/decentralized-identity/index.md @@ -133,7 +133,7 @@ DIDs ಡಿಐಡಿಗಳನ್ನು ಬ್ಲಾಕ್‍ಚೈನ್‍ನ ವಿಕೇಂದ್ರೀಕೃತ ಗುರುತು ಪಾಸ್‍ವರ್ಡ್ ಆಧಾರಿತ ಲಾಗಿನ್‍ಗಳನ್ನು [ವಿಕೇಂದ್ರೀಕೃತ ದೃಢೀಕರಣದೊಂದಿಗೆ](https://www.ibm.com/blogs/blockchain/2018/10/decentralized-identity-an-alternative-to-password-based-authentication/) ಬದಲಾಯಿಸಲು ಸಹಾಯ ಮಾಡುತ್ತದೆ. ಸೇವಾ ಪೂರೈಕೆದಾರರು ಬಳಕೆದಾರರಿಗೆ ದೃಢೀಕರಣಗಳನ್ನು ನೀಡಬಹುದು, ಇದನ್ನು ಇಥಿರಿಯಮ್ ವ್ಯಾಲೆಟ್‍ನಲ್ಲಿ ಸಂಗ್ರಹಿಸಬಹುದು. ಆನ್‍ಲೈನ್ ಸಮುದಾಯಕ್ಕೆ ಹೋಲ್ಡರ್ ಗೆ ಪ್ರವೇಶವನ್ನು ನೀಡುವ [NFT](/nft/) ಒಂದು ಉದಾಹರಣೆ ದೃಢೀಕರಣವಾಗಿದೆ. -[ಇಥಿರಿಯಮ್ ಕಾರ್ಯದೊಂದಿಗೆ ಸೈನ್-ಇನ್](https://login.xyz/) ನಂತರ ಬಳಕೆದಾರರ ಇಥಿರಿಯಮ್ ಖಾತೆಯನ್ನು ದೃಢೀಕರಿಸಲು ಮತ್ತು ಅವರ ಖಾತೆ ವಿಳಾಸದಿಂದ ಅಗತ್ಯ ದೃಢೀಕರಣವನ್ನು ಪಡೆಯಲು ಸರ್ವರ್ಗಳಿಗೆ ಅನುವು ಮಾಡಿಕೊಡುತ್ತದೆ. ಇದರರ್ಥ ಬಳಕೆದಾರರು ದೀರ್ಘ ಪಾಸ್‍ವರ್ಡ್‍ಗಳನ್ನು ನೆನಪಿಟ್ಟುಕೊಳ್ಳದೆ ಪ್ಲಾಟ್ಫಾರ್ಮ್‍ಗಳು ಮತ್ತು ವೆಬ್‍ಸೈಟ್‍ಗಳನ್ನು ಪ್ರವೇಶಿಸಬಹುದು ಮತ್ತು ಬಳಕೆದಾರರಿಗೆ ಆನ್‍ಲೈನ್ ಅನುಭವವನ್ನು ಸುಧಾರಿಸುತ್ತದೆ. +[ಇಥಿರಿಯಮ್ ಕಾರ್ಯದೊಂದಿಗೆ ಸೈನ್-ಇನ್](https://siwe.xyz/) ನಂತರ ಬಳಕೆದಾರರ ಇಥಿರಿಯಮ್ ಖಾತೆಯನ್ನು ದೃಢೀಕರಿಸಲು ಮತ್ತು ಅವರ ಖಾತೆ ವಿಳಾಸದಿಂದ ಅಗತ್ಯ ದೃಢೀಕರಣವನ್ನು ಪಡೆಯಲು ಸರ್ವರ್ಗಳಿಗೆ ಅನುವು ಮಾಡಿಕೊಡುತ್ತದೆ. ಇದರರ್ಥ ಬಳಕೆದಾರರು ದೀರ್ಘ ಪಾಸ್‍ವರ್ಡ್‍ಗಳನ್ನು ನೆನಪಿಟ್ಟುಕೊಳ್ಳದೆ ಪ್ಲಾಟ್ಫಾರ್ಮ್‍ಗಳು ಮತ್ತು ವೆಬ್‍ಸೈಟ್‍ಗಳನ್ನು ಪ್ರವೇಶಿಸಬಹುದು ಮತ್ತು ಬಳಕೆದಾರರಿಗೆ ಆನ್‍ಲೈನ್ ಅನುಭವವನ್ನು ಸುಧಾರಿಸುತ್ತದೆ. ### 2. KYC ದೃಢೀಕರಣ {#kyc-authentication} @@ -181,5 +181,5 @@ DIDs ಡಿಐಡಿಗಳನ್ನು ಬ್ಲಾಕ್‍ಚೈನ್‍ನ ### ಸಮುದಾಯಗಳು {#communities} - [GitHub ನಲ್ಲಿ ERC-725 ಮೈತ್ರಿ](https://github.com/erc725alliance) - _ ಇಥಿರಿಯಮ್ ಬ್ಲಾಕ್‍ಚೈನ್‍ನಲ್ಲಿ ಗುರುತನ್ನು ನಿರ್ವಹಿಸಲು ERC725 ಮಾನದಂಡದ ಬೆಂಬಲಿಗರು_ -- [SpruceID Discord ಸರ್ವರ್](https://discord.com/invite/Sf9tSFzrnt) - _ಇಥಿರಿಯಮ್ ನೊಂದಿಗೆ ಸೈನ್-ಇನ್ ನಲ್ಲಿ ಕೆಲಸ ಮಾಡುವ ಉತ್ಸಾಹಿಗಳು ಮತ್ತು ಡೆವಲಪರ್ ಗಳಿಗೆ ಸಮುದಾಯ_ +- [EthID Discord ಸರ್ವರ್](https://discord.com/invite/ZUyG3mSXFD) - _ಇಥಿರಿಯಮ್ ನೊಂದಿಗೆ ಸೈನ್-ಇನ್ ನಲ್ಲಿ ಕೆಲಸ ಮಾಡುವ ಉತ್ಸಾಹಿಗಳು ಮತ್ತು ಡೆವಲಪರ್ ಗಳಿಗೆ ಸಮುದಾಯ_ - [ವೆರಾಮೊ ಲ್ಯಾಬ್ಸ್](https://discord.gg/sYBUXpACh4) - _ಅಪ್ಲಿಕೇಶನ್‍ಗಳಿಗಾಗಿ ಪರಿಶೀಲಿಸಬಹುದಾದ ಡೇಟಾಕ್ಕಾಗಿ ಚೌಕಟ್ಟನ್ನು ನಿರ್ಮಿಸಲು ಕೊಡುಗೆ ನೀಡುವ ಡೆವಲಪರ್ ಗಳ ಸಮುದಾಯ_ diff --git a/public/content/translations/ko/decentralized-identity/index.md b/public/content/translations/ko/decentralized-identity/index.md index 258a3c2eb17..864dd4ccc00 100644 --- a/public/content/translations/ko/decentralized-identity/index.md +++ b/public/content/translations/ko/decentralized-identity/index.md @@ -133,7 +133,7 @@ DID는 블록체인에 저장되기 때문에 누구든지 이더리움에서 분산형 신원 증명은 비밀번호 기반 로그인을 [탈중앙화 인증](https://www.ibm.com/blogs/blockchain/2018/10/decentralized-identity-an-alternative-to-password-based-authentication/)으로 대체할 수 있게 합니다. 서비스 제공자는 사용자에게 증명을 발행할 수 있으며, 해당 증명은 이더리움 지갑에 저장됩니다. 증명의 예시로, 소유자가 특정 온라인 커뮤니티에 액세스할 수 있게 하는 [NFT](/nft/)가 있을 수 있습니다. -그 후 [이더리움 로그인](https://login.xyz/) 기능은 서버가 사용자의 이더리움 계정을 확인하고 해당 계정 주소로부터 필요한 증명 정보를 가져올 수 있도록 합니다. 즉, 사용자는 긴 비밀번호를 기억하지 않고도 플랫폼이나 웹사이트에 액세스할 수 있으며, 이는 사용자의 온라인 환경을 향상합니다. +그 후 [이더리움 로그인](https://siwe.xyz/) 기능은 서버가 사용자의 이더리움 계정을 확인하고 해당 계정 주소로부터 필요한 증명 정보를 가져올 수 있도록 합니다. 즉, 사용자는 긴 비밀번호를 기억하지 않고도 플랫폼이나 웹사이트에 액세스할 수 있으며, 이는 사용자의 온라인 환경을 향상합니다. ### 2. KYC 인증 {#kyc-authentication} @@ -181,5 +181,5 @@ DID는 블록체인에 저장되기 때문에 누구든지 이더리움에서 ### 커뮤니티 {#communities} - [GitHub의 ERC-725 연합](https://github.com/erc725alliance): *이더리움 블록체인에서 신원 관리를 위한 ERC 725 표준의 지원자* -- [SpruceID 디스코드 서버](https://discord.com/invite/Sf9tSFzrnt): *이더리움 로그인을 개발 중인 개발자와 매니아의 커뮤니티* +- [EthID 디스코드 서버](https://discord.com/invite/ZUyG3mSXFD): *이더리움 로그인을 개발 중인 개발자와 매니아의 커뮤니티* - [Veramo Labs](https://discord.gg/sYBUXpACh4): *애플리케이션의 검증 가능한 데이터를 위한 프레임워크 개발자의 커뮤니티* diff --git a/public/content/translations/mr/decentralized-identity/index.md b/public/content/translations/mr/decentralized-identity/index.md index 59e677a2739..27b31447679 100644 --- a/public/content/translations/mr/decentralized-identity/index.md +++ b/public/content/translations/mr/decentralized-identity/index.md @@ -133,7 +133,7 @@ Ethereum ब्लॉकचेनवरील [स्मार्ट कॉन विकेंद्रीकृत ओळख पासवर्ड-आधारित लॉगिन [विकेंद्रित प्रमाणीकरण](https://www.ibm.com/blogs/blockchain/2018/10/decentralized-identity-an-alternative-to-password-based-authentication/) सह बदलण्यात मदत करू शकते. सेवा प्रदाते वापरकर्त्यांना साक्ष्यीकरण देऊ शकतात, जे Ethereum वॉलेटमध्ये संग्रहित केले जाऊ शकतात. धारकास ऑनलाइन समुदायामध्ये प्रवेश प्रदान करणारे एक उदाहरण प्रमाणीकरण हे [NFT](/nft/) असेल. -[Ethereum सह साइन-इन](https://login.xyz/) फंक्शन नंतर सर्व्हरला वापरकर्त्याच्या Ethereum खात्याची पुष्टी करण्यास आणि त्यांच्या खात्याच्या पत्त्यावरून आवश्यक प्रमाणीकरण आणण्यास सक्षम करेल. याचा अर्थ वापरकर्ते लांब पासवर्ड लक्षात ठेवल्याशिवाय प्लॅटफॉर्म आणि वेबसाइट्समध्ये प्रवेश करू शकतात आणि वापरकर्त्यांसाठी ऑनलाइन अनुभव सुधारतात. +[Ethereum सह साइन-इन](https://siwe.xyz/) फंक्शन नंतर सर्व्हरला वापरकर्त्याच्या Ethereum खात्याची पुष्टी करण्यास आणि त्यांच्या खात्याच्या पत्त्यावरून आवश्यक प्रमाणीकरण आणण्यास सक्षम करेल. याचा अर्थ वापरकर्ते लांब पासवर्ड लक्षात ठेवल्याशिवाय प्लॅटफॉर्म आणि वेबसाइट्समध्ये प्रवेश करू शकतात आणि वापरकर्त्यांसाठी ऑनलाइन अनुभव सुधारतात. ### 2. KYC प्रमाणीकरण {#kyc-authentication} @@ -181,5 +181,5 @@ Ethereum ब्लॉकचेनवरील [स्मार्ट कॉन ### समुदाय {#communities} - [ERC-725 GitHub वर अलायन्स](https://github.com/erc725alliance) — _Ethereum ब्लॉकचेन वर ओळख व्यवस्थापित करण्यासाठी ERC725 मानकांचे समर्थक_ -- [SpruceID Discord सर्व्हर](https://discord.com/invite/Sf9tSFzrnt) — _Ethereum सह साइन-इनवर काम करणाऱ्या उत्साही आणि विकासकांसाठी समुदाय_ +- [EthID Discord सर्व्हर](https://discord.com/invite/ZUyG3mSXFD) — _Ethereum सह साइन-इनवर काम करणाऱ्या उत्साही आणि विकासकांसाठी समुदाय_ - [Veramo Labs](https://discord.gg/sYBUXpACh4) — _अनुप्रयोगांसाठी पडताळणी करण्यायोग्य डेटासाठी फ्रेमवर्क तयार करण्यात योगदान देणारा विकासकांचा समुदाय_ diff --git a/public/content/translations/ms/decentralized-identity/index.md b/public/content/translations/ms/decentralized-identity/index.md index d16a0972c22..826b18603b1 100644 --- a/public/content/translations/ms/decentralized-identity/index.md +++ b/public/content/translations/ms/decentralized-identity/index.md @@ -57,7 +57,7 @@ Identiti teragih mempunyai banyak kegunaan berpotensi: Identiti teragih boleh membantu menggantikan log masuk berasaskan kata laluan dengan pengesahan teragih. Penyedia perkhidmatan boleh mengeluarkan pengesahan kepada pengguna, yang boleh disimpan dalam dompet Ethereum. Contoh pengesahan adalah [NFT](/glossary/#nft) yang memberikan pemegang akses ke komuniti dalam talian. -Fungsi [Daftar Masuk dengan Ethereum](https://login.xyz/) kemudian membolehkan pelayan untuk mengesahkan akaun Ethereum pengguna dan mendapatkan pengesahan yang diperlukan dari alamat akaun mereka. Ini bermakna pengguna boleh mengakses platform dan laman web tanpa perlu menghafal kata laluan panjang dan meningkatkan pengalaman dalam talian untuk pengguna. +Fungsi [Daftar Masuk dengan Ethereum](https://siwe.xyz/) kemudian membolehkan pelayan untuk mengesahkan akaun Ethereum pengguna dan mendapatkan pengesahan yang diperlukan dari alamat akaun mereka. Ini bermakna pengguna boleh mengakses platform dan laman web tanpa perlu menghafal kata laluan panjang dan meningkatkan pengalaman dalam talian untuk pengguna. ### 2. Pengesahan KYC {#kyc-authentication} @@ -186,6 +186,6 @@ Terdapat banyak projek bercita-cita tinggi menggunakan Ethereum sebagai asas unt ### Komuniti {#communities} - [ERC-725 Alliance on GitHub](https://github.com/erc725alliance) — _Penyokong standard ERC725 untuk mengurus identiti pada blok rantai Ethereum_ -- [Pelayan Discord SpruceID](https://discord.com/invite/Sf9tSFzrnt) — _Komuniti untuk peminat dan pembangun yang bekerja pada Daftar Masuk dengan Ethereum_ +- [Pelayan Discord EthID](https://discord.com/invite/ZUyG3mSXFD) — _Komuniti untuk peminat dan pembangun yang bekerja pada Daftar Masuk dengan Ethereum_ - [Veramo Labs](https://discord.gg/sYBUXpACh4) — _Komuniti pembangun yang menyumbang untuk membina rangka kerja untuk data yang boleh disahkan untuk aplikasi_ - [walt.id](https://discord.com/invite/AW8AgqJthZ) — _Komuniti pembangun dan pembina yang mengusahakan kes penggunaan identiti teragih merentas pelbagai industri_ diff --git a/public/content/translations/nl/decentralized-identity/index.md b/public/content/translations/nl/decentralized-identity/index.md index f823eaa3b05..ddf44c4b03e 100644 --- a/public/content/translations/nl/decentralized-identity/index.md +++ b/public/content/translations/nl/decentralized-identity/index.md @@ -57,7 +57,7 @@ Gedecentraliseerde identiteit heeft vele potentiële use-cases: Gedecentraliseerde identiteit kan wachtwoordgebaseerde logins vervangen door gedecentraliseerde authenticatie. Dienstverleners kunnen attesten uitgeven aan gebruikers, die kunnen worden opgeslagen in een Ethereum-portemonnee. Een voorbeeld hiervan is: een [NFT](/glossary/#nft) die de houder toegang geeft tot een online community. -Een functie [Aanmelden met Ethereum](https://login.xyz/) zou dan de servers in staat stellen om het Ethereum-account van de gebruiker te bevestigen en het vereiste attest op te halen van zijn/haar accountadres. Dit betekent dat gebruikers toegang hebben tot platformen en websites zonder lange wachtwoorden te hoeven onthouden, en het verbetert de online ervaring voor gebruikers. +Een functie [Aanmelden met Ethereum](https://siwe.xyz/) zou dan de servers in staat stellen om het Ethereum-account van de gebruiker te bevestigen en het vereiste attest op te halen van zijn/haar accountadres. Dit betekent dat gebruikers toegang hebben tot platformen en websites zonder lange wachtwoorden te hoeven onthouden, en het verbetert de online ervaring voor gebruikers. ### 2. KYC-verificatie {#kyc-authentication} @@ -186,6 +186,6 @@ Er zijn veel ambitieuze projecten die Ethereum als basis voor gedecentraliseerde ### Gemeenschappen {#communities} - [ERC-725-alliantie op GitHub](https://github.com/erc725alliance) — _Voorstanders van de ERC725-standaard voor het beheer van identiteit op de Ethereum-blockchain_ -- [SpruceID Discord-server](https://discord.com/invite/Sf9tSFzrnt) — _Gemeenschap voor enthousiastelingen en ontwikkelaars die werken aan Aanmelden met Ethereum_ +- [EthID Discord-server](https://discord.com/invite/ZUyG3mSXFD) — _Gemeenschap voor enthousiastelingen en ontwikkelaars die werken aan Aanmelden met Ethereum_ - [Veramo Labs](https://discord.gg/sYBUXpACh4) — _Een gemeenschap van ontwikkelaars die bijdraagt aan het bouwen van een kader om gegevens te verifieren voor applicaties_ - [walt.id](https://discord.com/invite/AW8AgqJthZ) - _Een community van ontwikkelaars en bouwers die werken aan toepassingsscenario's voor gedecentraliseerde identiteiten in verschillende sectoren_ diff --git a/public/content/translations/pl/decentralized-identity/index.md b/public/content/translations/pl/decentralized-identity/index.md index b2c3f617f25..cf2dd42e402 100644 --- a/public/content/translations/pl/decentralized-identity/index.md +++ b/public/content/translations/pl/decentralized-identity/index.md @@ -57,7 +57,7 @@ Zdecentralizowana tożsamość ma wiele potencjalnych zastosowań: Zdecentralizowana tożsamość może pomóc w zastąpieniu logowania opartego na haśle zdecentralizowanym uwierzytelnianiem. Dostawcy usług mogą wydawać użytkownikom poświadczenia, które można przechowywać w portfelu Ethereum. Przykładowym poświadczeniem może być token [NFT](/glossary/#nft) przyznający posiadaczowi dostęp do społeczności internetowej. -Funkcja [logowania z Ethereum](https://login.xyz/) umożliwiłaby wtedy serwerom potwierdzenie konta Ethereum użytkownika i pobranie wymaganego poświadczenia z adresu jego konta. Oznacza to, że użytkownicy mogą uzyskać dostęp do platform i stron internetowych bez konieczności zapamiętywania długich haseł, co znacząco poprawia komfort działania w Internecie. +Funkcja [logowania z Ethereum](https://siwe.xyz/) umożliwiłaby wtedy serwerom potwierdzenie konta Ethereum użytkownika i pobranie wymaganego poświadczenia z adresu jego konta. Oznacza to, że użytkownicy mogą uzyskać dostęp do platform i stron internetowych bez konieczności zapamiętywania długich haseł, co znacząco poprawia komfort działania w Internecie. ### 2. Uwierzytelnianie KYC {#kyc-authentication} @@ -186,6 +186,6 @@ Istnieje wiele ambitnych projektów wykorzystujących Ethereum jako podstawę zd ### Społeczności {#communities} - [Sojusz ERC-725 na GitHub](https://github.com/erc725alliance) — _zwolennicy standardu ERC725 do zarządzania tożsamością w łańcuchu bloków Ethereum._ -- [Serwer Discord SpruceID](https://discord.com/invite/Sf9tSFzrnt) — _społeczność dla entuzjastów i programistów pracujących nad logowaniem za pomocą Ethereum._ +- [Serwer Discord EthID](https://discord.com/invite/ZUyG3mSXFD) — _społeczność dla entuzjastów i programistów pracujących nad logowaniem za pomocą Ethereum._ - [Veramo Labs](https://discord.gg/sYBUXpACh4) — _społeczność programistów uczestniczących w budowaniu struktury weryfikowalnych danych dla aplikacji._ - [walt.id](https://discord.com/invite/AW8AgqJthZ) — _społeczność deweloperów i twórców pracujących nad przypadkami użycia zdecentralizowanej tożsamości w różnych branżach_ diff --git a/public/content/translations/pt-br/decentralized-identity/index.md b/public/content/translations/pt-br/decentralized-identity/index.md index 353f427a090..0ac4e34597e 100644 --- a/public/content/translations/pt-br/decentralized-identity/index.md +++ b/public/content/translations/pt-br/decentralized-identity/index.md @@ -57,7 +57,7 @@ A identidade descentralizada tem muitos casos de uso em potencial: A identidade descentralizada pode ajudar a substituir os logins baseados em senha pela autenticação descentralizada. Os provedores de serviços podem emitir atestados aos usuários, aos que podem ser armazenados em uma carteira Ethereum. Um exemplo de atestado seria uma [NFT](/glossary/#nft) concedendo ao titular acesso a uma comunidade on-line. -Uma função [Entrar com Ethereum](https://login.xyz/) permitiria que os servidores confirmassem a conta Ethereum do usuário e buscassem o atestado necessário de seu endereço de conta. Isso significa que os usuários podem acessar plataformas e sites sem precisar memorizar senhas longas e melhorar a experiência on-line dos usuários. +Uma função [Entrar com Ethereum](https://siwe.xyz/) permitiria que os servidores confirmassem a conta Ethereum do usuário e buscassem o atestado necessário de seu endereço de conta. Isso significa que os usuários podem acessar plataformas e sites sem precisar memorizar senhas longas e melhorar a experiência on-line dos usuários. ### 2. Autenticação KYC {#kyc-authentication} @@ -186,6 +186,6 @@ Existem muitos projetos ambiciosos usando Ethereum como base para soluções de ### Comunidades {#communities} - [Aliança ERC-725 no GitHub](https://github.com/erc725alliance) — _Apoiadores do padrão ERC725 para gerenciamento de identidade no blockchain Ethereum_ -- [Servidor do Discord do SpruceID](https://discord.com/invite/Sf9tSFzrnt) — _Comunidade para entusiastas e desenvolvedores que trabalham no Entrar com Ethereum_ +- [Servidor do Discord do EthID](https://discord.com/invite/ZUyG3mSXFD) — _Comunidade para entusiastas e desenvolvedores que trabalham no Entrar com Ethereum_ - [Veramo Labs](https://discord.gg/sYBUXpACh4) — _Uma comunidade de desenvolvedores contribuindo para criar um framework de dados verificáveis para aplicativos_ - [walt.id](https://discord.com/invite/AW8AgqJthZ) — _ Uma comunidade de desenvolvedores e construtores trabalhando em casos de uso de identidade descentralizada em vários setores_ diff --git a/public/content/translations/pt-br/developers/docs/programming-languages/python/index.md b/public/content/translations/pt-br/developers/docs/programming-languages/python/index.md index de023899096..e77a11c7eec 100644 --- a/public/content/translations/pt-br/developers/docs/programming-languages/python/index.md +++ b/public/content/translations/pt-br/developers/docs/programming-languages/python/index.md @@ -56,7 +56,7 @@ Precisa de uma introdução geral? Confira [ethereum.org/learn](/learn/) ou [eth - [eth-utils](https://github.com/ethereum/eth-utils/) - _funções de utilidade para trabalhar com bases de código relacionadas com a Ethereum_ - [py-solc-x](https://pypi.org/project/py-solc-x/) - _wrapper em Python em cima do compilador solc solidity com suporte à versão 0.5.x_ - [pymaker](https://github.com/makerdao/pymaker) - _API em Python para contratos Maker_ -- [siwe](https://github.com/spruceid/siwe-py) - _Registre-se com Ethereum (siwe) para Python_ +- [siwe](https://github.com/signinwithethereum/siwe-py) - _Registre-se com Ethereum (siwe) para Python_ - [Web3 DeFi para integrações Ethereum](https://github.com/tradingstrategy-ai/web3-ethereum-defi) - _Um pacote Python com integrações prontas para ERC-20, Uniswap e outros projetos populares_ - [Wake](https://getwake.io) - _Framework Python completo para teste de contratos, fuzzing, implantação, varredura de vulnerabilidades e navegação de código (servidor de linguagem - [Ferramentas para Solidez](https://marketplace.visualstudio.com/items?itemName=AckeeBlockchain.tools-for-solidity))_ diff --git a/public/content/translations/pt-br/developers/docs/programming-languages/ruby/index.md b/public/content/translations/pt-br/developers/docs/programming-languages/ruby/index.md index adaaa635747..bdc3eddfb5f 100644 --- a/public/content/translations/pt-br/developers/docs/programming-languages/ruby/index.md +++ b/public/content/translations/pt-br/developers/docs/programming-languages/ruby/index.md @@ -24,7 +24,6 @@ Precisa de uma introdução geral? Confira [ethereum.org/learn](/learn/) ou [eth - [Finalmente entendendo as contas Ethereum](https://dev.to/q9/finally-understanding-ethereum-accounts-1kpe) - [Finalmente autenticando usuários Rails com MetaMask](https://dev.to/q9/finally-authenticating-rails-users-with-metamask-3fj) -- [Entrar com Ethereum - Biblioteca Ruby e Exemplos Rails de Lançamento](https://blog.spruceid.com/sign-in-with-ethereum-ruby-library-release-and-rails-examples/) - [Como se conectar à rede Ethereum usando Ruby](https://www.quicknode.com/guides/web3-sdks/how-to-connect-to-the-ethereum-network-using-ruby) - [Como gerar um novo endereço Ethereum em Ruby](https://www.quicknode.com/guides/web3-sdks/how-to-generate-a-new-ethereum-address-in-ruby) @@ -39,10 +38,10 @@ Precisa de uma introdução geral? Confira [ethereum.org/learn](/learn/) ou [eth - [eth.rb](https://github.com/q9f/eth.rb) - _Biblioteca Ruby e cliente RPC para lidar com contas, mensagens e transações Ethereum_ - [keccak.rb](https://github.com/q9f/keccak.rb) - _O hash Keccak (SHA3) usado pela Ethereum_ -- [siwe-ruby](https://github.com/spruceid/siwe-ruby) - _Implementação Ruby de Login com Ethereum_ -- [siwe_rails](https://github.com/spruceid/siwe_rails) - _Gem do Rails que adiciona rotas de login local da SIWE_ -- [siwe-rails-examples](https://github.com/spruceid/siwe-rails-examples) - _Exemplo SIWE usando Ruby on Rails com controlador_ -- [omniauth-siwe](https://github.com/spruceid/omniauth-siwe) - _Estratégia OmniAuth para login com Ethereum (SIWE)_ +- [siwe-ruby](https://github.com/signinwithethereum/siwe-ruby) - _Implementação Ruby de Login com Ethereum_ +- [siwe-rails](https://github.com/signinwithethereum/siwe-rails) - _Gem do Rails que adiciona rotas de login local da SIWE_ +- [siwe-rails-examples](https://github.com/signinwithethereum/siwe-rails-examples) - _Exemplo SIWE usando Ruby on Rails com controlador_ +- [omniauth-siwe](https://github.com/signinwithethereum/omniauth-siwe) - _Estratégia OmniAuth para login com Ethereum (SIWE)_ - [omniauth-nft](https://github.com/valthon/omniauth-nft) - _Estratégia OmniAuth para autenticação via propriedade NFT_ - [ethereum-on-rails](https://github.com/q9f/ethereum-on-rails) - _Modelo Ethereum on Rails que permite conectar MetaMask para Ruby on Rails_ diff --git a/public/content/translations/pt/decentralized-identity/index.md b/public/content/translations/pt/decentralized-identity/index.md index 7098edaa53d..7adfc399db0 100644 --- a/public/content/translations/pt/decentralized-identity/index.md +++ b/public/content/translations/pt/decentralized-identity/index.md @@ -57,7 +57,7 @@ A identidade descentralizada tem muitos exemplos potenciais de utilização: A identidade descentralizada pode ajudar a substituir os logins baseados em palavra-passe por autenticação descentralizada. Os prestadores de serviços podem emitir certificados para os utilizadores, que podem ser armazenados numa carteira Ethereum. Um exemplo de certificado seria um [NFT](/glossary/#nft) que concede ao titular acesso a uma comunidade online. -Uma função [Sign-In com Ethereum](https://login.xyz/) permitiria então aos servidores confirmar a conta Ethereum do utilizador e obter o certificado necessário a partir do endereço da sua conta. Isto significa que os utilizadores podem aceder a plataformas e websites sem terem de memorizar palavras-passe longas e permite melhorar a experiência online dos utilizadores. +Uma função [Sign-In com Ethereum](https://siwe.xyz/) permitiria então aos servidores confirmar a conta Ethereum do utilizador e obter o certificado necessário a partir do endereço da sua conta. Isto significa que os utilizadores podem aceder a plataformas e websites sem terem de memorizar palavras-passe longas e permite melhorar a experiência online dos utilizadores. ### 2. Autenticação KYC {#kyc-authentication} @@ -186,6 +186,6 @@ Existem muitos projetos ambiciosos que utilizam o Ethereum como base para soluç ### Comunidades {#communities} - [Aliança ERC-725 no GitHub](https://github.com/erc725alliance) - _Apoiantes da norma ERC725 para a gestão da identidade na blockchain Ethereum_ -- [Servidor Discord do SpruceID](https://discord.com/invite/Sf9tSFzrnt) - _Comunidade para entusiastas e programadores que trabalham no Sign-in com Ethereum_ +- [Servidor Discord do EthID](https://discord.com/invite/ZUyG3mSXFD) - _Comunidade para entusiastas e programadores que trabalham no Sign-in com Ethereum_ - [Veramo Labs](https://discord.gg/sYBUXpACh4) - _Uma comunidade de programadores que contribui para a criação de uma estrutura de dados verificáveis para aplicações_ - [walt.id](https://discord.com/invite/AW8AgqJthZ) — _ Uma comunidade de programadores e criadores que trabalham em casos de uso para identidade descentralizada entre várias industrias_ diff --git a/public/content/translations/ro/developers/docs/programming-languages/python/index.md b/public/content/translations/ro/developers/docs/programming-languages/python/index.md index 0ec92b95ab2..34c779506a2 100644 --- a/public/content/translations/ro/developers/docs/programming-languages/python/index.md +++ b/public/content/translations/ro/developers/docs/programming-languages/python/index.md @@ -58,7 +58,7 @@ Aveţi nevoie de o scurtă introducere? Accesaţi [ethereum.org/learn](/learn/) - [py-wasm](https://github.com/ethereum/py-wasm) - _implementare Python pentru interpretorul Web Assembly_ - [pydevp2p](https://github.com/ethereum/pydevp2p) - _implementarea stivei P2P Ethereum_ - [pymaker](https://github.com/makerdao/pymaker) - _API Python pentru contracte Maker_ -- [siwe](https://github.com/spruceid/siwe-py) - _Sign in with Ethereum (siwe) for Python_ +- [siwe](https://github.com/signinwithethereum/siwe-py) - _Sign in with Ethereum (siwe) for Python_ - [Smart contracts for testing](https://github.com/tradingstrategy-ai/smart-contracts-for-testing) - _A Python package that comes with ERC-20, Uniswap and other common contracts for writing tests with Web3.py_ ### Arhivate/Neîntreținute: {#archived--no-longer-maintained} diff --git a/public/content/translations/ro/developers/docs/programming-languages/ruby/index.md b/public/content/translations/ro/developers/docs/programming-languages/ruby/index.md index d03f840b2e7..917c6bd66d4 100644 --- a/public/content/translations/ro/developers/docs/programming-languages/ruby/index.md +++ b/public/content/translations/ro/developers/docs/programming-languages/ruby/index.md @@ -24,7 +24,6 @@ Aveţi nevoie de o scurtă introducere? Accesaţi [ethereum.org/learn](/learn/) - [Finally understanding Ethereum accounts](https://dev.to/q9/finally-understanding-ethereum-accounts-1kpe) - [Finally Authenticating Rails Users with MetaMask](https://dev.to/q9/finally-authenticating-rails-users-with-metamask-3fj) -- [Sign-In with Ethereum - Ruby Library and Rails Examples Release](https://blog.spruceid.com/sign-in-with-ethereum-ruby-library-release-and-rails-examples/) - [How to connect to the Ethereum network using Ruby](https://www.quicknode.com/guides/web3-sdks/how-to-connect-to-the-ethereum-network-using-ruby) - [How to generate a new Ethereum address in Ruby](https://www.quicknode.com/guides/web3-sdks/how-to-generate-a-new-ethereum-address-in-ruby) @@ -39,10 +38,10 @@ Aveţi nevoie de o scurtă introducere? Accesaţi [ethereum.org/learn](/learn/) - [eth.rb](https://github.com/q9f/eth.rb) - _Ruby library and RPC-client to handle Ethereum accounts, messages, and transactions_ - [keccak.rb](https://github.com/q9f/keccak.rb) - _The Keccak (SHA3) hash used by Ethereum_ -- [siwe-ruby](https://github.com/spruceid/siwe-ruby) - _Ruby implementation of Sign-In with Ethereum_ -- [siwe_rails](https://github.com/spruceid/siwe_rails) - _Rails gem that adds SIWE local sign in routes_ -- [siwe-rails-examples](https://github.com/spruceid/siwe-rails-examples) - _SIWE example using Ruby on Rails with custom controller_ -- [omniauth-siwe](https://github.com/spruceid/omniauth-siwe) - _OmniAuth strategy for Sign In With Ethereum (SIWE)_ +- [siwe-ruby](https://github.com/signinwithethereum/siwe-ruby) - _Ruby implementation of Sign-In with Ethereum_ +- [siwe-rails](https://github.com/signinwithethereum/siwe-rails) - _Rails gem that adds SIWE local sign in routes_ +- [siwe-rails-examples](https://github.com/signinwithethereum/siwe-rails-examples) - _SIWE example using Ruby on Rails with custom controller_ +- [omniauth-siwe](https://github.com/signinwithethereum/omniauth-siwe) - _OmniAuth strategy for Sign In With Ethereum (SIWE)_ - [omniauth-nft](https://github.com/valthon/omniauth-nft) - _OmniAuth strategy for authenticating via NFT ownership_ - [ethereum-on-rails](https://github.com/q9f/ethereum-on-rails) - _Ethereum on Rails template which allows to connect MetaMask to Ruby on Rails_ diff --git a/public/content/translations/ru/decentralized-identity/index.md b/public/content/translations/ru/decentralized-identity/index.md index bd4769e450e..a3658b24b7a 100644 --- a/public/content/translations/ru/decentralized-identity/index.md +++ b/public/content/translations/ru/decentralized-identity/index.md @@ -57,7 +57,7 @@ summaryPoint3: Благодаря криптовалюте у пользоват Децентрализованная аутентификация может заменить вход по паролю. Поставщики услуг могут выдавать пользователям аттестаты, которые можно хранить в кошельке Ethereum. Примером аттестации может быть [NFT](/glossary/#nft), предоставляющий владельцу доступ к онлайн-сообществу. -Затем функция [Войти с помощью Ethereum](https://login.xyz/) позволит серверам подтвердить учетную запись Ethereum пользователя и получить требуемое подтверждение с адреса его учетной записи. Это означает, что пользователи могут получать доступ к платформам и веб-сайтам, не запоминая длинные пароли, и улучшает работу пользователей в Интернете. +Затем функция [Войти с помощью Ethereum](https://siwe.xyz/) позволит серверам подтвердить учетную запись Ethereum пользователя и получить требуемое подтверждение с адреса его учетной записи. Это означает, что пользователи могут получать доступ к платформам и веб-сайтам, не запоминая длинные пароли, и улучшает работу пользователей в Интернете. ### 2. Аутентификация KYC {#kyc-authentication} @@ -186,6 +186,6 @@ summaryPoint3: Благодаря криптовалюте у пользоват ### Сообщества {#communities} - [ERC-725 Альянс на GitHab](https://github.com/erc725alliance) — _сторонники стандарта ERC725 для управления идентификацией на блокчейне Ethereum_ -- [Сервер SpruceID Discord](https://discord.com/invite/Sf9tSFzrnt) — _сообщество для энтузиастов и разработчиков, работающих над регистрацией в Ethereum_ +- [Сервер EthID Discord](https://discord.com/invite/ZUyG3mSXFD) — _сообщество для энтузиастов и разработчиков, работающих над регистрацией в Ethereum_ - [Veramo Labs](https://discord.gg/sYBUXpACh4) — _сообщество разработчиков, содействующих созданию фреймворка для проверяемых данных для приложений_ - [walt.id](https://discord.com/invite/AW8AgqJthZ) — _сообщество разработчиков, работающих над вариантами использования децентрализованных идентификаторов в различных отраслях_ diff --git a/public/content/translations/sk/decentralized-identity/index.md b/public/content/translations/sk/decentralized-identity/index.md index c723820f9b8..b9cb329b8a2 100644 --- a/public/content/translations/sk/decentralized-identity/index.md +++ b/public/content/translations/sk/decentralized-identity/index.md @@ -57,7 +57,7 @@ Decentralizovaná identita má mnoho potenciálnych prípadov použitia: Decentralizovaná identita môže pomôcť nahradiť prihlasovanie na základe hesla decentralizovanou autentifikáciou. Poskytovatelia služieb môžu používateľom vydávať atestácie, ktoré môžu byť uložené v Ethereum peňaženke. Príkladom atestácie môže byť [NFT](/glossary/#nft), ktoré držiteľovi poskytuje prístup do online komunity. -Funkcia [Prihlásenie cez Ethereum](https://login.xyz/) potom umožní serverom potvrdiť používateľský účet Ethereum a získať požadované povolenie z adresy jeho účtu. To znamená, že používatelia môžu pristupovať k platformám a webovým stránkam bez toho, aby si museli pamätať dlhé heslá, čo zlepšuje online zážitok pre používateľov. +Funkcia [Prihlásenie cez Ethereum](https://siwe.xyz/) potom umožní serverom potvrdiť používateľský účet Ethereum a získať požadované povolenie z adresy jeho účtu. To znamená, že používatelia môžu pristupovať k platformám a webovým stránkam bez toho, aby si museli pamätať dlhé heslá, čo zlepšuje online zážitok pre používateľov. ### 2. Autentifikácia KYC {#kyc-authentication} @@ -186,6 +186,6 @@ Existuje mnoho ambicióznych projektov, ktoré využívajú Ethereum ako základ ### Komunity {#communities} - [Aliancia ERC-725 na GitHube](https://github.com/erc725alliance) – _stúpenci normy ERC725 pre správu identity na blockchaine Ethereum_ -- [SpruceID Discord server](https://discord.com/invite/Sf9tSFzrnt) – _komunita pre nadšencov a vývojárov pracujúcich na prihlásení s Ethereom_ +- [EthID Discord server](https://discord.com/invite/ZUyG3mSXFD) – _komunita pre nadšencov a vývojárov pracujúcich na prihlásení s Ethereom_ - [Veramo Labs](https://discord.gg/sYBUXpACh4) – _komunita vývojárov podieľajúcich sa na budovaní rámca pre overiteľné dáta pre aplikácie_ - [walt.id](https://discord.com/invite/AW8AgqJthZ) – _komunita vývojárov a programátorov pracujúca na použití decentralizovanej identity naprieč rôznymi odbormi_ diff --git a/public/content/translations/sr/decentralized-identity/index.md b/public/content/translations/sr/decentralized-identity/index.md index e36e2f663b2..01768186276 100644 --- a/public/content/translations/sr/decentralized-identity/index.md +++ b/public/content/translations/sr/decentralized-identity/index.md @@ -57,7 +57,7 @@ Decentralizovani identitet ima mnogo potencijalnih načina primene: Decentralizovani identitet može zameniti prijavljivanje uz pomoć lozinke sa prijavljivanjem uz pomoć decentralizovane autentifikacije. Pružaoci usluga mogu izdati potvrde korisnicima koje mogu biti čuvane u Ethereum novčaniku. Primer potvrda bi bio [NFT](/glossary/#nft) koji garantuje da korisnik koji ga poseduje ima pristup zajednici na mreži. -[Prijava sa Ethereumom](https://login.xyz/) bi omogućila serverima da potvrde korisnički Ethereum nalog i preuzmu potrebnu potvrdu sa njihove adrese naloga. Ovo znači da korisnici mogu da pristupe platformama i veb-sajtovima bez potrebe da pamte svoje duge šifre i na taj način poboljšava korisničko iskustvo. +[Prijava sa Ethereumom](https://siwe.xyz/) bi omogućila serverima da potvrde korisnički Ethereum nalog i preuzmu potrebnu potvrdu sa njihove adrese naloga. Ovo znači da korisnici mogu da pristupe platformama i veb-sajtovima bez potrebe da pamte svoje duge šifre i na taj način poboljšava korisničko iskustvo. ### 2. KYC autentifikacija {#kyc-authentication} @@ -186,6 +186,6 @@ Postoji mnogo ambicioznih projekata koji koriste Ethereum kao osnovu za rešenja ### Zajednice {#communities} - [ERC-725 Alijansa na GitHubu](https://github.com/erc725alliance) — _Podržavaoci ERC725 standarda za upravljanje identitetom na Ethereum lancu blokova_ -- [SpruceIS Discord server](https://discord.com/invite/Sf9tSFzrnt) — _Zajednica za entuzijaste i programere koji rade na Sign-in sistemu sa Ethereumom_ +- [EthID Discord server](https://discord.com/invite/ZUyG3mSXFD) — _Zajednica za entuzijaste i programere koji rade na Sign-in sistemu sa Ethereumom_ - [Veramo Labs](https://discord.gg/sYBUXpACh4) — _Zajednica programera koji doprinose građenju okvira (framework) za za podatke koji se mogu verifikovati za aplikacije_ - [walt.id](https://discord.com/invite/AW8AgqJthZ) — _Zajednica programera i tvoraca koji rade na slučajevima upotrebe decentralizovanih identiteta u različitim industrijama_ diff --git a/public/content/translations/tl/decentralized-identity/index.md b/public/content/translations/tl/decentralized-identity/index.md index d949d48bf19..5dbf31e21f3 100644 --- a/public/content/translations/tl/decentralized-identity/index.md +++ b/public/content/translations/tl/decentralized-identity/index.md @@ -57,7 +57,7 @@ Maraming posibleng use case ang desentralisadong pagkakakilanlan: Makakatulong ang desentralisadong pagkakakilanlan na palitan ang mga pag-log in gamit ang password ng desentralisadong authentication. Maaaring magbigay ang mga service provider ng mga attestation sa mga user, na maso-store sa Ethereum wallet. Ang isang halimbawa ng attestation ay isang [NFT](/glossary/#nft) na nagbibigay sa may-ari ng access sa isang online na komunidad. -Ang function na [Mag-sign in gamit ang Ethereum](https://login.xyz/) ay magbibigay-daan sa mga server na kumpirmahin ang Ethereum account ng user at kunin ang kinakailangang attestation mula sa account address niya. Ibig sabihin nito, maa-access ng mga user ang mga platform at website nang hindi kinakailangang tandaan ang mahahabang password at mapapahusay nito ang online experience ng mga user. +Ang function na [Mag-sign in gamit ang Ethereum](https://siwe.xyz/) ay magbibigay-daan sa mga server na kumpirmahin ang Ethereum account ng user at kunin ang kinakailangang attestation mula sa account address niya. Ibig sabihin nito, maa-access ng mga user ang mga platform at website nang hindi kinakailangang tandaan ang mahahabang password at mapapahusay nito ang online experience ng mga user. ### 2. KYC authentication {#kyc-authentication} @@ -186,6 +186,6 @@ Maraming malalaking proyekto ang gumagamit ng Ethereum bilang pundasyon para sa ### Mga Komunidad {#communities} - [ERC-725 Alliance sa GitHub](https://github.com/erc725alliance) — _Mga tagasuporta ng pamantayang ERC725 para sa pamamahala ng identity sa Ethereum blockchain_ -- [SpruceID Discord server](https://discord.com/invite/Sf9tSFzrnt) — _Komunidad para sa mga tagahanga at developer na nagtatrabaho sa Mag-sign in gamit ang Ethereum_ +- [EthID Discord server](https://discord.com/invite/ZUyG3mSXFD) — _Komunidad para sa mga tagahanga at developer na nagtatrabaho sa Mag-sign in gamit ang Ethereum_ - [Veramo Labs](https://discord.gg/sYBUXpACh4) — _Isang komunidad ng mga developer na tumutulong sa pagbuo ng framework para sa nave-verify na data para sa mga application_ - [walt.id](https://discord.com/invite/AW8AgqJthZ) — _Isang komunidad ng mga developer at builders na nagtutulungan sa mga decentralized identity use cases sa iba't ibang industriya_ diff --git a/public/content/translations/tr/decentralized-identity/index.md b/public/content/translations/tr/decentralized-identity/index.md index e6dd79fa66b..516c12bc540 100644 --- a/public/content/translations/tr/decentralized-identity/index.md +++ b/public/content/translations/tr/decentralized-identity/index.md @@ -57,7 +57,7 @@ Merkeziyetsiz kimliğin birçok potansiyel kullanım örneği vardır: Merkeziyetsiz kimlik, şifre bazlı giriş yöntemlerinin merkeziyetsiz doğrulama ile değiştirilmesine yardımcı olabilir. Hizmet sağlayıcılar, kullanıcılara tasdik verebilir, bu tasdikler bir Ethereum cüzdanında saklanabilir. Bir tasdik örneği, sahibinin çevrimiçi topluluğa erişimini sağlayan bir [NFT](/glossary/#nft) olabilir. -[Ethereum ile Oturum Açma](https://login.xyz/) işlevi, sunucuların kullanıcının Ethereum hesabını onaylamasını ve hesap adreslerinden gerekli tasdiği almasına olanak tanır. Bu, kullanıcıların uzun şifreleri ezberlemek zorunda kalmadan platformlara ve web sitelerine erişebileceği ve kullanıcılar için çevrimiçi deneyimi iyileştirebileceği anlamına gelir. +[Ethereum ile Oturum Açma](https://siwe.xyz/) işlevi, sunucuların kullanıcının Ethereum hesabını onaylamasını ve hesap adreslerinden gerekli tasdiği almasına olanak tanır. Bu, kullanıcıların uzun şifreleri ezberlemek zorunda kalmadan platformlara ve web sitelerine erişebileceği ve kullanıcılar için çevrimiçi deneyimi iyileştirebileceği anlamına gelir. ### 2. KYC kimlik doğrulaması {#kyc-authentication} @@ -186,6 +186,6 @@ Merkeziyetsiz kimlik çözümlerinin temeli olarak Ethereum'u kullanan çok say ### Topluluklar {#communities} - [ERC-725 Alliance on GitHub](https://github.com/erc725alliance) — _Ethereum blok zincirinde kimlik yönetimi için ERC725 standardının destekçileri_ -- [SpruceID Discord server](https://discord.com/invite/Sf9tSFzrnt) — _Ethereum ile oturum açma üzerinde çalışan meraklılar ve geliştiriciler için topluluk_ +- [EthID Discord server](https://discord.com/invite/ZUyG3mSXFD) — _Ethereum ile oturum açma üzerinde çalışan meraklılar ve geliştiriciler için topluluk_ - [Veramo Labs](https://discord.gg/sYBUXpACh4) — _Uygulamalar için doğrulanabilir veriler için bir çerçeve oluşturmaya katkıda bulunan bir geliştiriciler topluluğu_ - [walt.id](https://discord.com/invite/AW8AgqJthZ) — _Çeşitli sektörlerde merkezi olmayan kimlik kullanım örnekleri üzerinde çalışan geliştiricilerden ve derleyicilerden oluşan bir topluluk_ diff --git a/public/content/translations/tr/developers/docs/programming-languages/python/index.md b/public/content/translations/tr/developers/docs/programming-languages/python/index.md index 4a67dca6c24..e2a4bd6e1d1 100644 --- a/public/content/translations/tr/developers/docs/programming-languages/python/index.md +++ b/public/content/translations/tr/developers/docs/programming-languages/python/index.md @@ -56,7 +56,7 @@ Başlamadan önce temel bilgilere mi ihtiyacınız var? [ethereum.org/learn](/le - [eth-utils](https://github.com/ethereum/eth-utils/) - _Ethereum ile ilgili kod tabanlarıyla çalışmak için yardımcı işlevler_ - [py-solc-x](https://pypi.org/project/py-solc-x/) - _0.5.x desteği ile solc solidity derleyicisine yönelik Python paketleyici_ - [pymaker](https://github.com/makerdao/pymaker) - _Maker sözleşmeleri için Python API_ -- [siwe](https://github.com/spruceid/siwe-py) - _Python için Ethereum (siwe) ile oturum açın_ +- [siwe](https://github.com/signinwithethereum/siwe-py) - _Python için Ethereum (siwe) ile oturum açın_ - [Ethereum entegrasyonları için Web3 DeFi](https://github.com/tradingstrategy-ai/web3-ethereum-defi) - _ERC-20, Uniswap ve diğer popüler projeler için hazır entegrasyonlar içeren bir Python paketi_ - [Wake](https://getwake.io) - _Sözleşme testleri, bulanıklaştırma, dağıtım, güvenlik açığı taraması ve kodda gezinme için hepsi bir arada Python çerçevesi (dil sunucusu - [Solidity Araçları](https://marketplace.visualstudio.com/items?itemName=AckeeBlockchain.tools-for-solidity))_ diff --git a/public/content/translations/tr/developers/docs/programming-languages/ruby/index.md b/public/content/translations/tr/developers/docs/programming-languages/ruby/index.md index 83250310a1c..226c92da670 100644 --- a/public/content/translations/tr/developers/docs/programming-languages/ruby/index.md +++ b/public/content/translations/tr/developers/docs/programming-languages/ruby/index.md @@ -24,7 +24,6 @@ Başlamadan önce daha temel bir bilgiye mi ihtiyacınız var? [ethereum.org/lea - [Sonunda Ethereum hesaplarını anlamak](https://dev.to/q9/finally-understanding-ethereum-accounts-1kpe) - [Sonunda MetaMask ile Rails Kullanıcılarının Doğrulanması](https://dev.to/q9/finally-authenticating-rails-users-with-metamask-3fj) -- [Ethereum ile Oturum Açma - Ruby Kitaplığı ve Rails Örnekleri Sürümü](https://blog.spruceid.com/sign-in-with-ethereum-ruby-library-release-and-rails-examples/) - [Ruby kullanarak Ethereum ağına nasıl bağlanılır](https://www.quicknode.com/guides/web3-sdks/how-to-connect-to-the-ethereum-network-using-ruby) - [Ruby'de yeni bir Ethereum adresi nasıl oluşturulur](https://www.quicknode.com/guides/web3-sdks/how-to-generate-a-new-ethereum-address-in-ruby) @@ -39,10 +38,10 @@ Başlamadan önce daha temel bir bilgiye mi ihtiyacınız var? [ethereum.org/lea - [eth.rb](https://github.com/q9f/eth.rb) - _Ethereum hesaplarını, mesajlarını ve işlemlerini işlemek için Ruby kitaplığı ve RPC istemcisi_ - [keccak.rb](https://github.com/q9f/keccak.rb) - _Ethereum tarafından kullanılan Keccak (SHA3) hash değeri_ -- [siwe-ruby](https://github.com/spruceid/siwe-ruby) - _Ethereum ile Oturum Açmanın Ruby uygulaması_ -- [siwe_rails](https://github.com/spruceid/siwe_rails) - _SIWE yerel oturum açma rotalarını ekleyen Rails gem_ -- [siwe-rails-examples](https://github.com/spruceid/siwe-rails-examples) - _Özel denetleyiciyle Ruby on Rails kullanan SIWE örneği_ -- [omniauth-siwe](https://github.com/spruceid/omniauth-siwe) - _Ethereum ile Oturum Açma (SIWE) için OmniAuth stratejisi_ +- [siwe-ruby](https://github.com/signinwithethereum/siwe-ruby) - _Ethereum ile Oturum Açmanın Ruby uygulaması_ +- [siwe-rails](https://github.com/signinwithethereum/siwe-rails) - _SIWE yerel oturum açma rotalarını ekleyen Rails gem_ +- [siwe-rails-examples](https://github.com/signinwithethereum/siwe-rails-examples) - _Özel denetleyiciyle Ruby on Rails kullanan SIWE örneği_ +- [omniauth-siwe](https://github.com/signinwithethereum/omniauth-siwe) - _Ethereum ile Oturum Açma (SIWE) için OmniAuth stratejisi_ - [omniauth-nft](https://github.com/valthon/omniauth-nft) - _NFT sahipliği aracılığıyla kimlik doğrulama için OmniAuth stratejisi_ - [ethereum-on-rails](https://github.com/q9f/ethereum-on-rails) - _MetaMask'i Ruby on Rails'e bağlamayı sağlayan Ethereum on Rails şablonu_ diff --git a/public/content/translations/uk/decentralized-identity/index.md b/public/content/translations/uk/decentralized-identity/index.md index b46418480ee..70d59709bf4 100644 --- a/public/content/translations/uk/decentralized-identity/index.md +++ b/public/content/translations/uk/decentralized-identity/index.md @@ -57,7 +57,7 @@ summaryPoint3: Завдяки криптовалюті користувачі з Децентралізована ідентичність може допомогти замінити парольні входи на децентралізовану автентифікацію. Постачальники послуг можуть видавати користувачам атестати, які можуть зберігатися в гаманці Ethereum. Прикладом атестації може бути [NFT](/glossary/#nft), що надає власнику доступ до онлайн-спільноти. -Функція [Увійти за допомогою Ethereum](https://login.xyz/) дасть серверам змогу підтвердити обліковий запис користувача Ethereum і отримати необхідне підтвердження з адреси його облікового запису. Це означає, що користувачі можуть отримати доступ до платформ і вебсайтів без необхідності запам'ятовувати довгі паролі й покращує онлайн-досвід для користувачів. +Функція [Увійти за допомогою Ethereum](https://siwe.xyz/) дасть серверам змогу підтвердити обліковий запис користувача Ethereum і отримати необхідне підтвердження з адреси його облікового запису. Це означає, що користувачі можуть отримати доступ до платформ і вебсайтів без необхідності запам'ятовувати довгі паролі й покращує онлайн-досвід для користувачів. ### 2. Автентифікація KYC {#kyc-authentication} @@ -186,6 +186,6 @@ summaryPoint3: Завдяки криптовалюті користувачі з ### Спільноти {#communities} - [Альянс ERC-725 на GitHub](https://github.com/erc725alliance) — _Прихильники стандарту ERC725 для керування ідентифікацією в блокчейні Ethereum_ -- [Сервер Discord SpruceID](https://discord.com/invite/Sf9tSFzrnt) — _Спільнота для ентузіастів і розробників, які працюють над входом за допомогою Ethereum_ +- [Сервер Discord EthID](https://discord.com/invite/ZUyG3mSXFD) — _Спільнота для ентузіастів і розробників, які працюють над входом за допомогою Ethereum_ - [Veramo Labs](https://discord.gg/sYBUXpACh4) — _спільнота розробників, які роблять внесок у створення основи для перевірених даних для програм_ - [walt.id](https://discord.com/invite/AW8AgqJthZ) — _Спільнота розробників і будівельників, які працюють над децентралізованими випадками використання ідентичностей у різних галузях_ diff --git a/public/content/translations/yo/decentralized-identity/index.md b/public/content/translations/yo/decentralized-identity/index.md index ca3f4fa4fbe..1a60374b1a5 100644 --- a/public/content/translations/yo/decentralized-identity/index.md +++ b/public/content/translations/yo/decentralized-identity/index.md @@ -57,7 +57,7 @@ Aṣèdámọ̀ jẹ́ ǹkan ti àlàyé tí ó ṣiṣẹ́ bíi ìtọ́ka sí Ìdánimò tí kò ní àkóso le ṣe ìrànlọ́wọ́ ìrọ́pò fún àwọn ìgbaniwọlé oní ọ̀rọ̀-aṣínà pẹ̀lú ìfàṣẹsí tí kò ní àkóso. Àwọn Olùpèsè iṣẹ́ le fún àwọn ìjẹ́ẹ̀rísí sí àwọn olùmúlò, èyí tí ó le wà ní ìpamọ́ sínú àpò àpamọ́wọ́ Ẹ̀tẹ́ríọ̀mù. Àpẹrẹ ìjẹ́ẹ̀rísí yóò jẹ́ [NFT](/glossary/#nft) fífún ẹni tí ó ni ààyè sí àgbègbè orí ayélujára. -Iṣẹ́ [ìwọlé pẹ̀lú Ẹ̀tẹ́ríọ̀mù](https://login.xyz/) yóò jẹ́kí àwọn apèsè láti ṣe jẹ́ẹ̀rísí àkọ́ọ́lẹ̀ Ẹ̀tẹ́ríọ̀mù olùmúlò àti mú ẹ̀rí tí ò nílò láti inú àdírẹ́ẹ̀sì àkọ́ọ́lẹ̀ wọn. Èyí túmò sí pé àwọn olùmúlò le wọlé sí àwọn ojú ẹ̀rọ àti àwọn ojú òpó ayélujára láìsí níní láti ṣe àkọ́sórí àwọn ọ̀rọ̀ aṣínà gígùn àti ṣíṣe ìmúdárasí ìrírí orí ayélujára fún àwọn olùmúlò. +Iṣẹ́ [ìwọlé pẹ̀lú Ẹ̀tẹ́ríọ̀mù](https://siwe.xyz/) yóò jẹ́kí àwọn apèsè láti ṣe jẹ́ẹ̀rísí àkọ́ọ́lẹ̀ Ẹ̀tẹ́ríọ̀mù olùmúlò àti mú ẹ̀rí tí ò nílò láti inú àdírẹ́ẹ̀sì àkọ́ọ́lẹ̀ wọn. Èyí túmò sí pé àwọn olùmúlò le wọlé sí àwọn ojú ẹ̀rọ àti àwọn ojú òpó ayélujára láìsí níní láti ṣe àkọ́sórí àwọn ọ̀rọ̀ aṣínà gígùn àti ṣíṣe ìmúdárasí ìrírí orí ayélujára fún àwọn olùmúlò. ### 2. Ìfàṣẹsí KYC {#kyc-authentication} @@ -186,6 +186,6 @@ Lábẹ́ ètò yií àwọn ìjẹ́ẹ̀rísí di yíyípadà sí àwọn fá ### Àwọn àwùjọ {#communities} - [Àjọṣe ERC-725 lórí GitHub](https://github.com/erc725alliance) - _ Awọn alatilẹyin ti boṣewa ERC725 fun iṣakoso idanimọ lori blockchain Ethereum_ -- [Ikanni Disikọdu SpruceID](https://discord.com/invite/Sf9tSFzrnt) - _Awujọ fun awọn ololufẹ ati awọn olupilẹṣẹ ti n ṣiṣẹ lori Wiwọle pẹlu Ethereum_ +- [Ikanni Disikọdu EthID](https://discord.com/invite/ZUyG3mSXFD) - _Awujọ fun awọn ololufẹ ati awọn olupilẹṣẹ ti n ṣiṣẹ lori Wiwọle pẹlu Ethereum_ - [Laabu Veramo](https://discord.gg/sYBUXpACh4) - _Awujọ àwọn olùṣe tí ó ń kópa nínú kíkọ́ àgbékalẹ̀ fún àwọn ìsọfúnni tí a lè ṣàyẹ̀wò fún àwọn ohun èlò_ - [wait.id](https://discord.com/invite/AW8AgqJthZ) - _ Awujọ àwọn olùdàgbàsókè àti àwọn olùgbèrú tó ń ṣiṣẹ́ lórí àwọn ọ̀ràn lílo ìdánimọ̀ tí kò dáwọ́ lé ní oríṣiríṣi ẹ̀ka-iṣẹ́_ diff --git a/public/content/translations/zh-tw/decentralized-identity/index.md b/public/content/translations/zh-tw/decentralized-identity/index.md index 08668d578f9..c7f3555470d 100644 --- a/public/content/translations/zh-tw/decentralized-identity/index.md +++ b/public/content/translations/zh-tw/decentralized-identity/index.md @@ -57,7 +57,7 @@ summaryPoint3: 多虧了加密技術,使用者現在擁有了再次發行、 去中心化身分可以使用去中心化驗證,有助於替代基於密碼的登入方式。 服務提供商可以向使用者簽發身分證明,這些證明可以儲存在以太坊錢包中。 一個身分證明範例是[非同質化代幣](/glossary/#nft),可以授予持有者訪問線上社群的權利。 -[使用以太坊登入](https://login.xyz/)功能將允許伺服器能夠確認使用者的以太坊帳戶,並從他們的帳戶地址中獲取所需的身分證明。 這意味著使用者無需記住冗長的密碼,就能夠訪問平台和網站,進而改善使用者的線上體驗。 +[使用以太坊登入](https://siwe.xyz/)功能將允許伺服器能夠確認使用者的以太坊帳戶,並從他們的帳戶地址中獲取所需的身分證明。 這意味著使用者無需記住冗長的密碼,就能夠訪問平台和網站,進而改善使用者的線上體驗。 ### 2. 「認識客戶」驗證 {#kyc-authentication} @@ -186,6 +186,6 @@ summaryPoint3: 多虧了加密技術,使用者現在擁有了再次發行、 ### 社群 {#communities} - [GitHub 上的 ERC-725 聯盟](https://github.com/erc725alliance) — _在以太坊區塊鏈上管理身分的 ERC725 標準的支持者_ -- [SpruceID Discord 伺服器](https://discord.com/invite/Sf9tSFzrnt) — _研究使用以太坊登錄的愛好者和開發者社群_ +- [EthID Discord 伺服器](https://discord.com/invite/ZUyG3mSXFD) — _研究使用以太坊登錄的愛好者和開發者社群_ - [Veramo Labs](https://discord.gg/sYBUXpACh4) — _一個開發人員社區,致力於為應用程式構建可驗證資料的框架_ - [walt.id](https://discord.com/invite/AW8AgqJthZ) — _由開發者和構建者組成的社區,致力於開發各個行業的去中心化身份應用案例_ diff --git a/public/content/translations/zh-tw/developers/docs/programming-languages/python/index.md b/public/content/translations/zh-tw/developers/docs/programming-languages/python/index.md index 1cc55207439..fc8b819c749 100644 --- a/public/content/translations/zh-tw/developers/docs/programming-languages/python/index.md +++ b/public/content/translations/zh-tw/developers/docs/programming-languages/python/index.md @@ -56,7 +56,7 @@ incomplete: true - [eth-utils](https://github.com/ethereum/eth-utils/) - _使用 Ethereum 相關程式碼庫的公用程式函數_ - [py-solc-x](https://pypi.org/project/py-solc-x/) - _適用於 solc solidity 編譯器(支援 0.5.x)的 Python 包裝函式_ - [pymaker](https://github.com/makerdao/pymaker) - _用於 Maker 合約的 Python 應用程式介面_ -- [siwe](https://github.com/spruceid/siwe-py) - _用於 Python 的以太坊 (siwe) 登入_ +- [siwe](https://github.com/signinwithethereum/siwe-py) - _用於 Python 的以太坊 (siwe) 登入_ - [用於以太坊整合的 Web3 去中心化金融](https://github.com/tradingstrategy-ai/web3-ethereum-defi) - _一個預先整合 ERC-20、Uniswap 和其他受歡迎專案的 Python 包_ - [Wake](https://getwake.io) - _用於合約測試、初略模糊、部署、漏洞掃描和程式碼導航的一體化 Python 框架(語言伺服器 - [Solidity 工具](https://marketplace.visualstudio.com/items?itemName=AckeeBlockchain.tools-for-solidity))_ diff --git a/public/content/translations/zh-tw/developers/docs/programming-languages/ruby/index.md b/public/content/translations/zh-tw/developers/docs/programming-languages/ruby/index.md index d9865a9bfde..76702f11a09 100644 --- a/public/content/translations/zh-tw/developers/docs/programming-languages/ruby/index.md +++ b/public/content/translations/zh-tw/developers/docs/programming-languages/ruby/index.md @@ -24,7 +24,6 @@ incomplete: false - [終於理解以太坊帳戶](https://dev.to/q9/finally-understanding-ethereum-accounts-1kpe) - [使用 MetaMask 最終驗證 Rails 使用者](https://dev.to/q9/finally-authenticating-rails-users-with-metamask-3fj) -- [Sign-In with Ethereum - Ruby 程式庫和 Rails 範例發佈](https://blog.spruceid.com/sign-in-with-ethereum-ruby-library-release-and-rails-examples/) - [如何使用 Ruby 連接到以太坊網路](https://www.quicknode.com/guides/web3-sdks/how-to-connect-to-the-ethereum-network-using-ruby) - [如何使用 Ruby 產生新的以太坊地址](https://www.quicknode.com/guides/web3-sdks/how-to-generate-a-new-ethereum-address-in-ruby) @@ -39,10 +38,10 @@ incomplete: false - [eth.rb](https://github.com/q9f/eth.rb) - _Ruby 程式庫與遠端程序呼叫用戶端,用於處理以太坊帳戶、訊息以及交易_ - [keccak.rb](https://github.com/q9f/keccak.rb) - _以太坊使用的 Keccak (SHA3) 雜湊值_ -- [siwe-ruby](https://github.com/spruceid/siwe-ruby) - _Sign-In with Ethereum的 Ruby 實作_ -- [siwe_rails](https://github.com/spruceid/siwe_rails) - _添加 SIWE 本地登入路由的 Rails gem_ -- [siwe-rails-examples](https://github.com/spruceid/siwe-rails-examples) - _使用 Ruby on Rails 的 SIWE 範例(含自訂控製器)_ -- [omniauth-siwe](https://github.com/spruceid/omniauth-siwe) - _面向 Sign In With Ethereum (SIWE) 的 OmniAuth 策略_ +- [siwe-ruby](https://github.com/signinwithethereum/siwe-ruby) - _Sign-In with Ethereum的 Ruby 實作_ +- [siwe-rails](https://github.com/signinwithethereum/siwe-rails) - _添加 SIWE 本地登入路由的 Rails gem_ +- [siwe-rails-examples](https://github.com/signinwithethereum/siwe-rails-examples) - _使用 Ruby on Rails 的 SIWE 範例(含自訂控製器)_ +- [omniauth-siwe](https://github.com/signinwithethereum/omniauth-siwe) - _面向 Sign In With Ethereum (SIWE) 的 OmniAuth 策略_ - [omniauth-nft](https://github.com/valthon/omniauth-nft) - _面向通過非同質化代幣所有權進行身份驗證的 OmniAuth 策略_ - [ethereum-on-rails](https://github.com/q9f/ethereum-on-rails) - _Ethereum on Rails 範本,允許將 MetaMask 連結到 Ruby on Rails_ diff --git a/public/content/translations/zh/decentralized-identity/index.md b/public/content/translations/zh/decentralized-identity/index.md index 30276cc1683..2a2cf200b11 100644 --- a/public/content/translations/zh/decentralized-identity/index.md +++ b/public/content/translations/zh/decentralized-identity/index.md @@ -57,7 +57,7 @@ summaryPoint3: 多亏了加密技术,用户现在拥有了再次发布、持 去中心化身份有助于实现去中心化身份验证替代密码登录。 服务提供商可以向用户发布认证,这些认证可以存储在以太坊钱包中。 身份证明的一个示例是[非同质化代币](/glossary/#nft),可授予持有者访问在线社区的权限。 -然后,[使用以太坊登录](https://login.xyz/)功能将使服务器能够确认用户的以太坊帐户,并从他们的帐户地址获取所需的身份证明。 这意味着用户无需记住冗长的密码即可访问平台和网站,从而改善用户的线上体验。 +然后,[使用以太坊登录](https://siwe.xyz/)功能将使服务器能够确认用户的以太坊帐户,并从他们的帐户地址获取所需的身份证明。 这意味着用户无需记住冗长的密码即可访问平台和网站,从而改善用户的线上体验。 ### 2. “了解你的客户”身份验证 {#kyc-authentication} @@ -186,6 +186,6 @@ summaryPoint3: 多亏了加密技术,用户现在拥有了再次发布、持 ### 社区 {#communities} - [GitHub 上的 ERC-725 联盟](https://github.com/erc725alliance) — _支持 ERC725 标准管理以太坊区块链上的身份_ -- [SpruceID Discord 服务器](https://discord.com/invite/Sf9tSFzrnt) — _使用以太坊登录的爱好者和开发者社区_ +- [EthID Discord 服务器](https://discord.com/invite/ZUyG3mSXFD) — _使用以太坊登录的爱好者和开发者社区_ - [Veramo Labs](https://discord.gg/sYBUXpACh4) - _开发者社区,帮助为应用程序构建可验证数据框架_ - [walt.id](https://discord.com/invite/AW8AgqJthZ) — _一个由开发者和构建者组成的社区,致力于研究跨各种行业的去中心化身份用例_ diff --git a/public/content/translations/zh/developers/docs/programming-languages/python/index.md b/public/content/translations/zh/developers/docs/programming-languages/python/index.md index 5b2b8efb332..f82619eca24 100644 --- a/public/content/translations/zh/developers/docs/programming-languages/python/index.md +++ b/public/content/translations/zh/developers/docs/programming-languages/python/index.md @@ -56,7 +56,7 @@ incomplete: true - [eth-utils](https://github.com/ethereum/eth-utils/) - _使用以太坊相关代码库的实用程序函数_ - [py-solc-x](https://pypi.org/project/py-solc-x/) - _适用于 solc Solidity 编译器(支持 0.5.x)的 Python 装饰器_ - [pymaker](https://github.com/makerdao/pymaker) - _面向 Maker 合约的 Python 应用程序接口_ -- [siwe](https://github.com/spruceid/siwe-py) - _面向 Python 的以太坊登录服务 (siwe)_ +- [siwe](https://github.com/signinwithethereum/siwe-py) - _面向 Python 的以太坊登录服务 (siwe)_ - [用于以太坊集成的 Web3 去中心化金融](https://github.com/tradingstrategy-ai/web3-ethereum-defi) - _一个 Python 包,具有适用于 ERC-20、Uniswap 和其他流行项目的现成集成_ - [Wake](https://getwake.io) - _用于合约测试、模糊测试、部署、漏洞扫描和代码导航的一体化 Python 框架(语言服务器 - [Solidity 工具](https://marketplace.visualstudio.com/items?itemName=AckeeBlockchain.tools-for-solidity))_ diff --git a/public/content/translations/zh/developers/docs/programming-languages/ruby/index.md b/public/content/translations/zh/developers/docs/programming-languages/ruby/index.md index 2d979891d29..f8f4e4a6b25 100644 --- a/public/content/translations/zh/developers/docs/programming-languages/ruby/index.md +++ b/public/content/translations/zh/developers/docs/programming-languages/ruby/index.md @@ -24,7 +24,6 @@ incomplete: false - [终于明白以太坊帐户了](https://dev.to/q9/finally-understanding-ethereum-accounts-1kpe) - [使用 MetaMask 对 Rails 用户进行最终身份验证](https://dev.to/q9/finally-authenticating-rails-users-with-metamask-3fj) -- [Sign-In with Ethereum - Ruby 库与 Rails 示例发布](https://blog.spruceid.com/sign-in-with-ethereum-ruby-library-release-and-rails-examples/) - [如何使用 Ruby 连接到以太坊网络](https://www.quicknode.com/guides/web3-sdks/how-to-connect-to-the-ethereum-network-using-ruby) - [如何使用 Ruby 生成新的以太坊地址](https://www.quicknode.com/guides/web3-sdks/how-to-generate-a-new-ethereum-address-in-ruby) @@ -39,10 +38,10 @@ incomplete: false - [eth.rb](https://github.com/q9f/eth.rb) - _Ruby 库和远程过程调用客户端,用于处理以太坊帐户、消息和交易_ - [keccak.rb](https://github.com/q9f/keccak.rb) - _以太坊使用的 Keccak (SHA3) 哈希_ -- [siwe-ruby](https://github.com/spruceid/siwe-ruby) - _使用 Ruby 实现 Sign-In with Ethereum_ -- [siwe_rails](https://github.com/spruceid/siwe_rails) - _添加 SIWE 本地登录路由的 Rails gem_ -- [siwe-rails-examples](https://github.com/spruceid/siwe-rails-examples) - _使用 Ruby on Rails 的 SIWE 示例(含自定义控制器)_ -- [omniauth-siwe](https://github.com/spruceid/omniauth-siwe) - _面向 Sign In With Ethereum (SIWE) 的 OmniAuth 策略_ +- [siwe-ruby](https://github.com/signinwithethereum/siwe-ruby) - _使用 Ruby 实现 Sign-In with Ethereum_ +- [siwe-rails](https://github.com/signinwithethereum/siwe-rails) - _添加 SIWE 本地登录路由的 Rails gem_ +- [siwe-rails-examples](https://github.com/signinwithethereum/siwe-rails-examples) - _使用 Ruby on Rails 的 SIWE 示例(含自定义控制器)_ +- [omniauth-siwe](https://github.com/signinwithethereum/omniauth-siwe) - _面向 Sign In With Ethereum (SIWE) 的 OmniAuth 策略_ - [omniauth-nft](https://github.com/valthon/omniauth-nft) - _面向通过非同质化代币所有权进行身份验证的 OmniAuth 策略_ - [ethereum-on-rails](https://github.com/q9f/ethereum-on-rails) - _Ethereum on Rails 模板,允许连接 MetaMask 到 Ruby on Rails_