generated from shuding/nextra-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add temp overview for reference sec + edits
- Loading branch information
Showing
3 changed files
with
28 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"overview": "Overview", | ||
"-- CLI": { | ||
"type": "separator", | ||
"title": "CLI" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters