Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/components/products/das-api/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export const das = {
title: 'Core Extension SDK',
links: [
{ title: 'Extension Overview', href: '/dev-tools/das-api/core-extension' },
{ title: 'Getting Started', href: '/dev-tools/das-api/getting-started#das-for-mpl-core' },
{ title: 'Get Core Asset', href: '/dev-tools/das-api/core-extension/methods/get-asset' },
{ title: 'Get Core Collection', href: '/dev-tools/das-api/core-extension/methods/get-collection' },
{ title: 'Get Core Assets By Authority', href: '/dev-tools/das-api/core-extension/methods/get-assets-by-authority' },
Expand Down
6 changes: 4 additions & 2 deletions src/pages/en/dev-tools/das-api/core-extension/index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
title: Core DAS API Extension
metaTitle: Methods | Core DAS API Extension
metaTitle: Overview | Core DAS API Extension
description: Digital Asset Standard API Extension for MPL Core
---

In addition to the general DAS SDK an extension for [MPL Core](/smart-contracts/core) has been created that directly returns you the correct types to further use with the MPL Core SDKs. It also automatically derives the plugins in assets inherited from the collection and provides functions for [DAS-to-Core type conversions](/dev-tools/das-api/core-extension/convert-das-asset-to-core).
The `@metaplex-foundation/mpl-core-das` package is a DAS API extension for [MPL Core](/smart-contracts/core) that returns the correct types for use with the MPL Core SDKs. It also automatically derives plugins inherited from the collection and provides [DAS-to-Core type conversions](/dev-tools/das-api/core-extension/convert-das-asset-to-core).

See [Getting Started](/dev-tools/das-api/getting-started#das-for-mpl-core) for installation and setup.

## Fetching
The Core DAS API Extension supports the following methods:
Expand Down
2 changes: 1 addition & 1 deletion src/pages/en/dev-tools/das-api/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Note You might need to contact your RPC provider to "enable" the DAS API on your
If you intend to use DAS on [Metaplex Core](/smart-contracts/core) Assets you want to install the additional `@metaplex-foundation/mpl-core-das` package:
{% /callout %}

## DAS for MPL Core
## DAS for MPL Core {% #das-for-mpl-core %}

The [DAS Extension](/dev-tools/das-api/core-extension) for [MPL Core](/smart-contracts/core) helps directly returns you the correct types to further use with the MPL SDKs. It also automatically derives the plugins in assets inherited from the collection and provides [functions for DAS-to-Core type conversions](/dev-tools/das-api/core-extension/convert-das-asset-to-core).

Expand Down
6 changes: 4 additions & 2 deletions src/pages/ja/dev-tools/das-api/core-extension/index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
title: Core DAS API拡張機能
metaTitle: メソッド | Core DAS API拡張機能
metaTitle: 概要 | Core DAS API拡張機能
description: MPL Core用のDigital Asset Standard API拡張機能
---

一般的なDAS SDKに加えて、[MPL Core](/ja/smart-contracts/core)用の拡張機能が作成されており、MPL Core SDKでさらに使用するための正しいタイプを直接返します。また、コレクションから継承されたアセット内のプラグインを自動的に派生し、[DAS-to-Core型変換](/ja/dev-tools/das-api/core-extension/convert-das-asset-to-core)のための機能を提供します。
`@metaplex-foundation/mpl-core-das`パッケージは、[MPL Core](/ja/smart-contracts/core)向けのDAS API拡張機能で、MPL Core SDKで使用するための正しいタイプを返します。また、コレクションから継承されたアセット内のプラグインを自動的に派生し、[DAS-to-Core型変換](/ja/dev-tools/das-api/core-extension/convert-das-asset-to-core)のための機能を提供します。

インストールとセットアップについては[はじめに](/ja/dev-tools/das-api/getting-started#das-for-mpl-core)を参照してください。

## 取得

Expand Down
2 changes: 1 addition & 1 deletion src/pages/ja/dev-tools/das-api/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const umi = createUmi("exampleDasProvider.com").use(dasApi());
[Metaplex Core](/ja/smart-contracts/core)アセットでDASを使用する予定の場合、追加の`@metaplex-foundation/mpl-core-das`パッケージをインストールしてください:
{% /callout %}

## MPL Core用のDAS
## MPL Core用のDAS {% #das-for-mpl-core %}

[MPL Core](/ja/smart-contracts/core)用の[DAS拡張機能](/ja/dev-tools/das-api/core-extension)は、MPL SDKでさらに使用するための正しいタイプを直接返すのに役立ちます。また、コレクションから継承されたアセット内のプラグインを自動的に派生し、[DAS-to-Core型変換のための機能](/ja/dev-tools/das-api/core-extension/convert-das-asset-to-core)を提供します。

Expand Down
6 changes: 4 additions & 2 deletions src/pages/ko/dev-tools/das-api/core-extension/index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
title: Core DAS API 확장
metaTitle: 메서드 | Core DAS API 확장
metaTitle: 개요 | Core DAS API 확장
description: MPL Core용 디지털 자산 표준 API 확장
---

일반 DAS SDK 외에도 [MPL Core](/ko/smart-contracts/core)용 확장이 생성되어 MPL Core SDK와 함께 사용할 수 있는 올바른 타입을 직접 반환합니다. 또한 컬렉션에서 상속된 자산의 플러그인을 자동으로 파생하고 [DAS-to-Core 타입 변환](/ko/dev-tools/das-api/core-extension/convert-das-asset-to-core)을 위한 함수를 제공합니다.
`@metaplex-foundation/mpl-core-das` 패키지는 [MPL Core](/ko/smart-contracts/core)용 DAS API 확장으로, MPL Core SDK와 함께 사용할 수 있는 올바른 타입을 반환합니다. 또한 컬렉션에서 상속된 자산의 플러그인을 자동으로 파생하고 [DAS-to-Core 타입 변환](/ko/dev-tools/das-api/core-extension/convert-das-asset-to-core)을 위한 함수를 제공합니다.

설치 및 설정은 [시작하기](/ko/dev-tools/das-api/getting-started#das-for-mpl-core)를 참조하세요.

## 페칭
Core DAS API 확장은 다음 메서드를 지원합니다:
Expand Down
2 changes: 1 addition & 1 deletion src/pages/ko/dev-tools/das-api/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const umi = createUmi("exampleDasProvider.com").use(dasApi());
[Metaplex Core](/ko/smart-contracts/core) 자산에서 DAS를 사용하려면 추가로 `@metaplex-foundation/mpl-core-das` 패키지를 설치해야 합니다:
{% /callout %}

## MPL Core용 DAS
## MPL Core용 DAS {% #das-for-mpl-core %}

[MPL Core](/ko/smart-contracts/core)를 위한 [DAS 확장](/ko/dev-tools/das-api/core-extension)은 MPL SDK와 함께 사용할 수 있는 올바른 타입을 직접 반환합니다. 또한 컬렉션에서 상속된 자산의 플러그인을 자동으로 파생하고 [DAS-to-Core 타입 변환을 위한 함수](/ko/dev-tools/das-api/core-extension/convert-das-asset-to-core)를 제공합니다.

Expand Down
6 changes: 4 additions & 2 deletions src/pages/zh/dev-tools/das-api/core-extension/index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
title: Core DAS API 扩展
metaTitle: 方法 | Core DAS API 扩展
metaTitle: 概览 | Core DAS API 扩展
description: 用于 MPL Core 的数字资产标准 API 扩展
---

除了通用 DAS SDK 之外,还为 [MPL Core](/zh/smart-contracts/core) 创建了一个扩展,可以直接返回正确的类型以便进一步与 MPL Core SDK 一起使用。它还自动派生资产中从集合继承的插件,并提供 [DAS 到 Core 类型转换](/zh/dev-tools/das-api/core-extension/convert-das-asset-to-core)的功能。
`@metaplex-foundation/mpl-core-das` 包是面向 [MPL Core](/zh/smart-contracts/core) 的 DAS API 扩展,可返回供 MPL Core SDK 使用的正确类型。它还自动派生资产中从集合继承的插件,并提供 [DAS 到 Core 类型转换](/zh/dev-tools/das-api/core-extension/convert-das-asset-to-core)的功能。

安装与设置请参阅[快速入门](/zh/dev-tools/das-api/getting-started#das-for-mpl-core)。

## 获取数据
Core DAS API 扩展支持以下方法:
Expand Down
2 changes: 1 addition & 1 deletion src/pages/zh/dev-tools/das-api/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const umi = createUmi("exampleDasProvider.com").use(dasApi());
如果您打算在 [Metaplex Core](/zh/smart-contracts/core) 资产上使用 DAS,您需要安装额外的 `@metaplex-foundation/mpl-core-das` 包:
{% /callout %}

## MPL Core 的 DAS
## MPL Core 的 DAS {% #das-for-mpl-core %}

[MPL Core](/zh/smart-contracts/core) 的 [DAS 扩展](/zh/dev-tools/das-api/core-extension)可以直接返回正确的类型,以便进一步与 MPL SDK 一起使用。它还自动派生资产中从集合继承的插件,并提供 [DAS 到 Core 类型转换的功能](/zh/dev-tools/das-api/core-extension/convert-das-asset-to-core)。

Expand Down