Skip to content

Commit

Permalink
feat(website): update integration manual (#14375)
Browse files Browse the repository at this point in the history
Co-authored-by: d1onys1us <13951458+d1onys1us@users.noreply.github.com>
  • Loading branch information
2manslkh and d1onys1us committed Aug 8, 2023
1 parent 445b826 commit 2d9ab0f
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions packages/website/pages/docs/manuals/integration-manual.mdx
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 2d9ab0f

Please sign in to comment.