diff --git a/docs/builder-guides/nodes/zkevmrpcnode/setup-zkevm-rpc-node.md b/docs/Builder/Node/Setup zkevm rpc node.md similarity index 96% rename from docs/builder-guides/nodes/zkevmrpcnode/setup-zkevm-rpc-node.md rename to docs/Builder/Node/Setup zkevm rpc node.md index 908d433..74b5bba 100644 --- a/docs/builder-guides/nodes/zkevmrpcnode/setup-zkevm-rpc-node.md +++ b/docs/Builder/Node/Setup zkevm rpc node.md @@ -1,4 +1,10 @@ -# Building Astar zkEVM Permissionless RPC Node Tutorial +--- +sidebar_position: 1 +title: Building Astar zkEVM Permissionless RPC Node Tutorial +sidebar_label: Setup zkEVM RPC Node +--- + +import Figure from "/src/components/figure" ## Overview @@ -42,8 +48,8 @@ Here is a summary of the procedure: 1. Download balenaEtcher. 2. Download the Ubuntu ISO image. 3. Use balenaEtcher to set up the ISO image on a USB drive. -![Create USB installation media](images/balena0.png "balenaEtcher") -![Create USB installation media](images/balena1.png "balenaEtcher") +
+
4. Insert the USB drive into the machine where the node will be set up and boot from it. 5. Perform the Ubuntu installation setup. @@ -100,9 +106,9 @@ There are several methods to set up an RPC endpoint. In this tutorial, we will c 1. Create an Alchemy account. 2. From the 'Apps' menu, select 'Create new app' and fill in the required details. -![Create new app](images/Alchemy_new_app.png "Alchemy") +
3. Confirm and record the **'API Key'** and **'HTTPS'** of the created app. -![Connect to Alchemy](images/apikey.png "Alchemy") +
**Note:** The information in the image is already invalid, and this is just a sample. diff --git a/docs/builder-guides/nodes/zkevmrpcnode/images/Alchemy_new_app.png b/docs/Builder/Node/img/Alchemy_new_app.png similarity index 100% rename from docs/builder-guides/nodes/zkevmrpcnode/images/Alchemy_new_app.png rename to docs/Builder/Node/img/Alchemy_new_app.png diff --git a/docs/builder-guides/nodes/zkevmrpcnode/images/apikey.png b/docs/Builder/Node/img/apikey.png similarity index 100% rename from docs/builder-guides/nodes/zkevmrpcnode/images/apikey.png rename to docs/Builder/Node/img/apikey.png diff --git a/docs/builder-guides/nodes/zkevmrpcnode/images/balena0.png b/docs/Builder/Node/img/balena0.png similarity index 100% rename from docs/builder-guides/nodes/zkevmrpcnode/images/balena0.png rename to docs/Builder/Node/img/balena0.png diff --git a/docs/builder-guides/nodes/zkevmrpcnode/images/balena1.png b/docs/Builder/Node/img/balena1.png similarity index 100% rename from docs/builder-guides/nodes/zkevmrpcnode/images/balena1.png rename to docs/Builder/Node/img/balena1.png diff --git a/docs/builder-guides/nodes/zkevmrpcnode/images/node-rpc.png b/docs/Builder/Node/img/node-rpc.png similarity index 100% rename from docs/builder-guides/nodes/zkevmrpcnode/images/node-rpc.png rename to docs/Builder/Node/img/node-rpc.png diff --git a/docs/builder-guides/_category_.json b/docs/Builder/_category_.json similarity index 66% rename from docs/builder-guides/_category_.json rename to docs/Builder/_category_.json index 8bbd7b1..ff1b409 100644 --- a/docs/builder-guides/_category_.json +++ b/docs/Builder/_category_.json @@ -1,4 +1,4 @@ { "label": "Builder Guides", - "position": 1 + "position": 3 } diff --git a/docs/builder-guides/img/build.png b/docs/Builder/img/build.png similarity index 100% rename from docs/builder-guides/img/build.png rename to docs/Builder/img/build.png diff --git a/docs/builder-guides/img/buildZkEvm.png b/docs/Builder/img/buildZkEvm.png similarity index 100% rename from docs/builder-guides/img/buildZkEvm.png rename to docs/Builder/img/buildZkEvm.png diff --git a/docs/builder-guides/img/builderguides.png b/docs/Builder/img/builderguides.png similarity index 100% rename from docs/builder-guides/img/builderguides.png rename to docs/Builder/img/builderguides.png diff --git a/docs/builder-guides/img/environment.png b/docs/Builder/img/environment.png similarity index 100% rename from docs/builder-guides/img/environment.png rename to docs/Builder/img/environment.png diff --git a/docs/builder-guides/img/evm.png b/docs/Builder/img/evm.png similarity index 100% rename from docs/builder-guides/img/evm.png rename to docs/Builder/img/evm.png diff --git a/docs/builder-guides/img/gradient1.jpg b/docs/Builder/img/gradient1.jpg similarity index 100% rename from docs/builder-guides/img/gradient1.jpg rename to docs/Builder/img/gradient1.jpg diff --git a/docs/builder-guides/img/gradient2.jpg b/docs/Builder/img/gradient2.jpg similarity index 100% rename from docs/builder-guides/img/gradient2.jpg rename to docs/Builder/img/gradient2.jpg diff --git a/docs/builder-guides/img/gradient3.jpg b/docs/Builder/img/gradient3.jpg similarity index 100% rename from docs/builder-guides/img/gradient3.jpg rename to docs/Builder/img/gradient3.jpg diff --git a/docs/builder-guides/img/gradient4.jpg b/docs/Builder/img/gradient4.jpg similarity index 100% rename from docs/builder-guides/img/gradient4.jpg rename to docs/Builder/img/gradient4.jpg diff --git a/docs/builder-guides/img/gradient5.jpg b/docs/Builder/img/gradient5.jpg similarity index 100% rename from docs/builder-guides/img/gradient5.jpg rename to docs/Builder/img/gradient5.jpg diff --git a/docs/builder-guides/img/gradient6.jpg b/docs/Builder/img/gradient6.jpg similarity index 100% rename from docs/builder-guides/img/gradient6.jpg rename to docs/Builder/img/gradient6.jpg diff --git a/docs/builder-guides/img/gradient7.jpg b/docs/Builder/img/gradient7.jpg similarity index 100% rename from docs/builder-guides/img/gradient7.jpg rename to docs/Builder/img/gradient7.jpg diff --git a/docs/builder-guides/img/gradient8.jpg b/docs/Builder/img/gradient8.jpg similarity index 100% rename from docs/builder-guides/img/gradient8.jpg rename to docs/Builder/img/gradient8.jpg diff --git a/docs/builder-guides/img/gradient9.jpg b/docs/Builder/img/gradient9.jpg similarity index 100% rename from docs/builder-guides/img/gradient9.jpg rename to docs/Builder/img/gradient9.jpg diff --git a/docs/builder-guides/img/introduction.png b/docs/Builder/img/introduction.png similarity index 100% rename from docs/builder-guides/img/introduction.png rename to docs/Builder/img/introduction.png diff --git a/docs/builder-guides/img/wasm.png b/docs/Builder/img/wasm.png similarity index 100% rename from docs/builder-guides/img/wasm.png rename to docs/Builder/img/wasm.png diff --git a/docs/builder-guides/img/zkHeader.png b/docs/Builder/img/zkHeader.png similarity index 100% rename from docs/builder-guides/img/zkHeader.png rename to docs/Builder/img/zkHeader.png diff --git a/docs/builder-guides/index.md b/docs/Builder/index.md similarity index 92% rename from docs/builder-guides/index.md rename to docs/Builder/index.md index 53da180..a96775b 100644 --- a/docs/builder-guides/index.md +++ b/docs/Builder/index.md @@ -2,7 +2,7 @@ import Figure from '/src/components/figure' # Build on Astar -
+
## Why build on Astar? diff --git a/docs/getting-started.md b/docs/getting-started.md index 27e5055..f44d523 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -8,5 +8,5 @@ Astar is an interoperable blockchain platform for Polkadot and Ethereum ecosyste ## Overview of Astar Community Tutorials -- [**Build**](/docs/builder-guides) - Provides the resources you need to start building, testing, deploying, and interacting with smart contracts on Astar network. +- [**Build**](/docs/Builder) - Provides the resources you need to start building, testing, deploying, and interacting with smart contracts on Astar network. - [**Docs Integration Request**](https://github.com/AstarNetwork/astar-community-tutorials/blob/main/docs-integration-request.md) - Provides information about how to make a documentation integration request for this repository. diff --git a/docs/learn/_category_.json b/docs/learn/_category_.json index 6710602..bbb3711 100644 --- a/docs/learn/_category_.json +++ b/docs/learn/_category_.json @@ -1,4 +1,4 @@ { "label": "Learn", - "position": 1 + "position": 2 } diff --git a/docs/learn/index.md b/docs/learn/index.md index 47353b9..38c34dc 100644 --- a/docs/learn/index.md +++ b/docs/learn/index.md @@ -3,7 +3,7 @@ Greetings! We are delighted to welcome you to the educational segment of Astar C Whether you're an aspiring developer or a newcomer to the world of blockchain, this section provides comprehensive insights into the inner workings of Astar network. Starting from the basics such as accounts, we delve into the intricate protocols that fuel the functionality of Astar. -To expand your knowledge about building applications or utilizing various tools on Astar, we recommend exploring the [builder guides](/docs/builder-guides) section. +To expand your knowledge about building applications or utilizing various tools on Astar, we recommend exploring the [builder guides](/docs/Builder) section. ## Foundations [About Astar](/docs/learn/astar) diff --git a/docusaurus.config.js b/docusaurus.config.js index 3ed45ed..f77c5fc 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -79,7 +79,7 @@ const config = { }, { type: 'doc', - docId: 'builder-guides/index', + docId: 'Builder/index', position: 'left', label: 'Start Building', }, diff --git a/i18n/ja/code.json b/i18n/ja/code.json deleted file mode 100644 index ef27860..0000000 --- a/i18n/ja/code.json +++ /dev/null @@ -1,446 +0,0 @@ -{ - "Build": { - "message": "構築の開始" - }, - "dApp Staking": { - "message": "dApp Staking" - }, - "Earn tokens for yourself and your dApp by staking tokens and registering your dApp with Astar’s dApp Staking.": { - "message": "AstarのdApp StakingにdAppを登録して、トークンをステーキングすることであなた自身とあなたのdAppのためにトークンを獲得できます。" - }, - "Run A Node": { - "message": "ノードの実行" - }, - "Explain how to run full nodes, collators, indexers, and everything you need to know related to infrastructure.": { - "message": "Nodes は、フルノード、コレーター、インデクサ、およびインフラストラクチャに関連するすべての知識を説明します。" - }, - "Learn Cross-Chain Message (XCM)": { - "message": "Cross-Chain Message (XCM) を学ぶ" - }, - "Integrate Toolings": { - "message": "連携ツール" - }, - "User Guides": { - "message": "ユーザーガイド" - }, - "Learn how to create different types of wallets, obtain tokens, and manage your assets.": { - "message": "様々な種類のウォレットの作成方法、トークンの入手方法、資産の管理方法などをご紹介します。" - }, - "theme.ErrorPageContent.title": { - "message": "ページがクラッシュしました。", - "description": "The title of the fallback page when the page crashed" - }, - "theme.ErrorPageContent.tryAgain": { - "message": "もう一度やり直してください", - "description": "The label of the button to try again rendering when the React error boundary captures an error" - }, - "theme.NotFound.title": { - "message": "ページが見つかりません", - "description": "The title of the 404 page" - }, - "theme.NotFound.p1": { - "message": "お探しのページが見つかりませんでした。", - "description": "The first paragraph of the 404 page" - }, - "theme.NotFound.p2": { - "message": "リンク元のサイトの運営者に連絡し、リンクが切れていることをお知らせください。", - "description": "The 2nd paragraph of the 404 page" - }, - "theme.admonition.note": { - "message": "note", - "description": "The default label used for the Note admonition (:::note)" - }, - "theme.admonition.tip": { - "message": "tip", - "description": "The default label used for the Tip admonition (:::tip)" - }, - "theme.admonition.danger": { - "message": "danger", - "description": "The default label used for the Danger admonition (:::danger)" - }, - "theme.admonition.info": { - "message": "info", - "description": "The default label used for the Info admonition (:::info)" - }, - "theme.admonition.caution": { - "message": "caution", - "description": "The default label used for the Caution admonition (:::caution)" - }, - "theme.BackToTopButton.buttonAriaLabel": { - "message": "トップに戻る", - "description": "The ARIA label for the back to top button" - }, - "theme.blog.archive.title": { - "message": "アーカイブ", - "description": "The page & hero title of the blog archive page" - }, - "theme.blog.archive.description": { - "message": "アーカイブ", - "description": "The page & hero description of the blog archive page" - }, - "theme.blog.paginator.navAriaLabel": { - "message": "ブログ一覧ページのナビゲーション", - "description": "The ARIA label for the blog pagination" - }, - "theme.blog.paginator.newerEntries": { - "message": "新しい項目", - "description": "The label used to navigate to the newer blog posts page (previous page)" - }, - "theme.blog.paginator.olderEntries": { - "message": "以前の項目", - "description": "The label used to navigate to the older blog posts page (next page)" - }, - "theme.blog.post.paginator.navAriaLabel": { - "message": "ブログ記事ページのナビゲーション", - "description": "The ARIA label for the blog posts pagination" - }, - "theme.blog.post.paginator.newerPost": { - "message": "新しい投稿", - "description": "The blog post button label to navigate to the newer/previous post" - }, - "theme.blog.post.paginator.olderPost": { - "message": "以前の投稿", - "description": "The blog post button label to navigate to the older/next post" - }, - "theme.blog.post.plurals": { - "message": "1 件の投稿|{count} 件の投稿", - "description": "Pluralized label for \"{count} posts\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)" - }, - "theme.blog.tagTitle": { - "message": "\"{tagName}\" タグの記事が {nPosts} 件あります", - "description": "The title of the page for a blog tag" - }, - "theme.tags.tagsPageLink": { - "message": "全てのタグを見る", - "description": "The label of the link targeting the tag list page" - }, - "theme.colorToggle.ariaLabel": { - "message": "ダークモードとライトモードを切り替えます(現在 {mode})", - "description": "The ARIA label for the navbar color mode toggle" - }, - "theme.colorToggle.ariaLabel.mode.dark": { - "message": "ダークモード", - "description": "The name for the dark color mode" - }, - "theme.colorToggle.ariaLabel.mode.light": { - "message": "ライトモード", - "description": "The name for the light color mode" - }, - "theme.docs.breadcrumbs.home": { - "message": "ホームページ", - "description": "The ARIA label for the home page in the breadcrumbs" - }, - "theme.docs.breadcrumbs.navAriaLabel": { - "message": "パンくずリスト", - "description": "The ARIA label for the breadcrumbs" - }, - "theme.docs.DocCard.categoryDescription": { - "message": "{count} 個のアイテム", - "description": "The default description for a category card in the generated index about how many items this category includes" - }, - "theme.docs.paginator.navAriaLabel": { - "message": "ドキュメントのナビゲーション", - "description": "The ARIA label for the docs pagination" - }, - "theme.docs.paginator.previous": { - "message": "前へ", - "description": "The label used to navigate to the previous doc" - }, - "theme.docs.paginator.next": { - "message": "次へ", - "description": "The label used to navigate to the next doc" - }, - "theme.docs.tagDocListPageTitle.nDocsTagged": { - "message": "1件のドキュメントがタグ付けされています|{count} 件のドキュメントがタグ付けされています", - "description": "Pluralized label for \"{count} docs tagged\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)" - }, - "theme.docs.tagDocListPageTitle": { - "message": "\"{tagName}\" タグの記事が {nDocsTagged} 件あります", - "description": "The title of the page for a docs tag" - }, - "theme.docs.versionBadge.label": { - "message": "バージョン: {versionLabel}" - }, - "theme.docs.versions.unreleasedVersionLabel": { - "message": "これは、{siteTitle} {versionLabel} バージョンの未公開のドキュメントです。", - "description": "The label used to tell the user that he's browsing an unreleased doc version" - }, - "theme.docs.versions.unmaintainedVersionLabel": { - "message": "これは {siteTitle} {versionLabel} のドキュメントであり、現在は活発にメンテナンスされていません。", - "description": "The label used to tell the user that he's browsing an unmaintained doc version" - }, - "theme.docs.versions.latestVersionSuggestionLabel": { - "message": "最新のドキュメントは、{latestVersionLink} ({versionLabel}) をご覧ください。", - "description": "The label used to tell the user to check the latest version" - }, - "theme.docs.versions.latestVersionLinkLabel": { - "message": "最新バージョン", - "description": "The label used for the latest version suggestion link label" - }, - "theme.common.editThisPage": { - "message": "このページを編集する", - "description": "The link label to edit the current page" - }, - "theme.common.headingLinkTitle": { - "message": "見出しへの直リンク", - "description": "Title for link to heading" - }, - "theme.lastUpdated.atDate": { - "message": " {date} に", - "description": "The words used to describe on which date a page has been last updated" - }, - "theme.lastUpdated.byUser": { - "message": " {user} によって", - "description": "The words used to describe by who the page has been last updated" - }, - "theme.lastUpdated.lastUpdatedAtBy": { - "message": "最終更新{atDate}{byUser}", - "description": "The sentence used to display when a page has been last updated, and by who" - }, - "theme.navbar.mobileVersionsDropdown.label": { - "message": "バージョン", - "description": "The label for the navbar versions dropdown on mobile view" - }, - "theme.common.skipToMainContent": { - "message": "メインコンテンツへスキップする", - "description": "The skip to content label used for accessibility, allowing to rapidly navigate to main content with keyboard tab/enter navigation" - }, - "theme.tags.tagsListLabel": { - "message": "タグ:", - "description": "The label alongside a tag list" - }, - "theme.AnnouncementBar.closeButtonAriaLabel": { - "message": "閉じる", - "description": "The ARIA label for close button of announcement bar" - }, - "theme.blog.sidebar.navAriaLabel": { - "message": "最近のブログ記事のナビゲーション", - "description": "The ARIA label for recent posts in the blog sidebar" - }, - "theme.CodeBlock.copied": { - "message": "コピーしました", - "description": "The copied button label on code blocks" - }, - "theme.CodeBlock.copyButtonAriaLabel": { - "message": "クリップボードにコードをコピーする", - "description": "The ARIA label for copy code blocks button" - }, - "theme.CodeBlock.copy": { - "message": "コピーする", - "description": "The copy button label on code blocks" - }, - "theme.CodeBlock.wordWrapToggle": { - "message": "行の折り返しを切り替える", - "description": "The title attribute for toggle word wrapping button of code block lines" - }, - "theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": { - "message": "サイドバーのカテゴリー'{label}'を切り替える", - "description": "The ARIA label to toggle the collapsible sidebar category" - }, - "theme.navbar.mobileLanguageDropdown.label": { - "message": "言語", - "description": "The label for the mobile language switcher dropdown" - }, - "theme.TOCCollapsible.toggleButtonLabel": { - "message": "このページで", - "description": "The label used by the button on the collapsible TOC component" - }, - "theme.blog.post.readMore": { - "message": "続きを読む", - "description": "The label used in blog post item excerpts to link to full blog posts" - }, - "theme.blog.post.readMoreLabel": { - "message": "\"{title}\"の投稿をもっと読む", - "description": "The ARIA label for the link to full blog posts from excerpts" - }, - "theme.blog.post.readingTime.plurals": { - "message": "1分で読めます | {readingTime} 分で読めます", - "description": "Pluralized label for \"{readingTime} min read\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)" - }, - "theme.docs.sidebar.collapseButtonTitle": { - "message": "サイドバーを隠す", - "description": "The title attribute for collapse button of doc sidebar" - }, - "theme.docs.sidebar.collapseButtonAriaLabel": { - "message": "サイドバーを隠す", - "description": "The title attribute for collapse button of doc sidebar" - }, - "theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": { - "message": "← メインメニューに戻る", - "description": "The label of the back button to return to main menu, inside the mobile navbar sidebar secondary menu (notably used to display the docs sidebar)" - }, - "theme.docs.sidebar.expandButtonTitle": { - "message": "サイドバーを開く", - "description": "The ARIA label and title attribute for expand button of doc sidebar" - }, - "theme.docs.sidebar.expandButtonAriaLabel": { - "message": "サイドバーを開く", - "description": "The ARIA label and title attribute for expand button of doc sidebar" - }, - "theme.SearchBar.seeAll": { - "message": "{count} 件の結果をすべて見る" - }, - "theme.SearchPage.documentsFound.plurals": { - "message": "{count} 件のドキュメントが見つかりました", - "description": "Pluralized label for \"{count} documents found\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)" - }, - "theme.SearchPage.existingResultsTitle": { - "message": "『{query}』の検索結果", - "description": "The search page title for non-empty query" - }, - "theme.SearchPage.emptyResultsTitle": { - "message": "ドキュメントを検索する", - "description": "The search page title for empty query" - }, - "theme.SearchPage.inputPlaceholder": { - "message": "検索ワードを入力してください", - "description": "The placeholder for search page input" - }, - "theme.SearchPage.inputLabel": { - "message": "検索", - "description": "The ARIA label for search page input" - }, - "theme.SearchPage.algoliaLabel": { - "message": "Algoliaで検索", - "description": "The ARIA label for Algolia mention" - }, - "theme.SearchPage.noResultsText": { - "message": "検索結果が見つかりませんでした", - "description": "The paragraph for empty search result" - }, - "theme.SearchPage.fetchingNewResults": { - "message": "新しい検索結果を取得しています...", - "description": "The paragraph for fetching new search results" - }, - "theme.SearchBar.label": { - "message": "検索", - "description": "The ARIA label and placeholder for search button" - }, - "theme.SearchModal.searchBox.resetButtonTitle": { - "message": "検索キーワードを削除", - "description": "The label and ARIA label for search box reset button" - }, - "theme.SearchModal.searchBox.cancelButtonText": { - "message": "キャンセル", - "description": "The label and ARIA label for search box cancel button" - }, - "theme.SearchModal.startScreen.recentSearchesTitle": { - "message": "最近", - "description": "The title for recent searches" - }, - "theme.SearchModal.startScreen.noRecentSearchesText": { - "message": "最近の検索履歴はありません", - "description": "The text when no recent searches" - }, - "theme.SearchModal.startScreen.saveRecentSearchButtonTitle": { - "message": "この検索を保存する", - "description": "The label for save recent search button" - }, - "theme.SearchModal.startScreen.removeRecentSearchButtonTitle": { - "message": "この検索を履歴から削除する", - "description": "The label for remove recent search button" - }, - "theme.SearchModal.startScreen.favoriteSearchesTitle": { - "message": "お気に入り", - "description": "The title for favorite searches" - }, - "theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": { - "message": "この検索をお気に入りから削除", - "description": "The label for remove favorite search button" - }, - "theme.SearchModal.errorScreen.titleText": { - "message": "結果を取得できません", - "description": "The title for error screen of search modal" - }, - "theme.SearchModal.errorScreen.helpText": { - "message": "ネットワーク接続を確認してください。", - "description": "The help text for error screen of search modal" - }, - "theme.SearchModal.footer.selectText": { - "message": "で選択", - "description": "The explanatory text of the action for the enter key" - }, - "theme.SearchModal.footer.selectKeyAriaLabel": { - "message": "Enter key", - "description": "The ARIA label for the Enter key button that makes the selection" - }, - "theme.SearchModal.footer.navigateText": { - "message": "で移動", - "description": "The explanatory text of the action for the Arrow up and Arrow down key" - }, - "theme.SearchModal.footer.navigateUpKeyAriaLabel": { - "message": "Arrow up", - "description": "The ARIA label for the Arrow up key button that makes the navigation" - }, - "theme.SearchModal.footer.navigateDownKeyAriaLabel": { - "message": "Arrow down", - "description": "The ARIA label for the Arrow down key button that makes the navigation" - }, - "theme.SearchModal.footer.closeText": { - "message": "で閉じる", - "description": "The explanatory text of the action for Escape key" - }, - "theme.SearchModal.footer.closeKeyAriaLabel": { - "message": "Escape key", - "description": "The ARIA label for the Escape key button that close the modal" - }, - "theme.SearchModal.footer.searchByText": { - "message": "Search by", - "description": "The text explain that the search is making by Algolia" - }, - "theme.SearchModal.noResultsScreen.noResultsText": { - "message": "該当するものはありません", - "description": "The text explains that there are no results for the following search" - }, - "theme.SearchModal.noResultsScreen.suggestedQueryText": { - "message": "次の検索を試す:", - "description": "The text for the suggested query when no results are found for the following search" - }, - "theme.SearchModal.noResultsScreen.reportMissingResultsText": { - "message": "よりよい検索結果がありますか?", - "description": "The text for the question where the user thinks there are missing results" - }, - "theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": { - "message": "お知らせください。", - "description": "The text for the link to report missing results" - }, - "theme.SearchModal.placeholder": { - "message": "ドキュメントを検索", - "description": "The placeholder of the input of the DocSearch pop-up modal" - }, - "theme.tags.tagsPageTitle": { - "message": "タグ", - "description": "The title of the tag list page" - }, - "Explains how XCM is used in Astar and how developers can use it to interact with the rest of the Polkadot network.": { - "message": "Explains how XCM is used in Astar and how developers can use it to interact with the rest of the Polkadot network." - }, - "Learn About Astar zkEVM": { - "message": "Learn About Astar zkEVM" - }, - "Explains the zkEVM, FAQs, and how to interact with Astar's scalability solution for Ethereum, powered by Polygon CDK.": { - "message": "Explains the zkEVM, FAQs, and how to interact with Astar's scalability solution for Ethereum, powered by Polygon CDK." - }, - "Contains relevant information about the wallets, bridges, indexers, and oracles that are integrated with the network.": { - "message": "Contains relevant information about the wallets, bridges, indexers, and oracles that are integrated with the network." - }, - "theme.NavBar.navAriaLabel": { - "message": "Main", - "description": "The ARIA label for the main navigation" - }, - "theme.docs.sidebar.navAriaLabel": { - "message": "Docs sidebar", - "description": "The ARIA label for the sidebar navigation" - }, - "theme.docs.sidebar.closeSidebarButtonAriaLabel": { - "message": "Close navigation bar", - "description": "The ARIA label for close button of mobile sidebar" - }, - "theme.docs.sidebar.toggleSidebarButtonAriaLabel": { - "message": "Toggle navigation bar", - "description": "The ARIA label for hamburger menu button of mobile navigation" - }, - "Find all the resources you need in order to start testing, deploying, and interacting with smart contracts on the network.": { - "message": "Find all the resources you need in order to start testing, deploying, and interacting with smart contracts on the network." - } -} diff --git a/i18n/ja/docusaurus-plugin-content-docs/current.json b/i18n/ja/docusaurus-plugin-content-docs/current.json deleted file mode 100644 index be60ad2..0000000 --- a/i18n/ja/docusaurus-plugin-content-docs/current.json +++ /dev/null @@ -1,258 +0,0 @@ -{ - "version.label": { - "message": "次へ", - "description": "The label for version current" - }, - "sidebar.tutorialSidebar.category.dApp Staking": { - "message": "dApp Staking", - "description": "The label for category dApp Staking in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.For Stakers": { - "message": "ステーカー向け", - "description": "The label for category For Stakers in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.For Devs": { - "message": "開発者向け", - "description": "The label for category For Devs in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.Your First Contract": { - "message": "初めてのコントラクト", - "description": "The label for category Your First Contract in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.Run A Node": { - "message": "ノードの実行", - "description": "The label for category Run A Node in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.Run an Archive Node": { - "message": "アーカイブノードの実行", - "description": "The label for category Run an Archive Node in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.Run a Collator Node": { - "message": "Collator ノードの実行", - "description": "The label for category Run a Collator Node in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.Secure Setup Guide": { - "message": "セキュアなセットアップガイド", - "description": "The label for category Secure Setup Guide in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.Integrate Toolings": { - "message": "連携ツール", - "description": "The label for category Integrate Toolings in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.Bridges": { - "message": "ブリッジ", - "description": "The label for category Bridges in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.dApp Listings": { - "message": "dApp 一覧", - "description": "The label for category dApp Listings in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.Wallets": { - "message": "ウォレット", - "description": "The label for category Wallets in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.Ledger": { - "message": "Ledger", - "description": "The label for category Ledger in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.Node Providers": { - "message": "ノードプロバイダー", - "description": "The label for category Node Providers in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.Oracles": { - "message": "オラクル", - "description": "The label for category Oracles in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.Cross-Chain Messaging - XCM": { - "message": "Cross-Chain Messaging - XCM", - "description": "The label for category Cross-Chain Messaging - XCM in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.Building with XCM": { - "message": "XCMでの構築", - "description": "The label for category Building with XCM in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.Integration": { - "message": "連携", - "description": "The label for category Integration in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.Builder Guides": { - "message": "ビルダーガイド", - "description": "The label for category Builder Guides in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.Integration and Toolings": { - "message": "統合とツール", - "description": "The label for category Integration and Toolings in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.Learn": { - "message": "Learn", - "description": "The label for category Learn in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.Interoperability": { - "message": "Interoperability", - "description": "The label for category Interoperability in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.Astar zkEVM": { - "message": "Astar zkEVM", - "description": "The label for category Astar zkEVM in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.Use": { - "message": "Use", - "description": "The label for category Use in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.Manage Assets": { - "message": "Manage Assets", - "description": "The label for category Manage Assets in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.Manage Wallets": { - "message": "Manage Wallets", - "description": "The label for category Manage Wallets in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.Wallet Providers": { - "message": "Wallet Providers", - "description": "The label for category Wallet Providers in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.Staking": { - "message": "Staking", - "description": "The label for category Staking in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.evm-guides": { - "message": "evm-guides", - "description": "The label for category evm-guides in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.Build": { - "message": "Build", - "description": "The label for category Build in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.Introduction": { - "message": "Introduction", - "description": "The label for category Introduction in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.Build Environment": { - "message": "Build Environment", - "description": "The label for category Build Environment in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.Wasm Smart Contracts": { - "message": "Wasm Smart Contracts", - "description": "The label for category Wasm Smart Contracts in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.Swanky Suite": { - "message": "Swanky Suite", - "description": "The label for category Swanky Suite in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.Tutorials": { - "message": "Tutorials", - "description": "The label for category Tutorials in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.Your First Flipper Contract": { - "message": "Your First Flipper Contract", - "description": "The label for category Your First Flipper Contract in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.NFT Contract with PSP34": { - "message": "NFT Contract with PSP34", - "description": "The label for category NFT Contract with PSP34 in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.Manic Minter": { - "message": "Manic Minter", - "description": "The label for category Manic Minter in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.Build Uniswap V2 core DEX": { - "message": "Build Uniswap V2 core DEX", - "description": "The label for category Build Uniswap V2 core DEX in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.Structure": { - "message": "Structure", - "description": "The label for category Structure in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.Pair Contract": { - "message": "Pair Contract", - "description": "The label for category Pair Contract in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.Factory Contract": { - "message": "Factory Contract", - "description": "The label for category Factory Contract in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.Contract Environment": { - "message": "Contract Environment", - "description": "The label for category Contract Environment in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.Chain Extensions": { - "message": "Chain Extensions", - "description": "The label for category Chain Extensions in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.Interact": { - "message": "Interact", - "description": "The label for category Interact in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.Tools and Libraries": { - "message": "Tools and Libraries", - "description": "The label for category Tools and Libraries in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.EVM Smart contracts": { - "message": "EVM Smart contracts", - "description": "The label for category EVM Smart contracts in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.Developer Tooling": { - "message": "Developer Tooling", - "description": "The label for category Developer Tooling in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.Precompiles": { - "message": "Precompiles", - "description": "The label for category Precompiles in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.XCM - xTokens": { - "message": "XCM - xTokens", - "description": "The label for category XCM - xTokens in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.API": { - "message": "API", - "description": "The label for category API in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.GraphQL & Indexers": { - "message": "GraphQL & Indexers", - "description": "The label for category GraphQL & Indexers in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.VRF": { - "message": "VRF", - "description": "The label for category VRF in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.FAQ": { - "message": "FAQ", - "description": "The label for category FAQ in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.Integrations": { - "message": "Integrations", - "description": "The label for category Integrations in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.How to leverage other Parachains": { - "message": "How to leverage other Parachains", - "description": "The label for category How to leverage other Parachains in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.XVM and Wasm": { - "message": "XVM and Wasm", - "description": "The label for category XVM and Wasm in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.Use Astar Features": { - "message": "Use Astar Features", - "description": "The label for category Use Astar Features in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.Astar Hacker Guide": { - "message": "Astar Hacker Guide", - "description": "The label for category Astar Hacker Guide in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.Astar Beta Labs": { - "message": "Astar Beta Labs", - "description": "The label for category Astar Beta Labs in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.Account Unification": { - "message": "Account Unification", - "description": "The label for category Account Unification in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.From Zero to ink! Hero": { - "message": "From Zero to ink! Hero", - "description": "The label for category From Zero to ink! Hero in sidebar tutorialSidebar" - }, - "sidebar.tutorialSidebar.category.Migrating from Web2 to Web3": { - "message": "Migrating from Web2 to Web3", - "description": "The label for category Migrating from Web2 to Web3 in sidebar tutorialSidebar" - } -} diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/_category_.json b/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/_category_.json deleted file mode 100644 index 5163f16..0000000 --- a/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/_category_.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "label": "dApp Staking", - "position": 5 -} diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-devs/_category_.json b/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-devs/_category_.json deleted file mode 100644 index 5f67e27..0000000 --- a/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-devs/_category_.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "label": "開発者向け", - "position": 2 -} diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-devs/index.md b/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-devs/index.md deleted file mode 100644 index 8170ba4..0000000 --- a/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-devs/index.md +++ /dev/null @@ -1,15 +0,0 @@ -# 開発者向け - -## 概要 - -プロダクトオーナーでdApp Stakingに自分のdAppを掲載して報酬を得たい場合は、 あなたのプロダクトが要件を満たしているかを確認する必要があります。 以下のリンクのドキュメントを確認して下さい。 - -以下の条件をクリアして頂く必要があります。 - -- dApp Staking に登録するためには、Shiden Networkの場合は100SDN、Astar Networkの場合は1,000ASTRが必要となります。 テストネットであるShibuyaの場合は、100SBYが必要です。 -- **リワードを受け取るためにはClaimする必要があります。1週間に一回程度Claimすることを推奨しています。** - -```mdx-code-block -import DocCardList from '@theme/DocCardList'; -import {useCurrentSidebarCategory} from '@docusaurus/theme-common'; -``` diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-devs/integrate-dapp-staking.md b/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-devs/integrate-dapp-staking.md deleted file mode 100644 index a520641..0000000 --- a/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-devs/integrate-dapp-staking.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -sidebar_position: 3 ---- - -# dApp Staking を統合する - -DAppステークをEVMのdAppに統合する方法の詳細はこちらをご覧ください: - -[EVMのプリコンパイルコントラクト](../../evm/) diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-devs/register-dapp.md b/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-devs/register-dapp.md deleted file mode 100644 index 2c53605..0000000 --- a/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-devs/register-dapp.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -sidebar_position: 2 ---- - -# dAppの登録 - -dApp StakingにあなたのdAppを登録する方法を説明します。 最初に、 [この要件](https://docs.astar.network/docs/dapp-staking/for-devs/requirements) を満たしていることを確認して下さい。 **dApp Stakingは、Astarのエコシステムのすべての活動中のプロジェクトのためのものです。 **** サポートを受けるには、 [SpaceLabs](https://astar.network/spacelabs/) のメンバーに連絡するのが最速の方法です - -:::info -- dAppを登録するためには、100 SDN、または、1,000 ASTRトークン、プラス、ガス代が必要です。 Shibuyaテストネットでは、100 SBYトークンが必要です。 -- Polkadot JS extensionを使ってウォレットを作成する(またはインポート)して下さい。 -::: - -## ステップ1 - -スマートコントラクトをデプロイして、コントラクトをエクスプローラー上で検証(verify)して下さい。 ShidenのdApp Stakingに加わりたい場合はShidenに、AstarのdApp Stakingに加わりたい場合はAstarにデプロイして下さい。 スマートコントラクトには2つの選択肢があります: - -:::info -- 一つ目の選択肢はご自身の独自コントラクトを使って、エクスプローラー上で検証する方法です。 -- 二つ目の方法はスマートコントラクトを扱っていない人のための選択肢です。 `helloworld.sol` コントラクトを開いて、コントラクトのヘッダーの情報を書き換えます。 [Template contract](https://github.com/AstarNetwork/builders-program/blob/main/hellowold.sol) - -## ステップ2 - -[ポータル](https://portal.astar.network/store/discover-dapps) に行き、 `+Register dApp`をクリックしてください: - -ポップアップウィンドウ内のすべての情報を入力し、登録ボタンを押します。 最初にあなたのアカウントが **承認されている**必要があることに注意してください。次にdAppを登録しようとするウォレットに十分なトークンが必要です。 - -dAppがデプロイされたら、コミュニティに対して情報を共有して下さい。 記事を書くためのテンプレートを作成しました。 [こちら](https://astarnetwork.notion.site/dApp-staking-template-Astar-Network-07d029f2d89644f48a17650522968682)をご覧ください。 diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-devs/requirements.md b/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-devs/requirements.md deleted file mode 100644 index d6359ce..0000000 --- a/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-devs/requirements.md +++ /dev/null @@ -1,42 +0,0 @@ ---- -sidebar_position: 1 ---- - -# 必要条件 - -**あなたがプロジェクトオーナーで、dApp Stakingで報酬を得たい場合は、** これらのガイドラインをよくお読みください。 すべての要件を満たしている場合は、 [このフォーム](https://share.hsforms.com/1UFPFJXq6S1SN-j1lyMrNIgc2ryh) に記入を完了することで、dAppを掲載することができます。 - -ShidenまたはAstarのdApp Stakingに参加したい場合は、 要件を満たしているかどうかを確認するために注意してお読みください: - -:::info -Astarは数年後にDAOに移行することを目指しています。 DAOに移行することを目指しているため、dApp Stakingに掲載するためには、カウンシルを通過する条件も含まれます。 以下の要件を満たした後、 [フォーラム](https://forum.astar.network/c/initiatives/dapp-staking-applications/21) でdApp Stakingに参加する提案を作成して下さい。 -::: - -## Astar Network - -- あなたのdAppは **Astar Network上にデプロイされており** 、動作している。 -- あなたのプロジェクトは Astar TVL に貢献できるか確認する。 [DefilLama](../../integrations/dapp-listing/defillama) にリストされていることを確認する。 -- [DappRadar](../../integrations/dapp-listing/dappradar) にプロジェクトを掲載する。 - -### インフラパートナーの場合 - -dAppはありませんが、Astarエコシステムにインフラストラクチャサービスを提供する場合、 同様にdApp Stakingに掲載出来ます。 参加方法は以下の通りです。 - -- すでにAstarと長期的なパートナーシップを持っており、いくつかのプロジェクトと密接な関係を持っている。 -- あなたは私たちのエコシステムで実証した実績がある。 -- Astarのドキュメントとあなたのドキュメントにツールの使い方についてのドキュメントが存在する。 Github で PR を作成することで、Astarのドキュメントに手順を追加できる。 - -### 上記の要件を満たすことができない他のプロジェクトについて - -TVL が生成されていないため、DefilLama にプロジェクトを追加することが出来きません。 また、スマートコントラクトを使用しないため、DappRadarに掲載出来ない場合には、 以下のステップを通過することでdApp Stakingへの掲載が可能です。 - -- アンバサダーKYC、すなわち、アンバサダーとのビデオオン状態でのAMAを実施する。 -- 私たちのフォーラムに提案を作成し、カウンシルの投票で可決される。 -- Discordを使って、専用のアナウンスチャンネルでアップデートの情報を公表する。 -- 私たちが提供するツールを使用して、あなたの開発のメトリクスを追跡する。 - -## Shiden Network - -- dAppが **Shiden Network上にデプロイされており** 、動作している。 -- あなたのプロジェクトが、Shidenの成長に貢献していますか?DappRadarとDefiramaにあなたのプロジェクトを掲載されている方が望ましい。 これは必須条件ではないが、私たちのコミュニティであなたのプロジェクトへの信頼を高めるのに役立つ。 -- エコシステムに貢献し、コストをカバーする必要があるインフラストラクチャのパートナーは、ShidenのdApp Stakingメカニズムに適用できる。 diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/_category_.json b/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/_category_.json deleted file mode 100644 index 9fb94b2..0000000 --- a/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/_category_.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "label": "ステーカー向け", - "position": 1 -} diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/compound-rewards.md b/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/compound-rewards.md deleted file mode 100644 index f709aa6..0000000 --- a/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/compound-rewards.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -sidebar_position: 3 ---- - -# 複利報酬 - -複利報酬機能により、ステーカーはステーク報酬を同じdAppに自動的に再ステークするために請求することができます。 したがって、ステーカーは2つ(ClaimとStake)の外部呼び出しを行い2つのトランザクションに署名することなく、報酬を請求する1つの外部呼び出しだけを行い、その報酬を自動的に再投資することができます。 - -複利報酬機能はデフォルトで有効になっています。 この機能はポータルから無効にできます。 - -![8](img/8.png) diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/img/1.png b/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/img/1.png deleted file mode 100644 index c70c4b7..0000000 Binary files a/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/img/1.png and /dev/null differ diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/img/10.png b/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/img/10.png deleted file mode 100644 index ea95180..0000000 Binary files a/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/img/10.png and /dev/null differ diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/img/11.png b/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/img/11.png deleted file mode 100644 index ff3a921..0000000 Binary files a/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/img/11.png and /dev/null differ diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/img/12.png b/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/img/12.png deleted file mode 100644 index a7f9cc2..0000000 Binary files a/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/img/12.png and /dev/null differ diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/img/2.png b/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/img/2.png deleted file mode 100644 index 2591673..0000000 Binary files a/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/img/2.png and /dev/null differ diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/img/3.png b/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/img/3.png deleted file mode 100644 index fa838c6..0000000 Binary files a/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/img/3.png and /dev/null differ diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/img/4.png b/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/img/4.png deleted file mode 100644 index 662a511..0000000 Binary files a/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/img/4.png and /dev/null differ diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/img/5.png b/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/img/5.png deleted file mode 100644 index 5bbfe28..0000000 Binary files a/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/img/5.png and /dev/null differ diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/img/6.png b/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/img/6.png deleted file mode 100644 index a375e03..0000000 Binary files a/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/img/6.png and /dev/null differ diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/img/7.png b/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/img/7.png deleted file mode 100644 index ecec853..0000000 Binary files a/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/img/7.png and /dev/null differ diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/img/8.png b/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/img/8.png deleted file mode 100644 index ad9bd13..0000000 Binary files a/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/img/8.png and /dev/null differ diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/img/9.png b/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/img/9.png deleted file mode 100644 index 544f817..0000000 Binary files a/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/img/9.png and /dev/null differ diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/index.md b/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/index.md deleted file mode 100644 index 51c9e5b..0000000 --- a/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/index.md +++ /dev/null @@ -1,23 +0,0 @@ -# ステーカー向け - -## 概要 - -あなたはステークすることが好きですか? あるいは、お気に入りの dApp にステーキングすることで応援したいですか? あなたは注意深くドキュメントを読むことで自分自身を教育することができます。 ご不明な点がございましたら、ぜひ Discord チャネルに参加してください。 - -以下のパラメータを考慮してください。 - -- **最小** のステーク額は **50 SDN または 500 ASTR です。** -- **報酬を受け取るには要求する必要があります。毎週1回ステーキング報酬を請求することをお勧めします。** -- Shiden には約5日間、Astar には約10日間の結合(bonding)期間があります。 この日数は完全にブロックを生成する時間がおよそ12秒である事に基づいています。 遅延が発生した場合は、結合解除(unbonding)期間が少し長くなることがあります。 -- ステーキング報酬はデフォルトは APY で表示されます。 APYオプションは、「Re-stake after claiming」をオンにして複利を許可したステーカーに利用できます。 一方、複利を有効にしていないステーカーには APR オプションが利用可能です。 この違いは、APRはあなたのステークを獲得するための単純な年率を表しますが、APYは複利を考慮します。 - -![12](img/12.png) - -興味深い他のページ: - -```mdx-code-block -import DocCardList from '@theme/DocCardList'; -import {useCurrentSidebarCategory} from '@docusaurus/theme-common'; - - -``` diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/nomination-transfer.md b/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/nomination-transfer.md deleted file mode 100644 index 9970b01..0000000 --- a/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/nomination-transfer.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -sidebar_position: 4 ---- - -# 指名転送 - -指名転送により、ステーカーは結合解除(unbonding)期間をスキップしながら、指名の全体または一部を他のプロジェクトに転送することができます。 このように、ステーカーは興味のあるプロジェクトをサポートするために、結合解除(unbonding)期間でステーキング報酬を犠牲にする必要はありません。 - -dApp Staking は、エコシステムのプロジェクトと開発者をサポートするように設計されています。 dApp Staking を通じたステーキングは、あなたがサポートしたいプロジェクトに投票を与えています。 あなたの投票(ステーク) は、プロトコルの収益に影響を与えます。 - -## 手順 - -[dApp Stakingページ](https://portal.astar.network/dapp-staking/discover)に移動すると、dApp Stakingメカニズムに記載されているすべてのdAppが表示されます。 記載されている手順はすべてAstar Networkにあり、同じです。 - -この機能は、dAppで既にステーキングしているステーカーのみ使用できます。 あなたが初めてdApp Stakingメカニズムのステーキングをするのであれば、[こちら](staking)のステップーバイーステップガイド を参照してください。 - -## 使用例 - -私は150のSDNを *Stake Technologies* にステークしましたが、*Community Reward* dAppも応援したいため、その一部を転送したいと考えています。 - -![9](img/9.png) - -あなたはサポートしたいdAppの **Stake** ボタンをクリックして転送ウィンドウを開きます。 あなたは使用したい資金を、転送可能なウォレット内の資金か、ステーク先の別のdAppから選択し使用することができます。 この場合、 *Stake Technologies* から *Community Rewards* プログラムに資金を転送します。 転送したい金額を入力し(Shidenの場合、最小 50 SDN)、 **Stake**をクリックします。 あなたが最後にトランザクションへ署名することによってこのプロセスは完了します。 - -![10](img/10.png) - -これで、トークンの結合を解除(unbond)することなく、ステークの一部を新しいdAppに転送したことがわかります。 - -![11](img/11.png) diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/staking.md b/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/staking.md deleted file mode 100644 index a183773..0000000 --- a/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/staking.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -sidebar_position: 1 ---- - -# dApps へステーキング - -## ステーキングする方法 - -### ネットワークへ接続 - -私たちのポータルに移動します: 「Staking」をクリックします. - -:::tip -正しいネットワークに接続されていることを確認してください。 -- **Shibuya Network**: testnet -- **Shiden Network**: mainnet on Kusama -- **Astar Network**: mainnet for Polkadot -::: - -![1](img/1.png) - -### ステーク - -お気に入りのプロジェクトを探してください。 名前をクリックすると、プロジェクトの詳細情報を確認できます。 他に、Astar Networkの[Forum](https://forum.astar.network/)や、[DefilLama](#defillama-en-page-id) 、[DappRadar](#dappradar-en-page-id)で豊富な情報を確認できます。 - -ステーキング額を追加するには、お気に入りのプロジェクトのボックスの「Stake」をクリックしてください。 - -![2](img/2.png) - -### dApp Staking の管理 - -ステークすると、dApp Staking を管理する新しいオプションがメインページに表示されます。 - -**Add**: dApp Staking にトークンを追加することができます。 - -**Unbond**: ステークされた額から何トークンの結合を解除するか選択できます。 - -**Claim** (ページのトップ): あなたがステークしたすべてのdAppから報酬を受け取ります。 あなたはERA毎に報酬を要求することができますが、私たちは毎週1回これを行うことをお勧めします。 - -**Re-stake after claiming** (ページのトップ): ステークしたdAppの、請求された報酬の自動複利機能のオン・オフを設定することができます。 詳細は[こちら](compound-rewards)をご確認ください。 diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/unbonding.md b/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/unbonding.md deleted file mode 100644 index 7a1097a..0000000 --- a/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/for-stakers/unbonding.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -sidebar_position: 2 ---- - -# ステークの結合解除 - -## 概要 - -dApp Staking v2 に向けて 最初の新しい実装は、結合解除(Unbonding)期間です。 一般的には、結合(bonding)はトークンが一時的にロックされるプロセスです。 ステーキングはトークンを結合する必要があるシナリオの1つです。 結合解除(Unbonding)とは、これらのトークンのロックを解除することをネットワークに伝えることです。 Shidenは5日間、Astarは10日間の結合解除時間の後。 トークンを引き出すことができ、そしてそれらは転送可能な残高になります。 この日数は完全にブロックを生成する時間がおよそ12秒である事に基づいています。 遅延が発生した場合は、結合解除(unbonding)期間が少し長くなることがあります。 - -| ネットワーク | 結合解除期間 | -| ------ | ------ | -| Astar | 10 日間 | -| Shiden | 5 日間 | - -## 結合解除の方法 - -dAppsのいずれかにステークした場合は、「Unbond」をクリックしてトークンを転送可能にすることができます。 - -![3](img/3.png) - -**Unbond**する金額を選択し、「**Max**」をクリックすることで、すべてのステークの結合解除します。 「**Start Unbonding**」をクリックし、トランザクションに署名しると結合解除を開始します。 - -![4](img/4.png) - -**Chunks**を確認してください - -![5](img/5.png) ![6](img/6.png) - -Chunk とは、 あなたがトークンの結合解除をしたい異なる ERA の数です。 Chunks はあなたが要求したdAppの結合解除の量と同じではありませんが、あなたがトークンの結合解除をした異なるERAの量です。 - -'Chunk'を引き出します。 結合解除期間が終了したら、「Withdraw」ボタンをクリックして資金を引き出す必要があります。 トランザクションに署名すると、トークンはあなたのウォレットで転送可能になります。 - -![7](img/7.png) diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/index.md b/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/index.md deleted file mode 100644 index 3294834..0000000 --- a/i18n/ja/docusaurus-plugin-content-docs/current/dapp-staking/index.md +++ /dev/null @@ -1,72 +0,0 @@ -# dApp Staking - -#Build2Earn のご紹介:dApp Staking とは何であり、Web3にとってなぜそれが重要か? - -## dApp Staking と Web3 - -Astar では、インターネットに革命をもたらす使命があります。 私たちは、インターネットが真に分散化され、一握りのテックジャイアントによって管理されていない未来を描いています。 私たちは、インターネットは人々のために人々によって自由で所有されるべきだと信じています。 私たちは、人々がデータと資産の所有権を持つべきであり、仲介者に翻弄されるべきではないと信じています。 これがWeb3ビジョンの本質であり、Astarを推進するものです。 - -*dApp Staking*とどう関係がありますか? 簡単に言うとたくさんあります。 - -dApp Stakingは、Web3のビジョンを夢物語から現実へと加速させる触媒の1つです。 Web3 のビジョンを実現するためには、3 つの重要なことが起こる必要があります。 - -- トランザクションコスト(つまり、ガス料金)は劇的に下げる必要があります -- ブロックチェーンは相互運用性、相互接続性をもち、摩擦はないことが必要です -- 優れたdAppsはユーザーのために構築される必要があります - -Astar Networkでは、これら3つの課題に真正面から取り組んでいます。 - -3 つ目のポイント、すなわちー優れた dApps を構築する必要性ーは、#Build2Earn (dApp Staking イニシアチブ)の原動力であり、この記事の焦点です。 - -## dApp Staking とは? - -優れた dApp を構築するには、開発者がそれらを構築する必要があります。 開発者が優れた dApps を構築するには、金銭的なインセンティブが必要です。 - -そこで dApp Staking の出番です。 - -Astar/Shiden Networkでは、dApp Staking は dApp を構築した開発者が報酬を得る方法です。 ベーシックインカムを得ることで、開発者は dApp を構築し続けることができます。 - -本質的に、dApp Staking はバリデーターでのステーキングに似ていますが、この新しいパラダイムでは、dApp ステーカー (ノミネーターとも呼ばれます) は、サポートしたい dApps 上に Astar/Shiden トークンをノミネートできます。 - -ブロックごとに、報酬の一部はdApp Staking に送られます。 この報酬は、オペレータ(開発者)とノミネータに分配されます。 これは、開発者にとって、Astar/Shiden上でdAppsを構築する強力なインセンティブになります。 - -他のブロックチェーン上に構築する場合、dApp の開発者は助成金制度に申請し、トークンを発行し、資金を調達してお金を稼ぐ必要があります。 それだけでなく、多くの場合、高額なガス料金を支払う必要があります。 - -Astar では、dApp がノミネートされている限り、開発者はベーシックインカムを得ることができます。 dApp の人気が高まるにつれて、コミュニティのより多くメンバーが dApp をノミネートします。これにより dAppを構築した開発者は、ブロック報酬の割合を増やすことができます。 - -## なぜ dApp Staking が必要なのか? - -Web3が発展するには、dApp ステーカー(ノミネーター)、dApp 開発者、dApp ユーザー、3者の共生関係が必要です。 Astar/Shidenでは、dApp Staking は、この相互に有益な関係が生じる仕組みです。 - -### dApp ステーカー(ノミネーター): トークン価値と高APRの実現 - -Astar/Shiden の dApps ステーカー(ノミネーター)は、自分のトークンの価値が上がることを望んでいますが、自分のトークンの価値が上がるためには、資産の基礎となるAstar/Shiden Networkの価値が上がる必要があります。 - -トークンの価値を高めるもう一つの方法は、トークンの総流通量が減少する場合です。 ステークされたトークンの数が多いほど、流通するトークンの数が少なくなり、流通するトークンの数が少ないほど、価格が高くなります。 - -このような市場力学により、dAppステーカーは、トークンをdAppにステーキングすることで高いAPRを得ながら、トークンからより長期的な価値を得ることができます。 - -### dApp ユーザー: dApp と ネットワークユーティリティの増加 - -ユーザーにとって、dApp Staking はエコシステムの成長と実用性の向上を可能にします。 これは、開発者がdAppsを構築しながらお金を稼ぐ方法を持つことによって、より良いdAppsが構築されるためです。 - -より多くの(そしてより優れた)dAppsを持つことは、より多くのユーザーを引き付けて維持し、ネットワーク効果を生み出し、エコシステムを成長させ、ネットワークの長期的な本質的価値を高めることにつながります。 - -### 開発者、開発者、開発者: エコシステムにおける開発者の増加 - -最終的に、Web3のエコシステムで最も貴重な人的資源は開発者です。 dApp Staking が行なわれる以前は、開発者がdAppを作ったり、パブリックブロックチェーンでインフラストラクチャを構築するための金銭的なインセンティブはほとんどありませんでした。 - -dApp Staking では、Astar/Shiden上でdAppを構築しながらベーシックインカムを得ることができます。 金銭的なインセンティブを持つことで、より多くの開発者がdAppを構築し、改善することができます。 より多くの開発者が私たちのエコシステムを構築すれば、誰もがより幸せになります。 - -## Build2Earn プログラム - -Astar 上の dApp Staking の取り組みは、私たちの#Build2Earn プログラムの基礎であり、 [#Stake2Earn](https://medium.com/astar-network/stake2earn-festival-411cb712a380) キャンペーンの自然な継続です。 #Build2Earn は開発者に有用な dApps を構築するためのベーシックインカムを提供することを目的とした金銭的なインセンティブプログラムです。 - -今後、Astar/Shiden Network で構築される重要なプロジェクトの詳細を発表していく予定です。 私たちは、あなたも dApp Staking に参加して、明日のWeb3インターネットの構築に貢献できるように、Astar/Shidenトークンをステークする方法についての詳細をステップバイステップで説明します。 - -```mdx-code-block -import DocCardList from '@theme/DocCardList'; -import {useCurrentSidebarCategory} from '@docusaurus/theme-common'; - - -``` diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/getting-started.md b/i18n/ja/docusaurus-plugin-content-docs/current/getting-started.md deleted file mode 100644 index ba1ab68..0000000 --- a/i18n/ja/docusaurus-plugin-content-docs/current/getting-started.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -sidebar_position: 1 ---- - -# Getting Started - -## ドキュメントの概要 - diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/_category_.json b/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/_category_.json deleted file mode 100644 index 8750feb..0000000 --- a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/_category_.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "label": "ユーザーガイド", - "position": 11 -} diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/create-multisig.md b/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/create-multisig.md deleted file mode 100644 index 65976e1..0000000 --- a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/create-multisig.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -sidebar_position: 2 ---- - -# マルチシグウォレットの作成 - -このチュートリアルはマルチシグのSubstrateウォレットを作成するためのガイドとして役立ちます。 - -## コンタクトの追加 - -1. を開く -2. Accounts -> Address Bookを開きます。 -3. `+ Add Contact` をクリックし、マルチシグウォレットに含めたいすべてのアドレスを追加する -4. 例:Bob、Charlie、Dave - -![12](img/12.png) - -## 新しいウォレットを作成 - -1. Accounts -> `+ Multisig`を開く -2. 使用可能な署名から、マルチシグに含める署名を選択する。 -3. しきい値を追加する。 しきい値 2 は、トランザクションに署名するために最低 2 人の署名者が必要であることを意味する。 -4. マルチシグウォレットに名前を付ける。 -5. 「Create」をクリックする。 - -![13](img/13.png) - -## ウォレットのテスト - -1. 上記の通りマルチシグウォレットの作成を完了させる。 -2. マルチシグウォレットのテストには、まずShibuya testnetを利用することを推奨する。 自身のウォレットを接続することで、 からSBYを取得できる。 -3. SBYを取得した後、SBYトークンをマルチシグウォレットに送信すると、使用を開始できる。 diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/create-wallet.md b/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/create-wallet.md deleted file mode 100644 index e910190..0000000 --- a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/create-wallet.md +++ /dev/null @@ -1,89 +0,0 @@ ---- -sidebar_position: 1 ---- - -# Astar Walletの作成 - -## Astarアカウント - -### アドレスフォーマット - -Astar のような Substrateベースチェーンで使用されるアドレス形式はSS58です。 SS58は、BitcoinのBase-58-checkに若干の修正を加えたものです。 注目すべきは、アドレスが特定のネットワークに属することを識別するための、アドレスタイププレフィックスを含むフォーマットを含むことです。 Astarエコシステムは、WASMスマートコントラクトとしてEVMをサポートする唯一のParachainであるため、Polkadotエコシステムの中でも特別なParachainとなっています。 2種類の仮想マシンを使用することで、2種類のアドレスが使われます。 - -- Astarネイティブアドレス、もしくはSS58アドレス -- 0xで始まるAstar EVMアドレス、もしくはH160アドレス - -1 -2 - -WASM dApps、またはdApps Stakingページを使用するときに、Astarネイティブアドレスを使用します。 このアドレスを使用するには、MetaMask以外の拡張機能が必要です。 エコシステムに慣れていない場合は、Polkadot JS extension を使用することをお勧めします。 - -## Astar Portal - -[Astar Portal][] は、私たちのエコシステムにおいて何でも行うための場所です。 Astarの開発者は、エコシステムで交流したいすべての人のためのワンストッププレースを作りました。 - -Portalを通じて、Astarエコシステムのさまざまなネットワークに接続できます。 - -- **Astar Network**: PolkadotのParachain -- **Shiden Network**: KusamaのParachain -- **Shibuya**: テストネットParachain - -2 - -## 推奨: Polkadot{.js} ブラウザプラグイン - -Polkadot{.js}プラグインは、セキュリティとユーザビリティの合理的なバランスを提供します。 これは、あなたのアドレスを生成し、Astarポータルと対話するための独立したローカルメカニズムを提供します。 エコシステムが初めてで、Astarネイティブアドレスを作成したいユーザーはこのウォレットを使用することを推奨します。 Polkadot JS 拡張機能がない場合、ウォレットを接続しようとすると、Astar Portalでポップアップが表示されます。 - -### ブラウザプラグインをインストール - -ブラウザプラグインは、 [Google Chrome](https://chrome.google.com/webstore/detail/polkadot%7Bjs%7D-extension/mopnmbcafieddcagagdcbnhejhlodfdd?hl=en) (および Brave などの Chromium ベースのブラウザ) と [Firefox](https://addons.mozilla.org/en-US/firefox/addon/polkadot-js-extension) の両方で利用できます。 プラグインをインストールした後、ブラウザのメニューバーに、オレンジ色と白色の Polkadot{.js} ロゴが表示されます。 - -![4](img/4.png) - -### アカウント作成 - -ブラウザのトップバーにあるロゴをクリックして、Polkadot{.js}ブラウザ拡張機能を開いてください。 ブラウザポップアップ表示されます。 - -![6](img/6.png) - -「Create new account」という大きなプラスボタンをクリックします。 Polkadot{.js}プラグインは、システムのランダム性を利用して、あなたのために新しいSeedを作り、12個の単語の形で表示します。 - -![7](img/7.png) - -これらの言葉をバックアップするべきです。 安全な場所にSeedを保管してください。 何らかの理由でPolkadot{.js}からアカウントにアクセスできない場合は、「Add account menu」から「Import account from pre-existing seed」を選択することで、Seedを再入力することが可能です。 - -![8](img/8.png) - -Polkadotエコシステム内のどのチェーンでも許可されるアカウントを作成するのがベストです。 このアカウントはPolkadotとKusamaで使用できます。 チェーンに接続すると、アカウントのフォーマットが自動的に変更されます。 - -**descriptive name** は任意であり、自分用に設定できます。 ブロックチェーンに保存されていないため、ブロックエクスプローラであなたのアドレスを見る他のユーザーには表示されません。 複数のアカウントを使用している場合は、必要に応じて詳細な説明としてこれを作成すると役立ちます。 - -**password** は、アカウントの情報を暗号化するために使用されます。 このアカウントを使って何らかの発信をするときや、メッセージを暗号化して署名するときには、再入力する必要があります。 - -:::danger -このパスワードはSeedフレーズを保護しません ****。 もし誰かがmnemonic seedの12個の単語を知っていれば、パスワードを知らなくても、あなたのアカウントをコントロールすることができるのです。 -::: - -「Add the account with the generated seed」をクリックすると、アカウントが作成されます。 その際、アカウントを json ファイルとして安全な場所に保存することをお勧めします。 - -## Astar Portalにウォレットを接続 - -[Astar Portal][] に戻り、ページを更新します。 Polkadot JSをPortalで使用するために認証が必要であるというポップアップが表示されます。 拡張機能に許可を与えてください! - -![9](img/9.png) - -拡張機能にアクセス許可を与えられたら、ウォレットを接続しましょう。 使用可能なすべての拡張機能のポップアップが表示されます。 Polkadot JSで新しいアカウントを作成しただけなので、この拡張機能を選択しましょう。 - -10 - -「Polkadot JS」をクリックすると、新しく作成したアカウントを選択できます。 アカウントを選択し、「confirm」を押します。 - -11 - -Astarウォレットを私たちのポータルに正常に接続しました。 なお、このウォレットは、Dotsamaのエコシステムに含まれるすべてのParachainで使用することができます。 - -## サポート - -なにかお困りのことはありますか? 私たちのコミュニティに参加すると、アンバサダーがあなたをサポートします。 私たちが最初にDMを送ることは決してありません!覚えておいてください。 チームの一員と偽って声をかけられても、信用しないようにしましょう。 - -[Astar Portal]: https://portal.astar.network/ diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/dex.md b/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/dex.md deleted file mode 100644 index b311dd5..0000000 --- a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/dex.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -sidebar_position: 5 ---- - -# DEXでASTRを購入 - -Astar Networkには、DEXがいくつかあります。 Arthswapはその一つです。 ArthswapはEVM上に構築されているため、EVM環境で接続する必要があります。 - -## MetaMaskのセットアップ - -Metamask拡張機能を開く-> 設定 -> ネットワーク -> ネットワークを追加 - -以下のカスタムRPCを使用してください。 - -**Nネットワーク名**: Astar
**新しいRPC URL**:
**チェーンID**: 592
**通貨記号**: ASTR
**ブロックエクスプローラーのURL**: - -## EthereumのアセットをAstar Networkにブリッジ - -ASTRを購入するには、スワップに使用できる他のアセットが必要です。 wETH、USDT、USDCなどのEthereumアセットをAstar Networkに橋渡しするのは一つの手です。 - -1. に移動します。 -2. 「ブリッジ」をクリックすると、 に移動します。 -3. 「Transfer」に移動し、「From Ethereum」と「To Astar」を選択し、Metamaskを接続します。 -4. 例えばブリッジするアセットにUSDTを選択します。 -5. 「Transfer」をクリックすると、Astar Network上にUSDTを移動できます。 -6. ブリッジ料金を支払う必要があります。また、Astar Networkでトランザクションに必要なガス代のASTRトークンも受け取ります。 - -![25](img/25.png) - -## Arthswapでスワップ - -1. に移動し、Metamaskを接続します。 -2. USDTからwASTRへのスワップを選択し、必要な量を入力します。 -3. スワップを実行し、トランザクションに署名します。 -4. wASTRを入手したので、ASTRにスワップできます。 -5. これであなたのウォレットにはASTRトークンが入っています。 - -ASTRをMetamaskで保有しており、dAppにステークにしたい場合はPolkadot.jsに送信することができます。 前のチュートリアルを参照してください。 diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/1.png b/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/1.png deleted file mode 100644 index a53896d..0000000 Binary files a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/1.png and /dev/null differ diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/10.png b/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/10.png deleted file mode 100644 index d895d39..0000000 Binary files a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/10.png and /dev/null differ diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/11.png b/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/11.png deleted file mode 100644 index bfb495f..0000000 Binary files a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/11.png and /dev/null differ diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/12.png b/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/12.png deleted file mode 100644 index 555b1c0..0000000 Binary files a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/12.png and /dev/null differ diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/13.png b/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/13.png deleted file mode 100644 index 103b965..0000000 Binary files a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/13.png and /dev/null differ diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/14.png b/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/14.png deleted file mode 100644 index 05920e9..0000000 Binary files a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/14.png and /dev/null differ diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/15.png b/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/15.png deleted file mode 100644 index 8f95366..0000000 Binary files a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/15.png and /dev/null differ diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/16.png b/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/16.png deleted file mode 100644 index 4060d39..0000000 Binary files a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/16.png and /dev/null differ diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/17.png b/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/17.png deleted file mode 100644 index 26368c7..0000000 Binary files a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/17.png and /dev/null differ diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/18.png b/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/18.png deleted file mode 100644 index 50007e0..0000000 Binary files a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/18.png and /dev/null differ diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/19.png b/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/19.png deleted file mode 100644 index 63629c3..0000000 Binary files a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/19.png and /dev/null differ diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/2.png b/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/2.png deleted file mode 100644 index 0b16377..0000000 Binary files a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/2.png and /dev/null differ diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/20.png b/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/20.png deleted file mode 100644 index ad4a9c2..0000000 Binary files a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/20.png and /dev/null differ diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/21.png b/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/21.png deleted file mode 100644 index aa2ee7e..0000000 Binary files a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/21.png and /dev/null differ diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/22.png b/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/22.png deleted file mode 100644 index 2a71152..0000000 Binary files a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/22.png and /dev/null differ diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/23.png b/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/23.png deleted file mode 100644 index 1a8fe63..0000000 Binary files a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/23.png and /dev/null differ diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/24.png b/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/24.png deleted file mode 100644 index b8bcb4e..0000000 Binary files a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/24.png and /dev/null differ diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/25.png b/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/25.png deleted file mode 100644 index acdd92c..0000000 Binary files a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/25.png and /dev/null differ diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/26.png b/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/26.png deleted file mode 100644 index d4d7b15..0000000 Binary files a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/26.png and /dev/null differ diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/27.png b/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/27.png deleted file mode 100644 index 6a4bfb5..0000000 Binary files a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/27.png and /dev/null differ diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/28.png b/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/28.png deleted file mode 100644 index 42bf4fb..0000000 Binary files a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/28.png and /dev/null differ diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/29.png b/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/29.png deleted file mode 100644 index bb5ae98..0000000 Binary files a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/29.png and /dev/null differ diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/3.png b/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/3.png deleted file mode 100644 index 262f4b6..0000000 Binary files a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/3.png and /dev/null differ diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/30.png b/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/30.png deleted file mode 100644 index c7a2322..0000000 Binary files a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/30.png and /dev/null differ diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/31.png b/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/31.png deleted file mode 100644 index 853aa34..0000000 Binary files a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/31.png and /dev/null differ diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/32.png b/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/32.png deleted file mode 100644 index 8e02d94..0000000 Binary files a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/32.png and /dev/null differ diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/4.png b/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/4.png deleted file mode 100644 index d92b9ba..0000000 Binary files a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/4.png and /dev/null differ diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/5.png b/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/5.png deleted file mode 100644 index 85c3a1f..0000000 Binary files a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/5.png and /dev/null differ diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/6.png b/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/6.png deleted file mode 100644 index 792166e..0000000 Binary files a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/6.png and /dev/null differ diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/7.png b/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/7.png deleted file mode 100644 index 95cfd1d..0000000 Binary files a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/7.png and /dev/null differ diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/8.png b/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/8.png deleted file mode 100644 index a750ca1..0000000 Binary files a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/8.png and /dev/null differ diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/9.png b/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/9.png deleted file mode 100644 index e82b5a7..0000000 Binary files a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/img/9.png and /dev/null differ diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/index.md b/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/index.md deleted file mode 100644 index ab0b9a6..0000000 --- a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/index.md +++ /dev/null @@ -1,8 +0,0 @@ -# ユーザーガイド - -```mdx-code-block -import DocCardList from '@theme/DocCardList'; -import {useCurrentSidebarCategory} from '@docusaurus/theme-common'; - - -``` diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/manual_claim.md b/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/manual_claim.md deleted file mode 100644 index ffed87a..0000000 --- a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/manual_claim.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -sidebar_position: 10 ---- - -# Polkadot.Js で dApp Staking 報酬の手動請求 -Portal では1度に50件の請求制限があります。 これを超えると、報酬を請求することができなくなり、Polkadot.jsで手動で行う必要があります。 例: - -1. あなたは1つのdAppにステークしており、50 era 以上の未請求の報酬をのこしている -2. あなたは5つのdAppにステークしており、10 era 以上の未請求の報酬をのこしている - -この状況になった場合、このチュートリアルではPolkadot.jsで報酬を受け取る方法をご案内します。 - ---- - -**ステップ 1: あなたがステークキングしているコントラクトアドレスを確認する** -1. [Portal](https://portal.astar.network/) に移動し、目的のネットワークに接続します。 -2. dApp Staking に移動し、「Re-Stake after claiming」をオフにします。 ![image](https://user-images.githubusercontent.com/37278708/201064005-8f8f6a84-f509-46d4-b0a0-493dba981957.png) -3. My dAppsに移動します。 -4. あなたがステーキングしているdAppsのリストを見ることができます。 -5. ステークされている各dAppの情報に移動し、コントラクトアドレスをコピーします。 -6. 次のステップの参照としてコントラクトアドレスを保存しておきます。 ![image](https://user-images.githubusercontent.com/37278708/201061933-81f7fe93-49f9-4c68-a1a1-ccdb6acf2e48.png) - ---- - -**ステップ 2: Polkadot.js で報酬を受け取る** -1. 新しいブラウザタブを開き、 [Polkadot.js web app](https://polkadot.js.org/apps/#/extrinsics) を開きます。 -2. 正しいチェーン(Astar/Shiden/Shibuya) に接続していることを確認してください。 -3. 正しいウォレットで接続していることを確認してください。 -4. `Developer` 、`Extrinsics` とクリックします。 -5. 左のドロップダウンメニューで `dappsStaking`を選択します。 -6. 右のドロップダウンメニューで、 `claimStaker` を選択します。 -7. EVM: H16O に、あなたが保存しておいたコントラクトアドレスを貼り付けます。 例:`0xaab44542c72f88f7b98fffda418e3efe94bc13af` -8. 「Submit Transaction」をクリックし、トランザクションにサインをする前にチップを追加します。 -9. 大量のバックログがある場合は、すべての報酬が請求されるまで何度もこの手順を繰り返す必要があります。 ![image](https://user-images.githubusercontent.com/37278708/199938229-92e8eb7d-46fa-450f-a16f-d583da7bf48c.png) -10. すべての報酬を請求した後、Portal に戻って「Re-Stake after claiming」をオンにすることができます。 - ---- - -以上です。こういった状況になるのを避けるために、定期的に報酬を請求してください。 何か問題が発生した場合は、 [Discord](https://discord.gg/2FGq5KqwBh) のチームメンバーまたはアンバサダーにお問い合わせください。 - diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/mobile_wallet.md b/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/mobile_wallet.md deleted file mode 100644 index 12feaa3..0000000 --- a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/mobile_wallet.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -sidebar_position: 3 ---- - -# モバイル端末で Astar ウォレットを作成する - -**このガイドでは、EVMとNativeの両方のAstar/Shidenウォレットのセットアップをサポートします。** ---- - -[Nova Wallet](https://novawallet.io/)のような Astar Native 環境をサポートするいくつかのモバイルウォレットがあります。[Math Wallet](https://mathwallet.org/en-us/) 、 [SubWallet](https://subwallet.app/)、 [Metamask](https://metamask.io/download/) がAstar EVMをサポートしています。 このチュートリアルでは、NativeとEVMの両方をサポートしているため、Math Walletを使用します。 - -1. AndroidまたはiOSのいずれかに [Math Wallet](https://mathwallet.org/en-us/) をダウンロードしてください。 -2. Native には Astar を選択し、EVM には Astar EVM を選択します。 - -![image](https://user-images.githubusercontent.com/37278708/199638326-b2dc20cf-1446-40f9-9b7a-152ee5f35da7.png) ![image](https://user-images.githubusercontent.com/37278708/199638421-d27fa62b-72b0-485f-a654-f949bf128f89.png) - -3. 新しいウォレットを作成したい場合は「Create Wallet」を選択します(他のデバイスから既存のウォレットを復元したい場合は、ウォレットをインポートすることもできます)。 -4. ウォレットに名前とパスワードを入力し、パスワードを安全な場所に保管することを忘れないでください。 -5. 12単語のSeedフレーズを書き留め、安全な場所に保管してください。 - -![image](https://user-images.githubusercontent.com/37278708/199640362-e22c2328-0d5a-472a-acbf-c5b357c23339.png) - - -7. 次の画面で、正しいSeedフレーズがあることを確認し、「confirm」をクリックします。 - -![image](https://user-images.githubusercontent.com/37278708/199640403-1b8091b6-9e65-4aef-920c-751698682c55.png) - - -8. あなたのAstarウォレットの準備ができました。 -9. dAppブラウザをクリックすると、 [Astar Portal](https://portal.astar.network/) を使用してdApp Staking(Astar Nativeのみ)を使用たりし、NativeからEVMへまたその逆に [トークンを転送](https://docs.astar.network/docs/user-guides/transfer-tokens) したりできます。 - -![image](https://user-images.githubusercontent.com/37278708/199640641-81e1ed72-1357-490f-b9c6-ccab0d6f3cd8.png) ![image](https://user-images.githubusercontent.com/37278708/199640688-eb338b50-8581-4e85-8402-4808aea05739.png) - -11. EVM ウォレットをお持ちの場合は、それを使用して EVM 環境内の dApp をナビゲートできます。 - ---- - -以上です。**念のため**、Seed フレーズとパスワードを安全な場所に保存してください。 これを誰とも共有しないでください! diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/setup-metamask.md b/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/setup-metamask.md deleted file mode 100644 index fa7a6d1..0000000 --- a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/setup-metamask.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -sidebar_position: 3 ---- - -# MetamaskにAstar Networkを設定する方法 - -このチュートリアルでは、Astar/Shiden NetworkをMetamaskアカウントに追加する方法を説明します。 - -
- -MetamaskにAstar Networkを追加するのはとても簡単です。 -
- -1. [Portal](https://portal.astar.network/) にアクセスし、Metamaskを接続してみてください。 - -Screenshot 2022-09-06 at 14 08 21
-
- -2. Metamaskがポップアップを表示し、Astar Networkを追加するかどうかを尋ねてきます。 その情報を確認して承認してください。
- -Screenshot 2022-09-06 at 14 33 44 - -
- -:::note -この方法以外に、以下の情報をMetamaskの設定の中に直接指定して設定することもできます。 -
-ネットワークの詳細
ネットワーク名: Astar Network Mainnet
ネットワーク(RPC) URL: https://evm.astar.network
チェーン ID: 592
通貨記号: astr
ブロックエクスプローラー URL: https://blockscout.com/astar - -::: diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/transfer-tokens.md b/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/transfer-tokens.md deleted file mode 100644 index 86db18e..0000000 --- a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/transfer-tokens.md +++ /dev/null @@ -1,213 +0,0 @@ ---- -sidebar_position: 4 ---- - -# トークンを転送する方法 - -このチュートリアルでは、Portalを使用してトークンを転送する方法と、Portalにトークンを送信する方法を説明します。 - -
- -- [Astarのアカウント(Native と EVM)を作成](#create-astar-accountsnative-and-evm) - -- [中央主権型取引所(CEX)から Astar Network にASTR/SDNを送信](#sending-astrsdn-to-astar-network-from-central-exchanges) - -- [Astar Network から中央主権型取引所(CEX)にASTR/SDNを送信](#sending-astrsdn-to-central-exchanges-from-astar-network) - -- [Astar Native から Astar EVM にASTR/SDNを送信](#sending-astrsdn-to-astar-evm-from-astar-native-or-any-tokens-in-the-account) - -- [Astar EVM から Astar Native にASTR/SDNを送信](#sending-astrsdn-to-astar-native-from-astar-evm) - -- [クロスチェーン転送(XCM)](#cross-chain-transferxcm) - -- [クロスチェーン(XCM)資産を Astar Network に転送](#transferring-cross-chainxcm-assets-into-astar-network) - -- [Astar Network から他のチェーンにクロスチェーン(XCM)資産を転送](#transferring-cross-chainxcm-assets-to-other-chains-from-astar-network) - -
- -## Astarのアカウント(Native と EVM)を作成 - -Astarは異なるフォーマットで2つのアドレスを持っています。 - -- Astar Native アドレスー dApps Staking やWASMプロジェクトと連携するためのアドレス -- Astar EVM アドレスー EVMプロジェクトと連携するためのアドレス - -あなたが Astar Native アカウントを作成する必要がある場合は、 [こちらのページ](create-wallet.md) でアカウントを作成することができます。 - -もし、MetamaskにAstar Network を追加していない場合は、とてもシンプルです ー [Portal](https://portal.astar.network/) に行き、Metamaskを選択してください。 Metamaskは、Astar Network の追加許可を求めてくるでしょう。 別の方法や、ネットワーク追加の詳細については、 [こちら](setup-metamask.md) を参照してください。 - -
- -## 中央取引所から Astar Network にASTR/SDNを送信 - -Astar(EVM)をサポートするGate.ioを除き、ほとんどの取引所はAstar Network(Native)のみをサポートしています。 あなたが ASTRトークンを受け取るにはAstar Native アカウントが必要で、必要に応じて Astar EVM アカウントにトークンを送信することもできます。 - -:::tip - -ほとんどの取引所は、彼らがサポートするネットワークが Astar Native であるという意味で Astar Network と言及しているだけです。 - -::: - -:::danger - -**サポートされているネットワークを再確認してください。Astar (EVM) と書かれている場合、Astar EVMアカウントにのみトークンを転送できます**。 - -::: - -1. [Portal](https://portal.astar.network/) に移動します。 - -2. ネットワークをAstar/Shidenに接続します(Astar NetworkはASTR用、Shiden NetworkはSDN用)。 - -network - -3. Poladot.js ウォレットを接続してください ー まだ完了していない場合は、 [Astar アカウントを作成](#create-wallet/#astar-accounts) に戻ってください。 - -wallet  - -4. これはあなたの Astar Native アカウントの資産ページです。 上部にアドレスが表示されています。 アドレスをコピーします。 - -Account-copy - -5. ASTRトークンを取得した取引所に移動し、上記のアドレスへの引き出しを行います。 - -6. トランザクションが完了したら、Portalに戻って残高を確認してください。 - -
- -## Astar Network から中央主権型取引所(CEX)にASTR/SDNを送信 - -:::tip - -- **Astar Native アカウントを使用して、Astar Networkをサポートする取引所にトークンを送信する** -- **Astar EVMアカウントを使用して、Astar EVMをサポートする取引所にトークンを送信する** - -::: - -:::caution - -以下の手順に従って、取引所が提供するすべての手順(アドレス、フォーマットなど)もよくお読みください。 - -::: - -1. 転送先の取引所からアドレスをコピーします。 -2. [Portal](https://portal.astar.network/) に移動し、ネットワークをAstar/Shidenに接続します(Astar NetworkはASTR用、Shiden NetworkはSDN用)。 -3. ウォレットを接続します(NativeかEVMかは取引所によって異なります)。まだウォレットを作成していない場合は、[ Astarのアカウント(Native と EVM) の作成 ] へ戻ってください。 -4. 「Transfer」ボタンをクリックしてください。 Native-Asset-transfer -5. 取引所の宛先アドレスと転送したい額を追加してください。 Native-local-destination-address - -
- -## Astar Native から Astar EVM にASTR/SDNを送信(またはアカウント内の任意のトークン) - -前述の通り、ほとんどの取引所は Astar Native のみをサポートしており、EVMプロジェクトとやり取りしたい場合はASTRをAstar EVMに転送する必要があります。 - -1. [Portal](https://portal.astar.network/) に移動し、Astar EVMアドレスをコピーします。 account-EVM - -2. 1の他の方法として、Metamaskのエクステンションをチェックしてアドレスをコピーしてもかまいません。 MM - -3. Astar Native アカウントに接続します。 - -4. ASTR の横にある「Transfer」ボタンを押します。 Account-copy - -5. 転送ページに移動します。 転送先アドレスと転送したい額を追加し、「Confirm」ボタンを押します。 Native-local-destination-address - -
- -## Astar EVM から Astar Native にASTR/SDNを送信 - -ASTR/SDNをAstar Nativeに転送する場合は、以下の手順に従ってください。 - -:::caution - -XcAssets (EVMネットワークで互換性のあるXCMトークン) は現在、Native アカウントに戻すことができません (たとえあなたがNative アカウントから転送した場合も同様です)。 オリジンチェーンにクロスチェーン(XCM)転送を行い、さらに Astar Nativeに別のXCM転送を行う必要があります。 [ここの手順](#transferring-cross-chainxcm-assets-to-other-chains-from-astar-network) に従ってください - -::: -:::danger - -**ほとんどの取引所は Astar Native アドレスのみをサポートしているため、取引所がAstar EVMをサポートしていない限り、トークンを取引所に転送するのにこの方法は使用しないことに注意してください。** - -::: - -1. [Portal](https://portal.astar.network/) に移動し、Astar Native アカウントに接続して使用したいアドレスをコピーします。 Account-copy - -2. ヘッダーボタンからチェーンを切り替えて、Astar EVMアカウントに接続します。 Switch-to-EVM - -3. 送信したいトークンの横にある「Transfer」ボタンを押してください。 EVM-transfer - -4. 転送ページに移動します。 転送先の Native アドレスと転送したい額を追加し、「Confirm」ボタンを押します。 **このトランザクションはトークンをEVM Depositに送信することです。** - -EVM-depo  - -5. トークンを使用する前に、EVM Depositを引き出す必要があります。 - -6. Astar Native アカウントに接続し、「Withdraw」ボタンを押してください。 EVM-depo - -7. モーダルウインドウが表示され、署名することで引き出しをすることができます。 depo-withdraw - -
- -## クロスチェーン転送(XCM) - -転送を行う前に準備に必要なポイントがいくつかあります。 - -:::note - -- オリジンチェーンのNativeトークンを転送する場合は、そのアカウントにいくらか残しておくことをお勧めします。 そうでなければ、さらにトランザクションを行うためにいくらかガストークンが必要になるかもしれません。 - -- Min.Balance は通常、Polkadot エコシステムに適用され、 Astar Portal は Min.Balance より大きい額のトランザクションのみを行います。 - -::: - -
- -## クロスチェーン(XCM)資産を Astar Network に転送 - -1. [Portal](https://portal.astar.network/) にアクセスし、Astar Native アカウントに接続します。**(Astar EVM からの入金は、Astar Native アカウントを通じてのみ可能です) ** - -2. Astar Networkに入金したいトークンを選択します。 - -3. 「Transfer」をクリックし、「転送ページ」に移動します。 「 Cross-chain Transfer(XCM)」タブを選択します。 Native-XCM - -Polkadot.jsで作られたAstar Native アカウントでは、すべてのPolkadotとparachainsに対応するアドレスがあります。 ここにはAstar Networkアカウントがありますが、Polkadot チェーンのDOTの残高が表示されます。 あなたはワンクリックであなたの資産をもってくることができます。 - -:::caution - -PolkadotのDOTの Min.balance を1.1DOTに設定し、Min.Transfer 量を1.1に設定しました。 最小の転送を行うには、少なくとも2.2DOT +ガスが必要です。 これは、実存残高(Existential Deposit = ED)の仕組みによってユーザーの資金が奪われるのを防ぐためです(EDの詳細については、[Polkadot Wiki](https://support.polkadot.network/support/solutions/articles/65000168651-what-is-the-existential-deposit-)を参照してください)。 - -::: - -4. トークンをAstar EVMに送りたい場合は、宛先をAstar(EVM)に変更し、EVMアドレスを入力します。 - -Chain-select -XCM-Native-EVM - -1. Astar Networkに持ち込みたい額を入力し、「Confirm」ボタンを押します。 - -2. XCM のトランザクションを見つけるのは難しいことがあります。 Portalにはあなたが行った正しいトランザクションにたどり着けるようブラウザの履歴があります。 - -history - -
- -## Astar Network から他のチェーンにクロスチェーン(XCM)資産を転送 - -1. [Portal](https://portal.astar.network/) に移動し、Native または EVM アカウントに接続します。 - -:::tip - -クロスチェーン(XCM)資産をAstar EVMアカウントからAstar Nativeアカウントに移行したい場合、まずトークンをオリジンチェーンに送信し、別のクロスチェーン(XCM)をAstar Native アカウントに転送する必要があります。 - -::: - -2. Astar Networkから他のチェーンへ引き出したいトークンを選択します。 - -3. 「Transfer」をクリックし、「転送ページ」に移動します。 「 Cross-chain Transfer(XCM)」タブを選択します。 - -4. Astar EVMを使用しているとき、宛先EVMアドレスを入力します。 あなたは[オリジンチェーンのアドレス](https://docs.astar.network/docs/learn/interoperability/xcm/faq#q-where-can-i-find-other-chains-addresses)が必要です。 EVM-XCM - -5. もし、Astar Nativeを使用しているのであれば、順序を逆にするだけで、同じアカウント内でトークンを転送することができ、他のアカウントのアドレスに転送するのであれば手動で入力することもできます。 XCM-reverse - -Input-manually - -6. Astar Networkに持ち込みたい額を入力し、「Confirm」ボタンを押します。 diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/troubleshooting.md b/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/troubleshooting.md deleted file mode 100644 index 233bdd0..0000000 --- a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/troubleshooting.md +++ /dev/null @@ -1,24 +0,0 @@ -# ポータルのトラブルシューティングガイド - -このセクションでは、Portalに接続する際の問題のトラブルシューティングについて説明します。 - -## Portalにウォレットを接続出来ない。 - -**Polkadot.js によるPortalへのアクセスを許可する** -1. 「Polkadot.js」ブラウザ拡張機能に移動します。 -2. 「gear」アイコンをクリックします。 -3. 「manage website access」をクリックします。 -4. 「portal.astar.network」 が許可されていることを確認してください。 - -**Astar/ShidenでPolkadot.js を使用することを許可する** -1. 「Polkadot.js」ブラウザ拡張機能に移動します。 -2. 3つの点をクリックします。 -3. ドロップダウンメニューで「Allow use on any chain」を選択します。 - -## エラーが発生する、または特定の機能が実行出来ない。 -Staking Rewardsなどの特定の機能が実行出来ない方は、 以下の手順を試して下さい。 -1. メタデータを更新します (必要な場合)。 -2. キャッシュをクリアし、ブラウザを再起動し、ウォレットをPortalに再接続します。 -3. 右上隅にある別のエンドポイントに切り替えます。 - -上記のいずれを実施しても解決出来ない場合は、 [Discord](https://discord.gg/2FGq5KqwBh) にてチームメンバーまたはアンバサダーに連絡してください。 diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/unbond-vested.md b/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/unbond-vested.md deleted file mode 100644 index ac4fcff..0000000 --- a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/unbond-vested.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -sidebar_position: 7 ---- - -# 権利確定トークン(Vested Tokens)を結合解除(unbond)する - -Crowdloanに参加した場合、ロックを解除出来る権利確定トークン(vested tokens)が存在します。 - -トークンを結合解除(unbond)するには、ウォレットでアカウントをロードします。 - -アカウントがロードされると、ロックされた数量、権利確定した数量、送金可能な数量が確認可能です。 - -![31](img/31.png) - -「send」ボタンの横にある3点ボタンをクリックし、「Unlock vested amount」をクリックします。 クリック時に、トランザクションを確認して署名する必要があります。 その後、権利確定トークン(vested tokens)が転送可能になります。 - -![32](img/32.png) diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/withdraw_unregistered.md b/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/withdraw_unregistered.md deleted file mode 100644 index 908b053..0000000 --- a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/withdraw_unregistered.md +++ /dev/null @@ -1,65 +0,0 @@ ---- -sidebar_position: 9 ---- - -# 未登録コントラクトからステークの引き出し - -まれに、プロジェクトはポータルのコントラクトアドレスを変更したり、プロジェクトが削除されることがあります。 この場合、一部のステークは自動的に削除されません。 ステーカーは手動でステークの引き出しをする必要があります。 このチュートリアルでは、ポータルから削除されたdAppからステークを引き出す方法について説明します。 - -**最も簡単な方法**は、未登録のdAppにステーキングしているアドレスでポータルに接続し、「Claim」をクリックすることです。 「Claim」をクリックすると、あなたの結合されたトークンは解除され、結合解除期間に入ります。 上記がうまくいかない場合は、以下のガイドに従ってください。 - ---- - -## ステップ 1: あなたがステークキングしているコントラクトアドレスを見つける -1. [Polkadot.js web app](https://polkadot.js.org/apps/#/chainstate) に移動します。 -2. 正しいチェーン(Astar/Shiden/Shibuya)に接続していることを確認してください。 -3. 正しいウォレットで接続していることを確認してください。 -4. `Developer` と `Chain State` をクリックします。 -5. 左のドロップダウンメニューで `dappsStaking`を選択します。 -6. 右のドロップダウンメニューで、 `generalStakerInfo` を選択します。 -7. `include option` を選択解除します。 -8. **+** 記号をクリックします。 ![image](https://user-images.githubusercontent.com/37278708/199924502-e833a53e-ce7f-4b7d-bdee-b2ea1b377904.png) - -9. これで、あなたがステーキングしているすべてのコントラクトを見ることができます。 ![image](https://user-images.githubusercontent.com/37278708/199924710-61d994f3-ddae-4dfb-b4c3-f186138d86de.png) - -10. そのページはそのままにしておきます。 -11. 別のブラウザタブを開き、 [Astar Portal](https://portal.astar.network/astar/dapp-staking/discover) に移動します。 -12. 同じウォレットを使用して接続します。 -13. dApp Staking -> My dApps. に移動します。 -14. あなたがステーキングしているdAppsのリストを見ることができます。 ![image](https://user-images.githubusercontent.com/37278708/199926165-909fa598-d9b2-4811-8619-f3ae414b9fb3.png) - -15. ステーキングしている各dAppの情報に移動し、コントラクトアドレスを見ることができます。 ![image](https://user-images.githubusercontent.com/37278708/199926265-f1913a1a-0635-4ed2-9f9b-91e7c8e0a2ec.png) - -16. Polkadot.js web app でコントラクトアドレスを確認してください。 Polkadot.js web app では利用できるが、Astar Portal では利用できないコントラクトアドレスを見つけた場合、それは削除されたコントラクトアドレスであり、あなたが探しているものであることがわかります。 -17. そのコントラクトアドレスをコピーし、次の手順の参照としてメモ帳に貼り付けておきます。 - ---- - -## ステップ 2: 未請求の報酬を請求する -1. 新しいブラウザタブを開き、 [Polkadot.js web app](https://polkadot.js.org/apps/#/extrinsics) を開きます。 -2. 正しいチェーン(Astar/Shiden/Shibuya)に接続していることを確認してください。 -3. 正しいウォレットで接続していることを確認してください。 -4. `Developer` と `Chain State` をクリックします。 -5. 左のドロップダウンメニューで `dappsStaking`を選択します。 -6. 右のドロップダウンメニューで、 `generalStakerInfo` を選択します。 -7. Evm: H16O に、あなたがメモ帳に記録していたコントラクトアドレスを貼り付けます。`0xaab44542c72f88f7b98fffda418e3efe94bc13af` -8. 「Submit Transaction」をクリックし、サインをする前にチップを追加します。 -9. 大量のバックログがある場合は、すべての報酬が請求されるまで何度もこの手順を繰り返す必要があります。 そうしないと、次のステップに進むことはできません。 -![image](https://user-images.githubusercontent.com/37278708/199938229-92e8eb7d-46fa-450f-a16f-d583da7bf48c.png) ---- - -## ステップ 3:コントラクトからステークを引き出す -1. 同じブラウザを使用してください。 -2. 左のドロップダウンメニューで `dappsStaking`を選択します。 -3. 右のドロップダウンメニューで、 `generalStakerInfo` を選択します。 -4. Evm: H16O に、あなたがメモ帳に記録していたコントラクトアドレスを貼り付けます。`0xaab44542c72f88f7b98fffda418e3efe94bc13af` -5. 「Submit Transaction」をクリックし、サインをする前に小さいチップを追加します。 ![image](https://user-images.githubusercontent.com/37278708/199930565-fff88330-bc9d-4680-aea3-de8d52052c00.png) - -6. あなたのステークは今未登録のコントラクトから引き出されます。 - ---- - -以上です。 何か問題が発生した場合は、 [Discord](https://discord.gg/2FGq5KqwBh) のチームメンバーまたはアンバサダーにお問い合わせください。 - - - diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/xc-swap.md b/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/xc-swap.md deleted file mode 100644 index c03bb9a..0000000 --- a/i18n/ja/docusaurus-plugin-content-docs/current/user-guides/xc-swap.md +++ /dev/null @@ -1,45 +0,0 @@ ---- -sidebar_position: 6 ---- - -# 主要なEVMチェーンからAstarへのクロスチェーン資産のスワップ - -このチュートリアルでは、少なくとも12個のEVMチェーンからAstarへのクロスチェーンスワップの作成方法について説明します。 - -## XY FinanceのXスワップページに移動する - -XY Financeは、DeFi & Metaverse向けのクロスチェーンスワップアグリゲータです。 ユーザーは、1つのトランザクションで他のチェーンからAstarでASTRやその他のトークンを直接購入することができます。 現在、XYファイナンスは、Ethereum、BSC、Fantom、Polygon、Arbitrum、Optimism、AvalancheC-Chain、Cronos、KCC、Thunderbore、Apar、Moonriverなど12のEVMチェーンをサポートしています。 - -## ウォレットを接続する - -「Connect Wallet」ボタンをクリックします。 - -XYファイナンスが提供する簡単な機能を探索する前に、ウォレットを接続する必要があります。 XY Finance は現在、デスクトップ ブラウザーで Metamask と WalletConnect をサポートしており、モバイルではより多くの種類のウォレットがサポートされています。 - -![26](img/26.png) - -## スワップトークン - -ソース・チェーンで交換したいトークンと、Astarで受け取るトークンを選択します。 ここでは、ポリゴンのUSDTをAstarのASTRにスワップする例を紹介します。 XY Financeが提供するサービスにより、EVMユーザーは1回のトランザクションで直接ASTRを取得することができます。 - -## トークン金額を入力 - -交換したいUSDTの数量を入力します。 - -![27](img/27.png) - -受取先のアドレスを二重チェックしてください。 XY Financeは、接続されたウォレットアドレスをデフォルトで表示します。受信者のアドレスは変更することもできます。 - -![28](img/28.png) - -「Approve to Swap」ボタンをクリックすると、ウォレットがアクションを確認するよう求められます。 - -![29](img/29.png) - -# スワップ - -「Approve to Swap」ボタンをクリックすると、ウォレットがアクションを確認するよう求められます。 ウォレットでこのトランザクションを確認します。 - -![30](img/30.png) - -数分後にAstar NetworkでASTRを受信することが出来ます。 diff --git a/i18n/ja/docusaurus-theme-classic/footer.json b/i18n/ja/docusaurus-theme-classic/footer.json deleted file mode 100644 index 8da0a99..0000000 --- a/i18n/ja/docusaurus-theme-classic/footer.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "link.title.Docs": { - "message": "ドキュメント", - "description": "The title of the footer links column with title=Docs in the footer" - }, - "link.title.Community": { - "message": "コミュニティ", - "description": "The title of the footer links column with title=Community in the footer" - }, - "link.title.More": { - "message": "詳細", - "description": "The title of the footer links column with title=More in the footer" - }, - "link.item.label.Get Started": { - "message": "はじめよう", - "description": "The label of footer link with label=Get Started linking to /docs/getting-started" - }, - "link.item.label.Discord": { - "message": "Discord", - "description": "The label of footer link with label=Discord linking to https://discord.gg/astarnetwork" - }, - "link.item.label.Twitter": { - "message": "Twitter", - "description": "The label of footer link with label=Twitter linking to https://twitter.com/AstarNetwork" - }, - "link.item.label.Blog": { - "message": "Blog", - "description": "The label of footer link with label=Blog linking to https://medium.com/astar-network" - }, - "link.item.label.GitHub": { - "message": "GitHub", - "description": "The label of footer link with label=GitHub linking to https://github.com/AstarNetwork" - }, - "copyright": { - "message": "Copyright © 2022 Astar Developers Hub.", - "description": "The footer copyright" - } -} diff --git a/i18n/ja/docusaurus-theme-classic/navbar.json b/i18n/ja/docusaurus-theme-classic/navbar.json deleted file mode 100644 index 558cc9a..0000000 --- a/i18n/ja/docusaurus-theme-classic/navbar.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "title": { - "message": "Astar ドキュメント", - "description": "The title in the navbar" - }, - "item.label.Docs": { - "message": "ドキュメント", - "description": "Navbar item with label Docs" - }, - "item.label.Medium": { - "message": "Medium", - "description": "Navbar item with label Medium" - }, - "item.label.Youtube": { - "message": "Youtube", - "description": "Navbar item with label Youtube" - }, - "item.label.GitHub": { - "message": "GitHub", - "description": "Navbar item with label GitHub" - }, - "logo.alt": { - "message": "Astar", - "description": "The alt text of navbar logo" - }, - "item.label.Start Building": { - "message": "Start Building", - "description": "Navbar item with label Start Building" - } -} diff --git a/src/components/HomepageFeatures/index.tsx b/src/components/HomepageFeatures/index.tsx index 75bb9ba..e689413 100644 --- a/src/components/HomepageFeatures/index.tsx +++ b/src/components/HomepageFeatures/index.tsx @@ -26,7 +26,7 @@ const FeatureList: FeatureItem[] = [ }, { title: Build, - link: '/docs/builder-guides/', + link: '/docs/Builder/', iconClass: 'wrench', description: ( <>