From 2d9ab0fa50e4ac58f7c47346a710a32a1006379d Mon Sep 17 00:00:00 2001 From: Kenk Date: Tue, 8 Aug 2023 09:22:33 +0700 Subject: [PATCH] feat(website): update integration manual (#14375) Co-authored-by: d1onys1us <13951458+d1onys1us@users.noreply.github.com> --- .../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..8e61cd791c 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](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/). ## 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 branding 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.