Skip to content

Commit 99723b7

Browse files
committed
Improved ledger, removed precompiles integrations sections
1 parent d734162 commit 99723b7

8 files changed

Lines changed: 129 additions & 1142 deletions

File tree

docs/contributing.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Contributing to @sei-js - Complete guide to local development setup
44
icon: "hand-heart"
55
---
66

7-
## 🚀 Getting Started
7+
## Getting Started
88

99
Welcome to the @sei-js contributor community! This guide will help you set up your local development environment and contribute to the project.
1010

@@ -109,7 +109,7 @@ Before you begin, ensure you have:
109109
</Step>
110110
</Steps>
111111

112-
## 🏗️ Project Structure
112+
## Project Structure
113113

114114
Understanding the monorepo structure will help you navigate and contribute effectively:
115115

@@ -126,7 +126,7 @@ sei-js/
126126
└── ...
127127
```
128128

129-
## 🛠️ Development Workflow
129+
## Development Workflow
130130

131131
### Code Quality and Standards
132132

@@ -160,6 +160,6 @@ yarn test:coverage
160160
Always aim for **100% code coverage** in your contributions. Add comprehensive tests for any new functionality or bug fixes.
161161
</Warning>
162162

163-
## 📝 Making Changes
163+
## Making Changes
164164

165165
That's it! You're ready to start contributing to @sei-js. Make your changes, test them thoroughly with the commands above, and submit your pull request when ready.

docs/docs.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,6 @@
9292
"group": "Getting Started",
9393
"pages": ["precompiles/introduction", "precompiles/quick-start"]
9494
},
95-
{
96-
"group": "Integrations",
97-
"pages": ["precompiles/precompiles/viem", "precompiles/precompiles/ethers"]
98-
},
9995
{
10096
"group": "Precompiles",
10197
"pages": [

docs/introduction.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: A TypeScript SDK for building decentralized applications on Sei
44
icon: "rocket"
55
---
66

7-
## 🚀 Build on Sei
7+
## Build on Sei
88

99
@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.
1010

@@ -17,7 +17,7 @@ icon: "rocket"
1717
</Card>
1818
</CardGroup>
1919

20-
## Why @sei-js?
20+
## Why @sei-js?
2121

2222
<Steps>
2323
<Step title="Complete TypeScript support">
@@ -31,7 +31,7 @@ icon: "rocket"
3131
</Step>
3232
</Steps>
3333

34-
## 📦 Package ecosystem
34+
## Package ecosystem
3535

3636
<AccordionGroup>
3737
<Accordion title="@sei-js/precompiles" icon="microchip">
@@ -91,7 +91,7 @@ icon: "rocket"
9191
</Accordion>
9292
</AccordionGroup>
9393

94-
## 🤝 Community & Support
94+
## Community & Support
9595

9696
<Tabs>
9797
<Tab title="Developer Resources">

0 commit comments

Comments
 (0)