diff --git a/api-references/indexer/installation.mdx b/api-references/indexer/installation.mdx index 47ce891f..083e6c71 100644 --- a/api-references/indexer/installation.mdx +++ b/api-references/indexer/installation.mdx @@ -16,7 +16,7 @@ schema with sample curl commands, along with examples in both Javascript/Typescr We provide SDKs for [Web / node.js](https://github.com/0xsequence/sequence.js) and [Go](https://github.com/0xsequence/go-sequence). Or if you'd like to integrate the Indexer with another language target, simply follow the API reference below to implement the HTTP requests. Additionally, read the Typescript client source code as [reference -implementation of the Indexer API client](https://github.com/0xsequence/sequence.js/blob/master/packages/indexer/src/indexer.gen.ts) as well. +implementation of the Indexer API client](https://github.com/0xsequence/sequence.js/blob/master/packages/services/indexer/src/indexer.gen.ts) as well. ### Web / node.js Installation diff --git a/api-references/metadata/examples/rest-api.mdx b/api-references/metadata/examples/rest-api.mdx index 9955148c..f4f5a773 100644 --- a/api-references/metadata/examples/rest-api.mdx +++ b/api-references/metadata/examples/rest-api.mdx @@ -126,7 +126,7 @@ The Metadata RPC interface offers the full capabilities of the Metadata service. We provide SDKs for [Web / node.js](https://github.com/0xsequence/sequence.js) and [Go](https://github.com/0xsequence/go-sequence). Or if you'd like to integrate the Metadata service with another language target, simply follow the API reference below to implement the HTTP requests. Additionally, read the Typescript client source code as [reference -implementation of the Metadata RPC client](https://github.com/0xsequence/sequence.js/blob/master/packages/services/metadata/src/metadata.gen.ts) as well. +implementation of the Metadata RPC client](https://github.com/0xsequence/sequence.js/blob/master/packages/services/metadata/src/metadata.gen.ts) as well. ## Metadata RPC Methods diff --git a/api-references/transactions/installation.mdx b/api-references/transactions/installation.mdx index 40d82d0c..9266f044 100644 --- a/api-references/transactions/installation.mdx +++ b/api-references/transactions/installation.mdx @@ -7,7 +7,7 @@ sidebarTitle: Installation We provide SDKs for [Web / node.js](https://github.com/0xsequence/sequence.js) and [Go](https://github.com/0xsequence/go-sequence). Or if you'd like to integrate the Relayer with another language target, simply follow the API reference below to implement the HTTP requests. Additionally, read the Typescript client source code as [reference -implementation of the Transactions API client](https://github.com/0xsequence/sequence.js/blob/master/packages/relayer/src/rpc-relayer/relayer.gen.ts) as well. +implementation of the Transactions API client](https://github.com/0xsequence/sequence.js/blob/master/packages/services/relayer/src/rpc-relayer/relayer.gen.ts) as well. ### Web / node.js Installation diff --git a/es/api-references/indexer/installation.mdx b/es/api-references/indexer/installation.mdx index cfdc110d..69d719ec 100644 --- a/es/api-references/indexer/installation.mdx +++ b/es/api-references/indexer/installation.mdx @@ -8,7 +8,9 @@ Sequence Indexer es una API sencilla para consultar cualquier dato de tokens y N ## Instalación Sequence Indexer está construido como una API HTTP con endpoints RPC a la que puede acceder directamente desde su aplicación web, juego o backend de servidor. Más abajo encontrará información sobre el esquema de endpoints RPC con ejemplos de comandos curl, junto con ejemplos en Javascript/Typescript y Go. -Ofrecemos SDKs para [Web / node.js](https://github.com/0xsequence/sequence.js) y [Go](https://github.com/0xsequence/go-sequence). O si desea integrar el Indexer con otro lenguaje, simplemente siga la referencia de la API a continuación para implementar las solicitudes HTTP. Además, puede leer el código fuente del cliente Typescript como [implementación de referencia del cliente de la API del Indexer](https://github.com/0xsequence/sequence.js/blob/master/packages/indexer/src/indexer.gen.ts). +Ofrecemos SDKs para [Web / node.js](https://github.com/0xsequence/sequence.js) y [Go](https://github.com/0xsequence/go-sequence). +O si prefiere integrar el Indexer con otro lenguaje, simplemente siga la referencia de la API a continuación +para implementar las solicitudes HTTP. Además, puede consultar el código fuente del cliente TypeScript como [implementación de referencia del cliente de la API de Indexer](https://github.com/0xsequence/sequence.js/blob/master/packages/services/indexer/src/indexer.gen.ts). ### Instalación en Web / node.js diff --git a/es/api-references/metadata/examples/rest-api.mdx b/es/api-references/metadata/examples/rest-api.mdx index 46fa498d..26ade8e2 100644 --- a/es/api-references/metadata/examples/rest-api.mdx +++ b/es/api-references/metadata/examples/rest-api.mdx @@ -105,14 +105,20 @@ Ejemplos: ## Cliente RPC La interfaz Metadata RPC ofrece todas las capacidades del servicio Metadata. -Proveemos SDKs para [Web / node.js](https://github.com/0xsequence/sequence.js) y [Go](https://github.com/0xsequence/go-sequence). O si desea integrar el servicio Metadata con otro lenguaje, simplemente siga la referencia de la API a continuación para implementar las solicitudes HTTP. Además, puede leer el código fuente del cliente Typescript como [implementación de referencia del cliente Metadata RPC](https://github.com/0xsequence/sequence.js/blob/master/packages/metadata/src/metadata.gen.ts). +Ofrecemos SDKs para [Web / node.js](https://github.com/0xsequence/sequence.js) y [Go](https://github.com/0xsequence/go-sequence). +Si desea integrar el servicio de Metadata con otro lenguaje, simplemente siga la referencia de la API a continuación +para implementar las solicitudes HTTP. Además, consulte el código fuente del cliente Typescript como [implementación de referencia del cliente Metadata RPC](https://github.com/0xsequence/sequence.js/blob/master/packages/services/metadata/src/metadata.gen.ts). ## Métodos RPC de Metadata **Endpoint de Metadata API:** [https://metadata.sequence.app](https://metadata.sequence.app) **Métodos RPC de Metadata:** -- `GetTokenMetadata` - obtener metadata de tokens ERC721 o ERC1155 de un solo contrato -- `GetTokenMetadataBatch` - obtener metadata de tokens ERC721 o ERC1155 de un lote de contratos -- `GetContractInfo` - obtener metadata de contrato de una dirección de contrato ERC20, ERC721 o ERC1155 -- `GetContractInfoBatch` - obtener metadata de contrato de un lote de direcciones de contrato ERC20, ERC721 o ERC1155 -- `SearchContracts` - obtener información de metadata de contratos basada en criterios de búsqueda para tokens ERC20, ERC721 y ERC1155 \ No newline at end of file +- `GetTokenMetadata` - obtener metadata de tokens ERC721 o ERC1155 de un solo contrato + +- `GetTokenMetadataBatch` - obtener metadata de tokens ERC721 o ERC1155 de un lote de contratos + +- `GetContractInfo` - obtener metadata de contrato de una dirección de contrato ERC20, ERC721 o ERC1155 + +- `GetContractInfoBatch` - obtener metadata de contrato de un lote de direcciones de contrato ERC20, ERC721 o ERC1155 + +- `SearchContracts` - obtener información de metadata de contratos basada en criterios de búsqueda para tokens ERC20, ERC721 y ERC1155 \ No newline at end of file diff --git a/es/api-references/transactions/installation.mdx b/es/api-references/transactions/installation.mdx index 084317eb..450749ac 100644 --- a/es/api-references/transactions/installation.mdx +++ b/es/api-references/transactions/installation.mdx @@ -4,8 +4,8 @@ sidebarTitle: Instalación --- Ofrecemos SDKs para [Web / node.js](https://github.com/0xsequence/sequence.js) y [Go](https://github.com/0xsequence/go-sequence). -O si desea integrar el Relayer con otro lenguaje de programación, simplemente siga la referencia de la API a continuación -para implementar las solicitudes HTTP. Además, consulte el código fuente del cliente Typescript como [implementación de referencia del cliente de la Transactions API](https://github.com/0xsequence/sequence.js/blob/master/packages/relayer/src/rpc-relayer/relayer.gen.ts). +O si prefiere integrar el Relayer con otro lenguaje, simplemente siga la referencia de la API a continuación +para implementar las solicitudes HTTP. Además, puede consultar el código fuente del cliente TypeScript como [implementación de referencia del cliente de la API de Transacciones](https://github.com/0xsequence/sequence.js/blob/master/packages/services/relayer/src/rpc-relayer/relayer.gen.ts). ### Instalación en Web / node.js diff --git a/ja/api-references/indexer/installation.mdx b/ja/api-references/indexer/installation.mdx index c54a3031..8869efb9 100644 --- a/ja/api-references/indexer/installation.mdx +++ b/ja/api-references/indexer/installation.mdx @@ -12,10 +12,9 @@ The Sequence Indexer is built as a HTTP API with RPC endpoints that you may call from your Webapp, Game or server backend. Below you'll find information on the RPC endpoint schema with sample curl commands, along with examples in both Javascript/Typescript and Go. -We provide SDKs for [Web / node.js](https://github.com/0xsequence/sequence.js) and [Go](https://github.com/0xsequence/go-sequence). -Or if you'd like to integrate the Indexer with another language target, simply follow the API reference below -to implement the HTTP requests. Additionally, read the Typescript client source code as [reference -implementation of the Indexer API client](https://github.com/0xsequence/sequence.js/blob/master/packages/indexer/src/indexer.gen.ts) as well. +[Web / node.js](https://github.com/0xsequence/sequence.js) および [Go](https://github.com/0xsequence/go-sequence) 用のSDKをご用意しています。 +他の言語でIndexerと連携したい場合は、下記のAPIリファレンスに従ってHTTPリクエストを実装してください。 +また、Typescriptクライアントのソースコードも[Indexer APIクライアントの参考実装](https://github.com/0xsequence/sequence.js/blob/master/packages/services/indexer/src/indexer.gen.ts)としてご覧いただけます。 ### Web / node.js Installation diff --git a/ja/api-references/metadata/examples/rest-api.mdx b/ja/api-references/metadata/examples/rest-api.mdx index fff96adb..c7765e84 100644 --- a/ja/api-references/metadata/examples/rest-api.mdx +++ b/ja/api-references/metadata/examples/rest-api.mdx @@ -119,17 +119,20 @@ Examples: ## RPC Client The Metadata RPC interface offers the full capabilities of the Metadata service. -We provide SDKs for [Web / node.js](https://github.com/0xsequence/sequence.js) and [Go](https://github.com/0xsequence/go-sequence). -Or if you'd like to integrate the Metadata service with another language target, simply follow the API reference below -to implement the HTTP requests. Additionally, read the Typescript client source code as [reference -implementation of the Metadata RPC client](https://github.com/0xsequence/sequence.js/blob/master/packages/metadata/src/metadata.gen.ts) as well. +[Web / node.js](https://github.com/0xsequence/sequence.js) および [Go](https://github.com/0xsequence/go-sequence) 用のSDKをご用意しています。 +他の言語でMetadataサービスを統合したい場合は、下記のAPIリファレンスに従ってHTTPリクエストを実装してください。 +また、Typescriptクライアントのソースコードも[Metadata RPCクライアントの参考実装](https://github.com/0xsequence/sequence.js/blob/master/packages/services/metadata/src/metadata.gen.ts)としてご覧いただけます。 ## Metadata RPC Methods **Metadata API endpoint:** [https://metadata.sequence.app](https://metadata.sequence.app) **Metadata RPC methods:** -- `GetTokenMetadata` - fetch token metadata of ERC721 or ERC1155 tokens from a single contract -- `GetTokenMetadataBatch` - fetch token metadata of ERC721 or ERC1155 token from a batch of contracts -- `GetContractInfo` - fetch contract metadata of an ERC20, ERC721 or ERC1155 contract address -- `GetContractInfoBatch` - fetch contract metadata of a batch of ERC20, ERC721 or ERC1155 contract addresses -- `SearchContracts` - fetch contract metadata info based on search criteria for ERC20, ERC721, and ERC1155 tokens \ No newline at end of file +- `GetTokenMetadata` - fetch token metadata of ERC721 or ERC1155 tokens from a single contract + +- `GetTokenMetadataBatch` - fetch token metadata of ERC721 or ERC1155 token from a batch of contracts + +- `GetContractInfo` - fetch contract metadata of an ERC20, ERC721 or ERC1155 contract address + +- `GetContractInfoBatch` - fetch contract metadata of a batch of ERC20, ERC721 or ERC1155 contract addresses + +- `SearchContracts` - fetch contract metadata info based on search criteria for ERC20, ERC721, and ERC1155 tokens \ No newline at end of file diff --git a/ja/api-references/transactions/installation.mdx b/ja/api-references/transactions/installation.mdx index a6cb79d9..a626f98e 100644 --- a/ja/api-references/transactions/installation.mdx +++ b/ja/api-references/transactions/installation.mdx @@ -3,10 +3,9 @@ title: インストール方法 sidebarTitle: インストール方法 --- -We provide SDKs for [Web / node.js](https://github.com/0xsequence/sequence.js) and [Go](https://github.com/0xsequence/go-sequence). -Or if you'd like to integrate the Relayer with another language target, simply follow the API reference below -to implement the HTTP requests. Additionally, read the Typescript client source code as [reference -implementation of the Transactions API client](https://github.com/0xsequence/sequence.js/blob/master/packages/relayer/src/rpc-relayer/relayer.gen.ts) as well. +[Web / node.js](https://github.com/0xsequence/sequence.js) および [Go](https://github.com/0xsequence/go-sequence) 用のSDKをご用意しています。 +他の言語でRelayerと連携したい場合は、下記のAPIリファレンスに従ってHTTPリクエストを実装してください。 +また、Typescriptクライアントのソースコードも[Transactions APIクライアントの参考実装](https://github.com/0xsequence/sequence.js/blob/master/packages/services/relayer/src/rpc-relayer/relayer.gen.ts)としてご覧いただけます。 ### Web / node.js Installation