Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(website): update integration manual #14375

Merged
merged 4 commits into from
Aug 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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