Sei中文文档(Sei Docs CHN)-by Chainguys
  • 导览(INTRODUCTION)
    • 版权声明(Copyright Notice)
    • 概览 (Overview)
    • Sei 设计空间 (Sei Design Space)
    • DEX 优化 (DEX Optimizations)
    • Sei 生态系统 (Sei Ecosystem)
  • 智能合约和本地开发 (Smart contracts & local development)
    • Sei工具指南 (Sei Tool Guide)
    • 设置一个本地节点 (Set up a local network)
    • 本地 Sei 脚本部署 (Local Sei script deployment)
    • Sei.go
    • CosmWasm合约测试 (CosmWasm Contract Testing)
    • 部署通用合约 (Deploy a generic contract)
    • 部署交易合约 (Deploy an exchange contract)
    • 非完整节点下部署和开发 (Deploy & develop without Full Node)
    • Dex 模块教程 (Dex Module Tutorial)
    • 代币工厂模块教程 (Tokenfactory Module Tutorial)
    • IBC转账 (IBC Transfers)
  • 订单匹配(order match)
    • 并行性 (Parallelism)
    • 资格 (Eligibility)
    • DEX 合约间依赖 (DEX Inter—Contract Dependencies)
    • 白名单商店 (Whitelisted Store)
  • 节点&验证者 (NODES&VALIDATORS)
    • 加入测试网 (Joining Testnets)
    • 更新 (Upgrades)
    • Seinami激励测试网 (Seinami Incentivized Testnet)
      • 加入激励测试网 (Joining Incentivized Testnet)
      • 所有测试任务 (All Testnet Missions)
      • 行为准则 (Code of Conduct)
      • 奖励发放详情 (Rewards Distribution Details)
  • 基础API端点 (Basic API Endpoints)
  • 模块化端点 (Module Endpoints)
  • 状态同步 (Statesync)
  • 恢复操作(Recovery Operations)
  • 治理(GOVERNANCE)
    • 创建提案 (Creating Proposals)
    • 管理质押 (Managing Staking)
    • 对提案投票表决 (Voting on Proposals)
  • 预言机(ORACLE)
    • 预言机参与 (Oracle Participation)
  • 钱包(WALLETS)
    • 钱包集成(Wallet Integration)
    • 转账 (Transfers)
  • 更多(More)
    • 推特(Twitter)
由 GitBook 提供支持
在本页
  • LocalSei
  • Sei.go
  • Sei.py
  • Sei CW 集成测试工具包 (CW Integration Test Toolkit)
  • Sei.js
  • 钱包提供商 (Wallet Provider)
  • Sei Chain Explorer
  • Sei链上浏览器 (Sei Testnet Faucet)
  • Sei 测试网水龙头(Sei Testnet Faucet)
  1. 智能合约和本地开发 (Smart contracts & local development)

Sei工具指南 (Sei Tool Guide)

Sei 开发人员可用所有开发工具的概述指南 (Overview guide on all the dev tools available for Sei developers)

Sei Development Suite  
Sei 开发套件

│

├── LocalSei: Local testing environment.  LocalSei:本地测试环境。

│

├── Sei.go: Golang SDK.  Sei.go:Golang SDK。

│

├── Sei.py: Python SDK. (coming soon)  Sei.py:Python SDK(即将推出)

│

├── Sei CW integration test toolkit: (coming soon)  Sei CW 集成测试工具包:(即将推出)

│

├── Wallet Provider: (coming soon)  钱包提供商:(即将推出)

│

├── Sei chain explorer: (coming soon)  Sei链上浏览器:(即将推出)

│

├── Sei testnet faucet: (coming soon)  Sei 测试网水龙头:(即将推出)

If you have proposals for other toolings that we should support, feel free to open an issue request with the 'documentation' label in our [GitHub repo](https://github.com/sei-protocol/sei-chain)!

如果您想建议我们应该支持的其他工具,请随时在我们的 [GitHub 存储库](https://github.com/sei-protocol/sei-chain) 中发布带有“文档”标签的问题请求!

LocalSei

Sei.go

Sei.py

Coming Soon 即将推出

Sei CW 集成测试工具包 (CW Integration Test Toolkit)

Coming Soon 即将推出

Sei.js

Use Sei's Javascript SDK to connect to wallet and interact with Sei chain.

使用 Sei 的 Javascript SDK 连接钱包并与 Sei 链交互。

钱包提供商 (Wallet Provider)

Quick start to connecting your ReactJS frontend to Sei Chain.

快速将你的 ReactJS 前端连接到 Sei Chain。

Sei Chain Explorer

Current community built block explorers:

当前社区构建的区块浏览器:

Sei链上浏览器 (Sei Testnet Faucet)

Coming Soon (Current faucet is through Discord)

Sei 测试网水龙头(Sei Testnet Faucet)

即将推出(当前水龙头通过 Discord)

上一页Sei 生态系统 (Sei Ecosystem)下一页设置一个本地节点 (Set up a local network)

最后更新于2年前

Set up your own local Sei testnet to allow faster iteration on your contract development. Follow these to install seid and set up the containerized version of Sei, complete with a functional validator set and block creation.

设置您自己本地 Sei 测试网,进而加快您合约开发迭代。按照这些 安装 seid 并设置 Sei 的容器化版本,完成功能验证器集和区块创建。

Use Sei's golang SDK to interact with Sei chain and run integration tests directly. Follow to get started.

使用 Sei 的 golang SDK 与 Sei 链交互,直接运行集成测试。参照 开始。

quick steps
快速步骤
Sei.go tutorial
Sei.go 教程
https://github.com/sei-protocol/js-core
https://github.com/sei-protocol/js-react
NG Explorer