Skip to content

Commit

Permalink
feat(website): add index sections to reference and resources (#13490)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Wang <99078276+dantaik@users.noreply.github.com>
Co-authored-by: dave | d1onys1us <13951458+d1onys1us@users.noreply.github.com>
  • Loading branch information
3 people committed Apr 5, 2023
1 parent 3944ca8 commit d1768d4
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 2 deletions.
20 changes: 19 additions & 1 deletion packages/website/pages/docs/reference.mdx
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
Handy reference documentation for Taiko.
## Handy reference documentation for Taiko.

**_With this guide, you should be able to navigate and understand the various sections related to contracts, protocol constants, contract addresses, and RPC configuration._**

### [Contract Documentation](reference/contract-documentation)

This section contains the documentation related to different smart contracts deployed on the blockchain. It includes information about the contract's functionality, usage, and interfaces. The documentation also covers the technical details, such as the contract's bytecode, source code, and compiler version.

### [Contract Addresses](reference/contract-addresses)

This section provides the list of contract addresses deployed on the blockchain. It includes information about the contract's name, version, and the network it's deployed on.

### [Protocol Constants](reference/protocol-constants)

This section provides the protocol constants that are fundamental to the blockchain's operation. These constants include block gas limits, chain IDs, EVM opcodes, and other network parameters.

### [RPC Configuration](reference/rpc-configuration)

This section provides the details of the RPC configuration required for interacting with the blockchain. It includes information about the endpoint URLs, the supported JSON-RPC methods, and the parameters required for each method.
24 changes: 23 additions & 1 deletion packages/website/pages/docs/resources.mdx
Original file line number Diff line number Diff line change
@@ -1 +1,23 @@
Useful resources for learning about Taiko.
## Useful resources for learning about Taiko.

**_With this guide, you should be able to navigate and access different resources related to Taiko Protocol._**

### [Contributing](resources/contributing)

This section contains information on how to contribute to the Taiko Protocol on GitHub. It includes guidelines for reporting issues, submitting pull requests, and contributing to the documentation.

### [Official Links](resources/official-links)

This section provides a list of official links related to the Taiko Protocol. It includes links to the official website, GitHub repository, and social media channels.

### [Presentations](resources/presentations)

This section contains presentations related to the Taiko Protocol. It includes videos and slides from conferences, webinars, and other events.

### [Rollup Glossary](resources/rollup-glossary)

This section provides a glossary of terms related to Rollup technology. It includes definitions and explanations of key concepts and terms.

### [Whitepaper](resources/whitepaper)

This section contains the official Taiko Protocol whitepaper. It includes a detailed overview of the protocol, its benefits, and its use cases.

0 comments on commit d1768d4

Please sign in to comment.