From 8c9c0d6df1156f7d7f0affe3ff791588ed2acb94 Mon Sep 17 00:00:00 2001 From: Kenk Date: Fri, 4 Aug 2023 15:00:00 +0700 Subject: [PATCH 1/3] feat(website): update integration manual --- .../pages/docs/manuals/integration-manual.mdx | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/packages/website/pages/docs/manuals/integration-manual.mdx b/packages/website/pages/docs/manuals/integration-manual.mdx index 0d02452853..90f4d090da 100644 --- a/packages/website/pages/docs/manuals/integration-manual.mdx +++ b/packages/website/pages/docs/manuals/integration-manual.mdx @@ -1,18 +1,26 @@ # Integration manual -This manual will help you to navigate a successful integration with Taiko. +This manual will help you successfully integration into Taiko. + +Taiko is an Ethereum-equivalent network, meaning integrating with Taiko should be as simple as using our RPC instead of an Ethereum L1 RPC. ## RPC configuration -You can view the RPC configuration [here](/docs/reference/rpc-configuration). Taiko is an Ethereum-equivalent network (JSON-RPC API equivalent), meaning integrating with Taiko should be as simple as using our RPC instead of an Ethereum L1 RPC. +You can view the RPC configuration [here](/docs/reference/rpc-configuration). + +## Taiko ETH + +To deploy on Taiko, you would need some ETH on Taiko. + +You can get some Taiko ETH by bridging from Sepolia ETH to Taiko [here](https://bridge.test.taiko.xyz/). ## Taiko brand assets -When using the Taiko logo, please use one of the branding icons/logos [here](https://github.com/taikoxyz/taiko-mono/tree/main/packages/branding). +Find our official Taiko brainding assets [here](https://github.com/taikoxyz/taiko-mono/tree/main/packages/branding). ## Add or update your project on our Ecosystem page -Click **Add or update your project** on our Ecosystem page [here](/ecosystem). +Add or update your project on our [Ecosystem page](/ecosystem) by raising a Github issue [here](https://github.com/taikoxyz/taiko-mono/issues/new?assignees=&labels=category.enhancement%2Cstatus.needs-triage&projects=&template=add_project.yml) This will take you to a form where you can add/update details about your project. We will then handle the request and get it added to our page. From c6dba6eb8a96490cba5de1b93b7614ba6a6011f6 Mon Sep 17 00:00:00 2001 From: Kenk Date: Tue, 8 Aug 2023 10:11:06 +0800 Subject: [PATCH 2/3] fix type --- packages/website/pages/docs/manuals/integration-manual.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/website/pages/docs/manuals/integration-manual.mdx b/packages/website/pages/docs/manuals/integration-manual.mdx index 90f4d090da..9c50fcc1d4 100644 --- a/packages/website/pages/docs/manuals/integration-manual.mdx +++ b/packages/website/pages/docs/manuals/integration-manual.mdx @@ -16,7 +16,7 @@ You can get some Taiko ETH by bridging from Sepolia ETH to Taiko [here](https:// ## Taiko brand assets -Find our official Taiko brainding assets [here](https://github.com/taikoxyz/taiko-mono/tree/main/packages/branding). +Find our official Taiko branding assets [here](https://github.com/taikoxyz/taiko-mono/tree/main/packages/branding). ## Add or update your project on our Ecosystem page From 2e56e449ecaba7fd63d7910036111edb52583bce Mon Sep 17 00:00:00 2001 From: Kenk Date: Tue, 8 Aug 2023 10:13:07 +0800 Subject: [PATCH 3/3] update link to deploy on taiko --- packages/website/pages/docs/manuals/integration-manual.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/website/pages/docs/manuals/integration-manual.mdx b/packages/website/pages/docs/manuals/integration-manual.mdx index 9c50fcc1d4..8e61cd791c 100644 --- a/packages/website/pages/docs/manuals/integration-manual.mdx +++ b/packages/website/pages/docs/manuals/integration-manual.mdx @@ -10,7 +10,7 @@ You can view the RPC configuration [here](/docs/reference/rpc-configuration). ## Taiko ETH -To deploy on Taiko, you would need some ETH on Taiko. +To [deploy on Taiko](https://taiko.xyz/docs/guides/build-on-taiko/deploy-a-contract), you would need some ETH on Taiko. You can get some Taiko ETH by bridging from Sepolia ETH to Taiko [here](https://bridge.test.taiko.xyz/).