diff --git a/pages/reference/_meta.json b/pages/reference/_meta.json index 1ad64a7..d2e52aa 100644 --- a/pages/reference/_meta.json +++ b/pages/reference/_meta.json @@ -1,4 +1,5 @@ { + "overview": "Overview", "-- CLI": { "type": "separator", "title": "CLI" diff --git a/pages/reference/overview.mdx b/pages/reference/overview.mdx new file mode 100644 index 0000000..2a4b3df --- /dev/null +++ b/pages/reference/overview.mdx @@ -0,0 +1,23 @@ +import { Card, Cards } from 'nextra/components'; + +# Reference Overview + +Welcome to the **Reference** section of the Sei documentation. This section offers key technical resources for interacting with the Sei Network. + +## Seid + +**Seid** is the CLI for interacting with the Sei network. It allows you to manage nodes, query blockchain data, and handle transactions, providing essential tools for operating within the network. + +## API Reference + +The **API Reference** includes detailed documentation for interacting with the Sei Network programmatically via REST and gRPC APIs. You’ll find endpoints for querying data, submitting transactions, and interacting with both Cosmos and EVM layers. +- **Cosmos Endpoints**: Provides APIs for core Cosmos functions like staking, governance, and chain queries. +- **EVM Endpoints**: Details APIs for interacting with Ethereum-compatible smart contracts deployed on the Sei network. + +## EVM Precompiles + +**EVM Precompiles** are built-in contracts within the EVM on Sei that provide optimized functionality for certain operations. + +## Pointer Contracts + +**Pointer Contracts** enable tokens to be used interoperably in both EVM and CosmWasm environments. diff --git a/pages/reference/pointer-contracts.mdx b/pages/reference/pointer-contracts.mdx index d3be487..5ccfe4f 100644 --- a/pages/reference/pointer-contracts.mdx +++ b/pages/reference/pointer-contracts.mdx @@ -1,7 +1,7 @@ -import { ImageWithCaption } from "../../../components"; -import PointerContractsWithout from "../../../public/assets/pointer-contracts-without.png"; -import PointerContractsSimplified from "../../../public/assets/pointer-contracts-simplified.png"; -import HowItWorks from "../../../public/assets/pointer-contracts-how-it-works.png"; +import { ImageWithCaption } from "../../components"; +import PointerContractsWithout from "../../public/assets/pointer-contracts-without.png"; +import PointerContractsSimplified from "../../public/assets/pointer-contracts-simplified.png"; +import HowItWorks from "../../public/assets/pointer-contracts-how-it-works.png"; # Pointer Contracts