You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Cosmos Deprecation**: Per [SIP-3](https://github.com/sei-protocol/sei-improvement-proposals/blob/main/SIPS/sip-3.md), Sei is transitioning to EVM-first. Use EVM templates for new projects.
16
+
**Cosmos Deprecation**: Per [SIP-3](https://github.com/sei-protocol/sei-improvement-proposals/blob/main/SIPS/sip-3.md), Sei is transitioning to EVM only. Use EVM templates for new projects.
Copy file name to clipboardExpand all lines: docs/introduction.mdx
+63-56Lines changed: 63 additions & 56 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ icon: "rocket"
8
8
9
9
@sei-js is the complete TypeScript SDK for building applications on Sei Network. Whether you're creating DeFi protocols, NFT marketplaces, or blockchain games, @sei-js provides everything you need to ship faster.
10
10
11
+
**Works with your favorite tools:** Sei is fully EVM-compatible, so you can use Viem, Ethers.js, Foundry, Hardhat, and all your existing Ethereum development tools without any changes. @sei-js extends these tools with Sei-specific features like precompiled contracts and optimized wallet connections.
Teach Claude, ChatGPT, or any LLM to interact with the Sei blockchain.
93
+
94
+
```bash
95
+
npm install -g @sei-js/mcp-server
96
+
```
97
+
</Card>
98
+
</CardGroup>
99
+
100
+
<Info>
101
+
🤖 **Teach Your LLM About Sei**
102
+
103
+
Connect Claude, ChatGPT, or any LLM to the Sei blockchain with **@sei-js/mcp-server**. Your AI assistant can check balances, transfer tokens, deploy contracts, and guide users through the entire @sei-js ecosystem.
104
+
105
+
[Get Started with MCP →](/mcp-server/introduction)
106
+
</Info>
93
107
94
108
## Community & Support
95
109
96
-
<Tabs>
97
-
<Tabtitle="Developer Resources">
98
-
**Get help from the community:**
99
-
100
-
- [GitHub Discussions](https://github.com/sei-protocol/sei-js/discussions) - Ask questions and discuss features
101
-
- [Discord](https://discord.gg/sei) - Join the Sei developer community
102
-
- [Official Documentation](https://docs.sei.io) - Complete Sei protocol documentation
103
-
</Tab>
104
-
<Tabtitle="Report Issues">
105
-
**Found a bug or have a feature request?**
106
-
107
-
- [GitHub Issues](https://github.com/sei-protocol/sei-js/issues) - Report bugs and request features
108
-
- Include reproduction steps and environment details
109
-
- Check existing issues before creating new ones
110
-
</Tab>
111
-
</Tabs>
110
+
-[GitHub Discussions](https://github.com/sei-protocol/sei-js/discussions) - Ask questions and discuss features
111
+
-[Discord](https://discord.gg/sei) - Join the Sei developer community
112
+
-[Official Documentation](https://docs.sei.io) - Complete Sei protocol documentation
113
+
114
+
## Report Issues
115
+
116
+
-[GitHub Issues](https://github.com/sei-protocol/sei-js/issues) - Report bugs and request features
117
+
- Include reproduction steps and environment details
0 commit comments