Skip to content

Commit 91dda2d

Browse files
fixing links to generated files (#166)
* fixing links to generated files * chore(i18n): update translations [en] Sync file structure, format locales. Branch: 166/merge --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4bb5cf6 commit 91dda2d

File tree

9 files changed

+38
-29
lines changed

9 files changed

+38
-29
lines changed

api-references/indexer/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ schema with sample curl commands, along with examples in both Javascript/Typescr
1616
We provide SDKs for [Web / node.js](https://github.com/0xsequence/sequence.js) and [Go](https://github.com/0xsequence/go-sequence).
1717
Or if you'd like to integrate the Indexer with another language target, simply follow the API reference below
1818
to implement the HTTP requests. Additionally, read the Typescript client source code as [reference
19-
implementation of the Indexer API client](https://github.com/0xsequence/sequence.js/blob/master/packages/indexer/src/indexer.gen.ts) as well.
19+
implementation of the Indexer API client](https://github.com/0xsequence/sequence.js/blob/master/packages/services/indexer/src/indexer.gen.ts) as well.
2020

2121
### Web / node.js Installation
2222

api-references/metadata/examples/rest-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ The Metadata RPC interface offers the full capabilities of the Metadata service.
126126
We provide SDKs for [Web / node.js](https://github.com/0xsequence/sequence.js) and [Go](https://github.com/0xsequence/go-sequence).
127127
Or if you'd like to integrate the Metadata service with another language target, simply follow the API reference below
128128
to implement the HTTP requests. Additionally, read the Typescript client source code as [reference
129-
implementation of the Metadata RPC client](https://github.com/0xsequence/sequence.js/blob/master/packages/services/metadata/src/metadata.gen.ts) as well.
129+
implementation of the Metadata RPC client](https://github.com/0xsequence/sequence.js/blob/master/packages/services/metadata/src/metadata.gen.ts) as well.
130130

131131
## Metadata RPC Methods
132132

api-references/transactions/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebarTitle: Installation
77
We provide SDKs for [Web / node.js](https://github.com/0xsequence/sequence.js) and [Go](https://github.com/0xsequence/go-sequence).
88
Or if you'd like to integrate the Relayer with another language target, simply follow the API reference below
99
to implement the HTTP requests. Additionally, read the Typescript client source code as [reference
10-
implementation of the Transactions API client](https://github.com/0xsequence/sequence.js/blob/master/packages/relayer/src/rpc-relayer/relayer.gen.ts) as well.
10+
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.
1111

1212
### Web / node.js Installation
1313

es/api-references/indexer/installation.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ Sequence Indexer es una API sencilla para consultar cualquier dato de tokens y N
88
## Instalación
99
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.
1010

11-
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).
11+
Ofrecemos SDKs para [Web / node.js](https://github.com/0xsequence/sequence.js) y [Go](https://github.com/0xsequence/go-sequence).
12+
O si prefiere integrar el Indexer con otro lenguaje, simplemente siga la referencia de la API a continuación
13+
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).
1214

1315
### Instalación en Web / node.js
1416

es/api-references/metadata/examples/rest-api.mdx

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,14 +105,20 @@ Ejemplos:
105105
## Cliente RPC
106106
La interfaz Metadata RPC ofrece todas las capacidades del servicio Metadata.
107107

108-
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).
108+
Ofrecemos SDKs para [Web / node.js](https://github.com/0xsequence/sequence.js) y [Go](https://github.com/0xsequence/go-sequence).
109+
Si desea integrar el servicio de Metadata con otro lenguaje, simplemente siga la referencia de la API a continuación
110+
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).
109111

110112
## Métodos RPC de Metadata
111113
**Endpoint de Metadata API:** [https://metadata.sequence.app](https://metadata.sequence.app)
112114

113115
**Métodos RPC de Metadata:**
114-
- `GetTokenMetadata` - obtener metadata de tokens ERC721 o ERC1155 de un solo contrato
115-
- `GetTokenMetadataBatch` - obtener metadata de tokens ERC721 o ERC1155 de un lote de contratos
116-
- `GetContractInfo` - obtener metadata de contrato de una dirección de contrato ERC20, ERC721 o ERC1155
117-
- `GetContractInfoBatch` - obtener metadata de contrato de un lote de direcciones de contrato ERC20, ERC721 o ERC1155
118-
- `SearchContracts` - obtener información de metadata de contratos basada en criterios de búsqueda para tokens ERC20, ERC721 y ERC1155
116+
- `GetTokenMetadata` - obtener metadata de tokens ERC721 o ERC1155 de un solo contrato
117+
118+
- `GetTokenMetadataBatch` - obtener metadata de tokens ERC721 o ERC1155 de un lote de contratos
119+
120+
- `GetContractInfo` - obtener metadata de contrato de una dirección de contrato ERC20, ERC721 o ERC1155
121+
122+
- `GetContractInfoBatch` - obtener metadata de contrato de un lote de direcciones de contrato ERC20, ERC721 o ERC1155
123+
124+
- `SearchContracts` - obtener información de metadata de contratos basada en criterios de búsqueda para tokens ERC20, ERC721 y ERC1155

es/api-references/transactions/installation.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ sidebarTitle: Instalación
44
---
55

66
Ofrecemos SDKs para [Web / node.js](https://github.com/0xsequence/sequence.js) y [Go](https://github.com/0xsequence/go-sequence).
7-
O si desea integrar el Relayer con otro lenguaje de programación, simplemente siga la referencia de la API a continuación
8-
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).
7+
O si prefiere integrar el Relayer con otro lenguaje, simplemente siga la referencia de la API a continuación
8+
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).
99

1010
### Instalación en Web / node.js
1111

ja/api-references/indexer/installation.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ The Sequence Indexer is built as a HTTP API with RPC endpoints that you may call
1212
from your Webapp, Game or server backend. Below you'll find information on the RPC endpoint
1313
schema with sample curl commands, along with examples in both Javascript/Typescript and Go.
1414

15-
We provide SDKs for [Web / node.js](https://github.com/0xsequence/sequence.js) and [Go](https://github.com/0xsequence/go-sequence).
16-
Or if you'd like to integrate the Indexer with another language target, simply follow the API reference below
17-
to implement the HTTP requests. Additionally, read the Typescript client source code as [reference
18-
implementation of the Indexer API client](https://github.com/0xsequence/sequence.js/blob/master/packages/indexer/src/indexer.gen.ts) as well.
15+
[Web / node.js](https://github.com/0xsequence/sequence.js) および [Go](https://github.com/0xsequence/go-sequence) 用のSDKをご用意しています。
16+
他の言語でIndexerと連携したい場合は、下記のAPIリファレンスに従ってHTTPリクエストを実装してください。
17+
また、Typescriptクライアントのソースコードも[Indexer APIクライアントの参考実装](https://github.com/0xsequence/sequence.js/blob/master/packages/services/indexer/src/indexer.gen.ts)としてご覧いただけます。
1918

2019
### Web / node.js Installation
2120

ja/api-references/metadata/examples/rest-api.mdx

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -119,17 +119,20 @@ Examples:
119119
## RPC Client
120120
The Metadata RPC interface offers the full capabilities of the Metadata service.
121121

122-
We provide SDKs for [Web / node.js](https://github.com/0xsequence/sequence.js) and [Go](https://github.com/0xsequence/go-sequence).
123-
Or if you'd like to integrate the Metadata service with another language target, simply follow the API reference below
124-
to implement the HTTP requests. Additionally, read the Typescript client source code as [reference
125-
implementation of the Metadata RPC client](https://github.com/0xsequence/sequence.js/blob/master/packages/metadata/src/metadata.gen.ts) as well.
122+
[Web / node.js](https://github.com/0xsequence/sequence.js) および [Go](https://github.com/0xsequence/go-sequence) 用のSDKをご用意しています。
123+
他の言語でMetadataサービスを統合したい場合は、下記のAPIリファレンスに従ってHTTPリクエストを実装してください。
124+
また、Typescriptクライアントのソースコードも[Metadata RPCクライアントの参考実装](https://github.com/0xsequence/sequence.js/blob/master/packages/services/metadata/src/metadata.gen.ts)としてご覧いただけます。
126125

127126
## Metadata RPC Methods
128127
**Metadata API endpoint:** [https://metadata.sequence.app](https://metadata.sequence.app)
129128

130129
**Metadata RPC methods:**
131-
- `GetTokenMetadata` - fetch token metadata of ERC721 or ERC1155 tokens from a single contract
132-
- `GetTokenMetadataBatch` - fetch token metadata of ERC721 or ERC1155 token from a batch of contracts
133-
- `GetContractInfo` - fetch contract metadata of an ERC20, ERC721 or ERC1155 contract address
134-
- `GetContractInfoBatch` - fetch contract metadata of a batch of ERC20, ERC721 or ERC1155 contract addresses
135-
- `SearchContracts` - fetch contract metadata info based on search criteria for ERC20, ERC721, and ERC1155 tokens
130+
- `GetTokenMetadata` - fetch token metadata of ERC721 or ERC1155 tokens from a single contract
131+
132+
- `GetTokenMetadataBatch` - fetch token metadata of ERC721 or ERC1155 token from a batch of contracts
133+
134+
- `GetContractInfo` - fetch contract metadata of an ERC20, ERC721 or ERC1155 contract address
135+
136+
- `GetContractInfoBatch` - fetch contract metadata of a batch of ERC20, ERC721 or ERC1155 contract addresses
137+
138+
- `SearchContracts` - fetch contract metadata info based on search criteria for ERC20, ERC721, and ERC1155 tokens

ja/api-references/transactions/installation.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ title: インストール方法
33
sidebarTitle: インストール方法
44
---
55

6-
We provide SDKs for [Web / node.js](https://github.com/0xsequence/sequence.js) and [Go](https://github.com/0xsequence/go-sequence).
7-
Or if you'd like to integrate the Relayer with another language target, simply follow the API reference below
8-
to implement the HTTP requests. Additionally, read the Typescript client source code as [reference
9-
implementation of the Transactions API client](https://github.com/0xsequence/sequence.js/blob/master/packages/relayer/src/rpc-relayer/relayer.gen.ts) as well.
6+
[Web / node.js](https://github.com/0xsequence/sequence.js) および [Go](https://github.com/0xsequence/go-sequence) 用のSDKをご用意しています。
7+
他の言語でRelayerと連携したい場合は、下記のAPIリファレンスに従ってHTTPリクエストを実装してください。
8+
また、Typescriptクライアントのソースコードも[Transactions APIクライアントの参考実装](https://github.com/0xsequence/sequence.js/blob/master/packages/services/relayer/src/rpc-relayer/relayer.gen.ts)としてご覧いただけます。
109

1110
### Web / node.js Installation
1211

0 commit comments

Comments
 (0)