Skip to content

Commit

Permalink
add temp overview for reference sec + edits
Browse files Browse the repository at this point in the history
  • Loading branch information
salmad3 committed Sep 30, 2024
1 parent 3ec5aa2 commit d4eb687
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 4 deletions.
1 change: 1 addition & 0 deletions pages/reference/_meta.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"overview": "Overview",
"-- CLI": {
"type": "separator",
"title": "CLI"
Expand Down
23 changes: 23 additions & 0 deletions pages/reference/overview.mdx
Original file line number Diff line number Diff line change
@@ -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.
8 changes: 4 additions & 4 deletions pages/reference/pointer-contracts.mdx
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit d4eb687

Please sign in to comment.